#83A82C
A medium, moderate green closely aligning with Olivedrab.
About #83A82C
When working with digital screens, the color #83A82C is rendered by mixing light. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 168, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 22% C, 0% M, 74% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium 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#83A82C
RGB131, 168, 44
HSL77.9°, 58.5%, 41.6%
CMYK22%, 0%, 74%, 34%
HSV77.9°, 73.8%, 65.9%
LAB64.2, -30.3, 56.2
XYZ23.8, 33.0, 7.5
Decimal8628268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.60:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83A82C;
}
.text-color {
color: #83A82C;
}
.border-color {
border: 2px solid #83A82C;
}