#837C16
A dark, vivid yellow closely aligning with Olive.
About #837C16
Visually, #837C16 is defined as a vivid yellow. Its closest recognized web color is Olive. This translates to an RGB value of rgb(131, 124, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 5% magenta, 83% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#837C16
RGB131, 124, 22
HSL56.1°, 71.2%, 30.0%
CMYK0%, 5%, 83%, 49%
HSV56.1°, 83.2%, 51.4%
LAB51.0, -8.8, 51.4
XYZ16.7, 19.3, 3.6
Decimal8616982
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #837C16;
}
.text-color {
color: #837C16;
}
.border-color {
border: 2px solid #837C16;
}