Color #5C5C0A
#5C5C0Argb(92, 92, 10)
Color Codes
HEX#5C5C0A
RGBrgb(92, 92, 10)
HSLhsl(60°, 80%, 20%)
CMYKcmyk(0%, 0%, 89%, 64%)
CIELABLab(37.8, -9.9, 42)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #5C5C0A;color: #5C5C0A;border: 2px solid #5C5C0A;background: linear-gradient(135deg, #5C5C0A, #0a0a5c);Code Export
css
:root {
--color-primary: #5c5c0a;
--color-primary-rgb: 92, 92, 10;
--color-primary-hsl: 60, 80%, 20%;
}