#186 LightGoldenrod2
#D7D787
ExtendedHEX#D7D787
RGB215, 215, 135
HSL60°, 50%, 69%
CMYK0%, 0%, 37%, 16%
Xterm ID186
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;186m Background (fondo)
\x1b[48;5;186m Bash echo
echo -e "\033[38;5;186mTexto\033[0m" Python
print(f"\033[38;5;186mTexto\033[0m") CSS
Color HEX
color: #D7D787; Color RGB
color: rgb(215, 215, 135); Background
background-color: #D7D787;