Shades of Chelsea Cucumber #83A04C
Tints of Chelsea Cucumber #83A04C
RGB
CMYK
RGB Variations
Color information
#83A04C (or 0x83A04C) is known color: Chelsea Cucumber. HEX triplet: 83, A0 and 4C. RGB value is (131,160,76). Sum of RGB (Red+Green+Blue) = 131+160+76=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #83A04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A04C is #7C5FB3. Grayscale: #8E8E8E. Windows color (decimal): -8150964 or 5021827. OLE color: 5021827.
HSL color Cylindrical-coordinate representation of color #83A04C: hue angle of 80.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83A04C is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 76 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.37 |
| HSL | 80.71º | 0.36% | 0.46% | - |
| HSV(B) | 80.71º | 0.53% | 0.63% | - |
| XYZ | 23.24 | 30.49 | 11.5 | - |
| YUV | 141.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 76 | 0.18 | 0 | 0.52 | 0.37 | 80.71 | 0.36 | 0.46 |
| Hex | 83 | A0 | 4C | 12 | 0 | 34 | 25 | 51 | 24 | 2E |
| Octal | 203 | 240 | 114 | 22 | 0 | 64 | 45 | 121 | 44 | 56 |
| Binary | 10000011 | 10100000 | 1001100 | 10010 | 0 | 110100 | 100101 | 1010001 | 100100 | 101110 |
Color Harmonies of #83A04C
Complementary color
Monochromatic Colors of #83A04C
Black with #83A04C
Text Example
Text Example
White with #83A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A04C; }
p { color: rgb(131,160,76); }
H1.HeaderClassName
{
color: #83A04C;
}
.AnyTagClassName
{
color: #83A04C;
}
</style>
background-color css
<style>
a { background-color: #83A04C; }
a { background-color: rgb(131,160,76); }
div.DivClassName
{
background-color: #83A04C;
}
.BgClassName
{
background-color: #83A04C;
}
</style>
border-color css
<style>
span { border-color: #83A04C; }
span { border-color: rgb(131,160,76); }
td.TdClassName
{
border-color: #83A04C;
}
.TagClassName
{
border-color: #83A04C;
}
</style>