Shades of Chelsea Cucumber #82AA60
Tints of Chelsea Cucumber #82AA60
RGB
CMYK
RGB Variations
Color information
#82AA60 (or 0x82AA60) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 60. RGB value is (130,170,96). Sum of RGB (Red+Green+Blue) = 130+170+96=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA60 is #7D559F. Grayscale: #959595. Windows color (decimal): -8213920 or 6335106. OLE color: 6335106.
HSL color Cylindrical-coordinate representation of color #82AA60: hue angle of 92.43º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82AA60 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 96 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.33 |
| HSL | 92.43º | 0.3% | 0.52% | - |
| HSV(B) | 92.43º | 0.44% | 0.67% | - |
| XYZ | 25.69 | 34.34 | 16.34 | - |
| YUV | 149.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 96 | 0.24 | 0 | 0.44 | 0.33 | 92.43 | 0.3 | 0.52 |
| Hex | 82 | AA | 60 | 18 | 0 | 2C | 21 | 5C | 1E | 34 |
| Octal | 202 | 252 | 140 | 30 | 0 | 54 | 41 | 134 | 36 | 64 |
| Binary | 10000010 | 10101010 | 1100000 | 11000 | 0 | 101100 | 100001 | 1011100 | 11110 | 110100 |
Color Harmonies of #82AA60
Complementary color
Monochromatic Colors of #82AA60
Black with #82AA60
Text Example
Text Example
White with #82AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA60; }
p { color: rgb(130,170,96); }
H1.HeaderClassName
{
color: #82AA60;
}
.AnyTagClassName
{
color: #82AA60;
}
</style>
background-color css
<style>
a { background-color: #82AA60; }
a { background-color: rgb(130,170,96); }
div.DivClassName
{
background-color: #82AA60;
}
.BgClassName
{
background-color: #82AA60;
}
</style>
border-color css
<style>
span { border-color: #82AA60; }
span { border-color: rgb(130,170,96); }
td.TdClassName
{
border-color: #82AA60;
}
.TagClassName
{
border-color: #82AA60;
}
</style>