Shades of Chelsea Cucumber #82AA45
Tints of Chelsea Cucumber #82AA45
RGB
CMYK
RGB Variations
Color information
#82AA45 (or 0x82AA45) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 45. RGB value is (130,170,69). Sum of RGB (Red+Green+Blue) = 130+170+69=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA45 is #7D55BA. Grayscale: #929292. Windows color (decimal): -8213947 or 4565634. OLE color: 4565634.
HSL color Cylindrical-coordinate representation of color #82AA45: hue angle of 83.76º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82AA45 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 69 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.33 |
| HSL | 83.76º | 0.42% | 0.47% | - |
| HSV(B) | 83.76º | 0.59% | 0.67% | - |
| XYZ | 24.65 | 33.92 | 10.88 | - |
| YUV | 146.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 69 | 0.24 | 0 | 0.59 | 0.33 | 83.76 | 0.42 | 0.47 |
| Hex | 82 | AA | 45 | 18 | 0 | 3B | 21 | 54 | 2A | 2F |
| Octal | 202 | 252 | 105 | 30 | 0 | 73 | 41 | 124 | 52 | 57 |
| Binary | 10000010 | 10101010 | 1000101 | 11000 | 0 | 111011 | 100001 | 1010100 | 101010 | 101111 |
Color Harmonies of #82AA45
Complementary color
Monochromatic Colors of #82AA45
Black with #82AA45
Text Example
Text Example
White with #82AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA45; }
p { color: rgb(130,170,69); }
H1.HeaderClassName
{
color: #82AA45;
}
.AnyTagClassName
{
color: #82AA45;
}
</style>
background-color css
<style>
a { background-color: #82AA45; }
a { background-color: rgb(130,170,69); }
div.DivClassName
{
background-color: #82AA45;
}
.BgClassName
{
background-color: #82AA45;
}
</style>
border-color css
<style>
span { border-color: #82AA45; }
span { border-color: rgb(130,170,69); }
td.TdClassName
{
border-color: #82AA45;
}
.TagClassName
{
border-color: #82AA45;
}
</style>