#83A00F
A dark, vivid yellow closely aligning with Olivedrab.
About #83A00F
When working with digital screens, the color #83A00F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olivedrab. Its digital footprint relies on 131 parts red, 160 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 18% C, 0% M, 91% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83A00F
RGB131, 160, 15
HSL72.0°, 82.9%, 34.3%
CMYK18%, 0%, 91%, 37%
HSV72.0°, 90.6%, 62.7%
LAB61.7, -27.6, 61.9
XYZ22.0, 30.0, 5.1
Decimal8626191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
FAIL
7.00:1
Text on #000000
AAA
2.87:1
Text on #F8FAFC
FAIL
5.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83A00F;
}
.text-color {
color: #83A00F;
}
.border-color {
border: 2px solid #83A00F;
}