Shades of Chelsea Cucumber #86B656
Tints of Chelsea Cucumber #86B656
RGB
CMYK
RGB Variations
Color information
#86B656 (or 0x86B656) is known color: Chelsea Cucumber. HEX triplet: 86, B6 and 56. RGB value is (134,182,86). Sum of RGB (Red+Green+Blue) = 134+182+86=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #86B656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B656 is #7949A9. Grayscale: #9D9D9D. Windows color (decimal): -7948714 or 5682822. OLE color: 5682822.
HSL color Cylindrical-coordinate representation of color #86B656: hue angle of 90º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86B656 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 86 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.29 |
| HSL | 90º | 0.4% | 0.53% | - |
| HSV(B) | 90º | 0.53% | 0.71% | - |
| XYZ | 28.24 | 39.2 | 14.88 | - |
| YUV | 156.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 86 | 0.26 | 0 | 0.53 | 0.29 | 90 | 0.4 | 0.53 |
| Hex | 86 | B6 | 56 | 1A | 0 | 35 | 1D | 5A | 28 | 35 |
| Octal | 206 | 266 | 126 | 32 | 0 | 65 | 35 | 132 | 50 | 65 |
| Binary | 10000110 | 10110110 | 1010110 | 11010 | 0 | 110101 | 11101 | 1011010 | 101000 | 110101 |
Color Harmonies of #86B656
Complementary color
Monochromatic Colors of #86B656
Black with #86B656
Text Example
Text Example
White with #86B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B656; }
p { color: rgb(134,182,86); }
H1.HeaderClassName
{
color: #86B656;
}
.AnyTagClassName
{
color: #86B656;
}
</style>
background-color css
<style>
a { background-color: #86B656; }
a { background-color: rgb(134,182,86); }
div.DivClassName
{
background-color: #86B656;
}
.BgClassName
{
background-color: #86B656;
}
</style>
border-color css
<style>
span { border-color: #86B656; }
span { border-color: rgb(134,182,86); }
td.TdClassName
{
border-color: #86B656;
}
.TagClassName
{
border-color: #86B656;
}
</style>