#100 Yellow4
#878700
ExtendedHEX#878700
RGB135, 135, 0
HSL60°, 100%, 26%
CMYK0%, 0%, 100%, 47%
Xterm ID100
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;100m Background (fondo)
\x1b[48;5;100m Bash echo
echo -e "\033[38;5;100mTexto\033[0m" Python
print(f"\033[38;5;100mTexto\033[0m") CSS
Color HEX
color: #878700; Color RGB
color: rgb(135, 135, 0); Background
background-color: #878700;