#8A8333
A dark, moderate yellow closely aligning with Olive.
About #8A8333
Visually, #8A8333 is defined as a moderate yellow. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(138, 131, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 5% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#8A8333
RGB138, 131, 51
HSL55.2°, 46.0%, 37.1%
CMYK0%, 5%, 63%, 46%
HSV55.2°, 63.0%, 54.1%
LAB53.9, -7.9, 43.0
XYZ19.2, 21.9, 6.3
Decimal9077555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A8333;
}
.text-color {
color: #8A8333;
}
.border-color {
border: 2px solid #8A8333;
}