#838333
A dark, moderate yellow closely aligning with Olive.
About #838333
The hex code #838333 represents a beautifully specific shade of yellow. Designers often compare it to the standard color Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 131, and 51.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 61% Yellow, and 49% Black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#838333
RGB131, 131, 51
HSL60.0°, 44.0%, 35.7%
CMYK0%, 0%, 61%, 49%
HSV60.0°, 61.1%, 51.4%
LAB53.3, -11.1, 42.1
XYZ18.1, 21.3, 6.3
Decimal8618803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.26:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #838333;
}
.text-color {
color: #838333;
}
.border-color {
border: 2px solid #838333;
}