Shades of Chelsea Cucumber #82B356
Tints of Chelsea Cucumber #82B356
RGB
CMYK
RGB Variations
Color information
#82B356 (or 0x82B356) is known color: Chelsea Cucumber. HEX triplet: 82, B3 and 56. RGB value is (130,179,86). Sum of RGB (Red+Green+Blue) = 130+179+86=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #82B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B356 is #7D4CA9. Grayscale: #9A9A9A. Windows color (decimal): -8211626 or 5682050. OLE color: 5682050.
HSL color Cylindrical-coordinate representation of color #82B356: hue angle of 91.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82B356 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 86 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.30 |
| HSL | 91.61º | 0.38% | 0.52% | - |
| HSV(B) | 91.61º | 0.52% | 0.7% | - |
| XYZ | 27.01 | 37.66 | 14.65 | - |
| YUV | 153.75 | 89.77 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 86 | 0.27 | 0 | 0.52 | 0.30 | 91.61 | 0.38 | 0.52 |
| Hex | 82 | B3 | 56 | 1B | 0 | 34 | 1E | 5C | 26 | 34 |
| Octal | 202 | 263 | 126 | 33 | 0 | 64 | 36 | 134 | 46 | 64 |
| Binary | 10000010 | 10110011 | 1010110 | 11011 | 0 | 110100 | 11110 | 1011100 | 100110 | 110100 |
Color Harmonies of #82B356
Complementary color
Monochromatic Colors of #82B356
Black with #82B356
Text Example
Text Example
White with #82B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B356; }
p { color: rgb(130,179,86); }
H1.HeaderClassName
{
color: #82B356;
}
.AnyTagClassName
{
color: #82B356;
}
</style>
background-color css
<style>
a { background-color: #82B356; }
a { background-color: rgb(130,179,86); }
div.DivClassName
{
background-color: #82B356;
}
.BgClassName
{
background-color: #82B356;
}
</style>
border-color css
<style>
span { border-color: #82B356; }
span { border-color: rgb(130,179,86); }
td.TdClassName
{
border-color: #82B356;
}
.TagClassName
{
border-color: #82B356;
}
</style>