Shades of Chelsea Cucumber #82AB54
Tints of Chelsea Cucumber #82AB54
RGB
CMYK
RGB Variations
Color information
#82AB54 (or 0x82AB54) is known color: Chelsea Cucumber. HEX triplet: 82, AB and 54. RGB value is (130,171,84). Sum of RGB (Red+Green+Blue) = 130+171+84=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB54 is #7D54AB. Grayscale: #959595. Windows color (decimal): -8213676 or 5548930. OLE color: 5548930.
HSL color Cylindrical-coordinate representation of color #82AB54: hue angle of 88.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82AB54 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 84 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.33 |
| HSL | 88.28º | 0.34% | 0.5% | - |
| HSV(B) | 88.28º | 0.51% | 0.67% | - |
| XYZ | 25.37 | 34.51 | 13.71 | - |
| YUV | 148.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 84 | 0.24 | 0 | 0.51 | 0.33 | 88.28 | 0.34 | 0.5 |
| Hex | 82 | AB | 54 | 18 | 0 | 33 | 21 | 58 | 22 | 32 |
| Octal | 202 | 253 | 124 | 30 | 0 | 63 | 41 | 130 | 42 | 62 |
| Binary | 10000010 | 10101011 | 1010100 | 11000 | 0 | 110011 | 100001 | 1011000 | 100010 | 110010 |
Color Harmonies of #82AB54
Complementary color
Monochromatic Colors of #82AB54
Black with #82AB54
Text Example
Text Example
White with #82AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB54; }
p { color: rgb(130,171,84); }
H1.HeaderClassName
{
color: #82AB54;
}
.AnyTagClassName
{
color: #82AB54;
}
</style>
background-color css
<style>
a { background-color: #82AB54; }
a { background-color: rgb(130,171,84); }
div.DivClassName
{
background-color: #82AB54;
}
.BgClassName
{
background-color: #82AB54;
}
</style>
border-color css
<style>
span { border-color: #82AB54; }
span { border-color: rgb(130,171,84); }
td.TdClassName
{
border-color: #82AB54;
}
.TagClassName
{
border-color: #82AB54;
}
</style>