#83830F
A dark, vivid yellow closely aligning with Olive.
About #83830F
At its core, #83830F is a dark and vivid hue. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(131, 131, 15).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 0% Magenta, 89% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83830F
RGB131, 131, 15
HSL60.0°, 79.5%, 28.6%
CMYK0%, 0%, 89%, 49%
HSV60.0°, 88.5%, 51.4%
LAB53.1, -12.8, 54.9
XYZ17.6, 21.1, 3.6
Decimal8618767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #83830F;
}
.text-color {
color: #83830F;
}
.border-color {
border: 2px solid #83830F;
}