Shades of Chelsea Cucumber #82A859
Tints of Chelsea Cucumber #82A859
RGB
CMYK
RGB Variations
Color information
#82A859 (or 0x82A859) is known color: Chelsea Cucumber. HEX triplet: 82, A8 and 59. RGB value is (130,168,89). Sum of RGB (Red+Green+Blue) = 130+168+89=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #82A859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A859 is #7D57A6. Grayscale: #939393. Windows color (decimal): -8214439 or 5875842. OLE color: 5875842.
HSL color Cylindrical-coordinate representation of color #82A859: hue angle of 88.86º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82A859 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 89 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.34 |
| HSL | 88.86º | 0.31% | 0.5% | - |
| HSV(B) | 88.86º | 0.47% | 0.66% | - |
| XYZ | 25.01 | 33.47 | 14.59 | - |
| YUV | 147.63 | 94.91 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 89 | 0.23 | 0 | 0.47 | 0.34 | 88.86 | 0.31 | 0.5 |
| Hex | 82 | A8 | 59 | 17 | 0 | 2F | 22 | 59 | 1F | 32 |
| Octal | 202 | 250 | 131 | 27 | 0 | 57 | 42 | 131 | 37 | 62 |
| Binary | 10000010 | 10101000 | 1011001 | 10111 | 0 | 101111 | 100010 | 1011001 | 11111 | 110010 |
Color Harmonies of #82A859
Complementary color
Monochromatic Colors of #82A859
Black with #82A859
Text Example
Text Example
White with #82A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A859; }
p { color: rgb(130,168,89); }
H1.HeaderClassName
{
color: #82A859;
}
.AnyTagClassName
{
color: #82A859;
}
</style>
background-color css
<style>
a { background-color: #82A859; }
a { background-color: rgb(130,168,89); }
div.DivClassName
{
background-color: #82A859;
}
.BgClassName
{
background-color: #82A859;
}
</style>
border-color css
<style>
span { border-color: #82A859; }
span { border-color: rgb(130,168,89); }
td.TdClassName
{
border-color: #82A859;
}
.TagClassName
{
border-color: #82A859;
}
</style>