Shades of Chelsea Cucumber #82A04C
Tints of Chelsea Cucumber #82A04C
RGB
CMYK
RGB Variations
Color information
#82A04C (or 0x82A04C) is known color: Chelsea Cucumber. HEX triplet: 82, A0 and 4C. RGB value is (130,160,76). Sum of RGB (Red+Green+Blue) = 130+160+76=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #82A04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A04C is #7D5FB3. Grayscale: #8D8D8D. Windows color (decimal): -8216500 or 5021826. OLE color: 5021826.
HSL color Cylindrical-coordinate representation of color #82A04C: hue angle of 81.43º 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 #82A04C is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 160 | 76 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.37 |
| HSL | 81.43º | 0.36% | 0.46% | - |
| HSV(B) | 81.43º | 0.53% | 0.63% | - |
| XYZ | 23.08 | 30.41 | 11.49 | - |
| YUV | 141.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 76 | 0.19 | 0 | 0.52 | 0.37 | 81.43 | 0.36 | 0.46 |
| Hex | 82 | A0 | 4C | 13 | 0 | 34 | 25 | 51 | 24 | 2E |
| Octal | 202 | 240 | 114 | 23 | 0 | 64 | 45 | 121 | 44 | 56 |
| Binary | 10000010 | 10100000 | 1001100 | 10011 | 0 | 110100 | 100101 | 1010001 | 100100 | 101110 |
Color Harmonies of #82A04C
Complementary color
Monochromatic Colors of #82A04C
Black with #82A04C
Text Example
Text Example
White with #82A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A04C; }
p { color: rgb(130,160,76); }
H1.HeaderClassName
{
color: #82A04C;
}
.AnyTagClassName
{
color: #82A04C;
}
</style>
background-color css
<style>
a { background-color: #82A04C; }
a { background-color: rgb(130,160,76); }
div.DivClassName
{
background-color: #82A04C;
}
.BgClassName
{
background-color: #82A04C;
}
</style>
border-color css
<style>
span { border-color: #82A04C; }
span { border-color: rgb(130,160,76); }
td.TdClassName
{
border-color: #82A04C;
}
.TagClassName
{
border-color: #82A04C;
}
</style>