#148 Yellow3
#AFD700
ExtendedHEX#AFD700
RGB175, 215, 0
HSL71°, 100%, 42%
CMYK19%, 0%, 100%, 16%
Xterm ID148
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;148m Background (fondo)
\x1b[48;5;148m Bash echo
echo -e "\033[38;5;148mTexto\033[0m" Python
print(f"\033[38;5;148mTexto\033[0m") CSS
Color HEX
color: #AFD700; Color RGB
color: rgb(175, 215, 0); Background
background-color: #AFD700;