#83B649
A medium, moderate green closely aligning with Olivedrab.
About #83B649
The hex code #83B649 represents a beautifully specific shade of green. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(131, 182, 73).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 28% Cyan, 0% Magenta, 60% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83B649
RGB131, 182, 73
HSL88.1°, 42.7%, 50.0%
CMYK28%, 0%, 60%, 29%
HSV88.1°, 59.9%, 71.4%
LAB68.6, -34.7, 49.0
XYZ27.3, 38.8, 12.3
Decimal8631881
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.75:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83B649;
}
.text-color {
color: #83B649;
}
.border-color {
border: 2px solid #83B649;
}