Shades of Chelsea Cucumber #82AB4D
Tints of Chelsea Cucumber #82AB4D
RGB
CMYK
RGB Variations
Color information
#82AB4D (or 0x82AB4D) is known color: Chelsea Cucumber. HEX triplet: 82, AB and 4D. RGB value is (130,171,77). Sum of RGB (Red+Green+Blue) = 130+171+77=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB4D is #7D54B2. Grayscale: #949494. Windows color (decimal): -8213683 or 5090178. OLE color: 5090178.
HSL color Cylindrical-coordinate representation of color #82AB4D: hue angle of 86.17º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82AB4D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 77 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.33 |
| HSL | 86.17º | 0.38% | 0.49% | - |
| HSV(B) | 86.17º | 0.55% | 0.67% | - |
| XYZ | 25.11 | 34.41 | 12.34 | - |
| YUV | 148.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 77 | 0.24 | 0 | 0.55 | 0.33 | 86.17 | 0.38 | 0.49 |
| Hex | 82 | AB | 4D | 18 | 0 | 37 | 21 | 56 | 26 | 31 |
| Octal | 202 | 253 | 115 | 30 | 0 | 67 | 41 | 126 | 46 | 61 |
| Binary | 10000010 | 10101011 | 1001101 | 11000 | 0 | 110111 | 100001 | 1010110 | 100110 | 110001 |
Color Harmonies of #82AB4D
Complementary color
Monochromatic Colors of #82AB4D
Black with #82AB4D
Text Example
Text Example
White with #82AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB4D; }
p { color: rgb(130,171,77); }
H1.HeaderClassName
{
color: #82AB4D;
}
.AnyTagClassName
{
color: #82AB4D;
}
</style>
background-color css
<style>
a { background-color: #82AB4D; }
a { background-color: rgb(130,171,77); }
div.DivClassName
{
background-color: #82AB4D;
}
.BgClassName
{
background-color: #82AB4D;
}
</style>
border-color css
<style>
span { border-color: #82AB4D; }
span { border-color: rgb(130,171,77); }
td.TdClassName
{
border-color: #82AB4D;
}
.TagClassName
{
border-color: #82AB4D;
}
</style>