Shades of Chelsea Cucumber #82AA61
Tints of Chelsea Cucumber #82AA61
RGB
CMYK
RGB Variations
Color information
#82AA61 (or 0x82AA61) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 61. RGB value is (130,170,97). Sum of RGB (Red+Green+Blue) = 130+170+97=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA61 is #7D559E. Grayscale: #959595. Windows color (decimal): -8213919 or 6400642. OLE color: 6400642.
HSL color Cylindrical-coordinate representation of color #82AA61: hue angle of 92.88º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82AA61 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 97 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.33 |
| HSL | 92.88º | 0.3% | 0.52% | - |
| HSV(B) | 92.88º | 0.43% | 0.67% | - |
| XYZ | 25.74 | 34.36 | 16.58 | - |
| YUV | 149.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 97 | 0.24 | 0 | 0.43 | 0.33 | 92.88 | 0.3 | 0.52 |
| Hex | 82 | AA | 61 | 18 | 0 | 2B | 21 | 5D | 1E | 34 |
| Octal | 202 | 252 | 141 | 30 | 0 | 53 | 41 | 135 | 36 | 64 |
| Binary | 10000010 | 10101010 | 1100001 | 11000 | 0 | 101011 | 100001 | 1011101 | 11110 | 110100 |
Color Harmonies of #82AA61
Complementary color
Monochromatic Colors of #82AA61
Black with #82AA61
Text Example
Text Example
White with #82AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA61; }
p { color: rgb(130,170,97); }
H1.HeaderClassName
{
color: #82AA61;
}
.AnyTagClassName
{
color: #82AA61;
}
</style>
background-color css
<style>
a { background-color: #82AA61; }
a { background-color: rgb(130,170,97); }
div.DivClassName
{
background-color: #82AA61;
}
.BgClassName
{
background-color: #82AA61;
}
</style>
border-color css
<style>
span { border-color: #82AA61; }
span { border-color: rgb(130,170,97); }
td.TdClassName
{
border-color: #82AA61;
}
.TagClassName
{
border-color: #82AA61;
}
</style>