#83A000
A dark, vivid yellow closely aligning with Olivedrab.
About #83A000
Visually, #83A000 is defined as a vivid yellow. Designers often compare it to the standard color Olivedrab. This translates to an RGB value of rgb(131, 160, 0).
If you are designing for print, the four-color process is what matters most. The color uses 18% Cyan, 0% Magenta, 100% Yellow, and 37% Black. With a hue angle of 70.9 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. 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#83A000
RGB131, 160, 0
HSL70.9°, 100.0%, 31.4%
CMYK18%, 0%, 100%, 37%
HSV70.9°, 100.0%, 62.7%
LAB61.6, -27.9, 64.0
XYZ21.9, 30.0, 4.6
Decimal8626176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
AA Large
6.99:1
Text on #000000
AA
2.87:1
Text on #F8FAFC
FAIL
5.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83A000;
}
.text-color {
color: #83A000;
}
.border-color {
border: 2px solid #83A000;
}