Shades of Chelsea Cucumber #82A948
Tints of Chelsea Cucumber #82A948
RGB
CMYK
RGB Variations
Color information
#82A948 (or 0x82A948) is known color: Chelsea Cucumber. HEX triplet: 82, A9 and 48. RGB value is (130,169,72). Sum of RGB (Red+Green+Blue) = 130+169+72=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #82A948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A948 is #7D56B7. Grayscale: #929292. Windows color (decimal): -8214200 or 4761986. OLE color: 4761986.
HSL color Cylindrical-coordinate representation of color #82A948: hue angle of 84.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82A948 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 169 | 72 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.34 |
| HSL | 84.12º | 0.4% | 0.47% | - |
| HSV(B) | 84.12º | 0.57% | 0.66% | - |
| XYZ | 24.56 | 33.59 | 11.32 | - |
| YUV | 146.28 | 86.08 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 72 | 0.23 | 0 | 0.57 | 0.34 | 84.12 | 0.4 | 0.47 |
| Hex | 82 | A9 | 48 | 17 | 0 | 39 | 22 | 54 | 28 | 2F |
| Octal | 202 | 251 | 110 | 27 | 0 | 71 | 42 | 124 | 50 | 57 |
| Binary | 10000010 | 10101001 | 1001000 | 10111 | 0 | 111001 | 100010 | 1010100 | 101000 | 101111 |
Color Harmonies of #82A948
Complementary color
Monochromatic Colors of #82A948
Black with #82A948
Text Example
Text Example
White with #82A948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A948; }
p { color: rgb(130,169,72); }
H1.HeaderClassName
{
color: #82A948;
}
.AnyTagClassName
{
color: #82A948;
}
</style>
background-color css
<style>
a { background-color: #82A948; }
a { background-color: rgb(130,169,72); }
div.DivClassName
{
background-color: #82A948;
}
.BgClassName
{
background-color: #82A948;
}
</style>
border-color css
<style>
span { border-color: #82A948; }
span { border-color: rgb(130,169,72); }
td.TdClassName
{
border-color: #82A948;
}
.TagClassName
{
border-color: #82A948;
}
</style>