Shades of Chelsea Cucumber #82B553
Tints of Chelsea Cucumber #82B553
RGB
CMYK
RGB Variations
Color information
#82B553 (or 0x82B553) is known color: Chelsea Cucumber. HEX triplet: 82, B5 and 53. RGB value is (130,181,83). Sum of RGB (Red+Green+Blue) = 130+181+83=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #82B553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B553 is #7D4AAC. Grayscale: #9A9A9A. Windows color (decimal): -8211117 or 5485954. OLE color: 5485954.
HSL color Cylindrical-coordinate representation of color #82B553: hue angle of 91.22º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82B553 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 83 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.29 |
| HSL | 91.22º | 0.4% | 0.52% | - |
| HSV(B) | 91.22º | 0.54% | 0.71% | - |
| XYZ | 27.29 | 38.42 | 14.16 | - |
| YUV | 154.58 | 87.6 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 83 | 0.28 | 0 | 0.54 | 0.29 | 91.22 | 0.4 | 0.52 |
| Hex | 82 | B5 | 53 | 1C | 0 | 36 | 1D | 5B | 28 | 34 |
| Octal | 202 | 265 | 123 | 34 | 0 | 66 | 35 | 133 | 50 | 64 |
| Binary | 10000010 | 10110101 | 1010011 | 11100 | 0 | 110110 | 11101 | 1011011 | 101000 | 110100 |
Color Harmonies of #82B553
Complementary color
Monochromatic Colors of #82B553
Black with #82B553
Text Example
Text Example
White with #82B553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B553; }
p { color: rgb(130,181,83); }
H1.HeaderClassName
{
color: #82B553;
}
.AnyTagClassName
{
color: #82B553;
}
</style>
background-color css
<style>
a { background-color: #82B553; }
a { background-color: rgb(130,181,83); }
div.DivClassName
{
background-color: #82B553;
}
.BgClassName
{
background-color: #82B553;
}
</style>
border-color css
<style>
span { border-color: #82B553; }
span { border-color: rgb(130,181,83); }
td.TdClassName
{
border-color: #82B553;
}
.TagClassName
{
border-color: #82B553;
}
</style>