Shades of Chelsea Cucumber #82A251
Tints of Chelsea Cucumber #82A251
RGB
CMYK
RGB Variations
Color information
#82A251 (or 0x82A251) is known color: Chelsea Cucumber. HEX triplet: 82, A2 and 51. RGB value is (130,162,81). Sum of RGB (Red+Green+Blue) = 130+162+81=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #82A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A251 is #7D5DAE. Grayscale: #8F8F8F. Windows color (decimal): -8215983 or 5350018. OLE color: 5350018.
HSL color Cylindrical-coordinate representation of color #82A251: hue angle of 83.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82A251 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 162 | 81 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.36 |
| HSL | 83.7º | 0.33% | 0.48% | - |
| HSV(B) | 83.7º | 0.5% | 0.64% | - |
| XYZ | 23.61 | 31.18 | 12.56 | - |
| YUV | 143.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 81 | 0.20 | 0 | 0.50 | 0.36 | 83.7 | 0.33 | 0.48 |
| Hex | 82 | A2 | 51 | 14 | 0 | 32 | 24 | 54 | 21 | 30 |
| Octal | 202 | 242 | 121 | 24 | 0 | 62 | 44 | 124 | 41 | 60 |
| Binary | 10000010 | 10100010 | 1010001 | 10100 | 0 | 110010 | 100100 | 1010100 | 100001 | 110000 |
Color Harmonies of #82A251
Complementary color
Monochromatic Colors of #82A251
Black with #82A251
Text Example
Text Example
White with #82A251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A251; }
p { color: rgb(130,162,81); }
H1.HeaderClassName
{
color: #82A251;
}
.AnyTagClassName
{
color: #82A251;
}
</style>
background-color css
<style>
a { background-color: #82A251; }
a { background-color: rgb(130,162,81); }
div.DivClassName
{
background-color: #82A251;
}
.BgClassName
{
background-color: #82A251;
}
</style>
border-color css
<style>
span { border-color: #82A251; }
span { border-color: rgb(130,162,81); }
td.TdClassName
{
border-color: #82A251;
}
.TagClassName
{
border-color: #82A251;
}
</style>