Shades of Chelsea Cucumber #82AA4A
Tints of Chelsea Cucumber #82AA4A
RGB
CMYK
RGB Variations
Color information
#82AA4A (or 0x82AA4A) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 4A. RGB value is (130,170,74). Sum of RGB (Red+Green+Blue) = 130+170+74=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA4A is #7D55B5. Grayscale: #939393. Windows color (decimal): -8213942 or 4893314. OLE color: 4893314.
HSL color Cylindrical-coordinate representation of color #82AA4A: hue angle of 85º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82AA4A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 74 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.33 |
| HSL | 85º | 0.39% | 0.48% | - |
| HSV(B) | 85º | 0.56% | 0.67% | - |
| XYZ | 24.82 | 33.99 | 11.73 | - |
| YUV | 147.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 74 | 0.24 | 0 | 0.56 | 0.33 | 85 | 0.39 | 0.48 |
| Hex | 82 | AA | 4A | 18 | 0 | 38 | 21 | 55 | 27 | 30 |
| Octal | 202 | 252 | 112 | 30 | 0 | 70 | 41 | 125 | 47 | 60 |
| Binary | 10000010 | 10101010 | 1001010 | 11000 | 0 | 111000 | 100001 | 1010101 | 100111 | 110000 |
Color Harmonies of #82AA4A
Complementary color
Monochromatic Colors of #82AA4A
Black with #82AA4A
Text Example
Text Example
White with #82AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA4A; }
p { color: rgb(130,170,74); }
H1.HeaderClassName
{
color: #82AA4A;
}
.AnyTagClassName
{
color: #82AA4A;
}
</style>
background-color css
<style>
a { background-color: #82AA4A; }
a { background-color: rgb(130,170,74); }
div.DivClassName
{
background-color: #82AA4A;
}
.BgClassName
{
background-color: #82AA4A;
}
</style>
border-color css
<style>
span { border-color: #82AA4A; }
span { border-color: rgb(130,170,74); }
td.TdClassName
{
border-color: #82AA4A;
}
.TagClassName
{
border-color: #82AA4A;
}
</style>