Shades of Chelsea Cucumber #82A856
Tints of Chelsea Cucumber #82A856
RGB
CMYK
RGB Variations
Color information
#82A856 (or 0x82A856) is known color: Chelsea Cucumber. HEX triplet: 82, A8 and 56. RGB value is (130,168,86). Sum of RGB (Red+Green+Blue) = 130+168+86=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #82A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A856 is #7D57A9. Grayscale: #939393. Windows color (decimal): -8214442 or 5679234. OLE color: 5679234.
HSL color Cylindrical-coordinate representation of color #82A856: hue angle of 87.8º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82A856 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 86 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.34 |
| HSL | 87.8º | 0.32% | 0.5% | - |
| HSV(B) | 87.8º | 0.49% | 0.66% | - |
| XYZ | 24.89 | 33.42 | 13.94 | - |
| YUV | 147.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 86 | 0.23 | 0 | 0.49 | 0.34 | 87.8 | 0.32 | 0.5 |
| Hex | 82 | A8 | 56 | 17 | 0 | 31 | 22 | 58 | 20 | 32 |
| Octal | 202 | 250 | 126 | 27 | 0 | 61 | 42 | 130 | 40 | 62 |
| Binary | 10000010 | 10101000 | 1010110 | 10111 | 0 | 110001 | 100010 | 1011000 | 100000 | 110010 |
Color Harmonies of #82A856
Complementary color
Monochromatic Colors of #82A856
Black with #82A856
Text Example
Text Example
White with #82A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A856; }
p { color: rgb(130,168,86); }
H1.HeaderClassName
{
color: #82A856;
}
.AnyTagClassName
{
color: #82A856;
}
</style>
background-color css
<style>
a { background-color: #82A856; }
a { background-color: rgb(130,168,86); }
div.DivClassName
{
background-color: #82A856;
}
.BgClassName
{
background-color: #82A856;
}
</style>
border-color css
<style>
span { border-color: #82A856; }
span { border-color: rgb(130,168,86); }
td.TdClassName
{
border-color: #82A856;
}
.TagClassName
{
border-color: #82A856;
}
</style>