#83A857
A medium, moderate green closely aligning with Olivedrab.
About #83A857
The hex code #83A857 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(131, 168, 87).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 22% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83A857
RGB131, 168, 87
HSL87.4°, 31.8%, 50.0%
CMYK22%, 0%, 48%, 34%
HSV87.4°, 48.2%, 65.9%
LAB64.6, -26.6, 37.6
XYZ25.1, 33.5, 14.2
Decimal8628311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.70:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83A857;
}
.text-color {
color: #83A857;
}
.border-color {
border: 2px solid #83A857;
}