Shades of Chelsea Cucumber #86B756
Tints of Chelsea Cucumber #86B756
RGB
CMYK
RGB Variations
Color information
#86B756 (or 0x86B756) is known color: Chelsea Cucumber. HEX triplet: 86, B7 and 56. RGB value is (134,183,86). Sum of RGB (Red+Green+Blue) = 134+183+86=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #86B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B756 is #7948A9. Grayscale: #9D9D9D. Windows color (decimal): -7948458 or 5683078. OLE color: 5683078.
HSL color Cylindrical-coordinate representation of color #86B756: hue angle of 90.31º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86B756 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 86 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.28 |
| HSL | 90.31º | 0.4% | 0.53% | - |
| HSV(B) | 90.31º | 0.53% | 0.72% | - |
| XYZ | 28.44 | 39.61 | 14.95 | - |
| YUV | 157.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 86 | 0.27 | 0 | 0.53 | 0.28 | 90.31 | 0.4 | 0.53 |
| Hex | 86 | B7 | 56 | 1B | 0 | 35 | 1C | 5A | 28 | 35 |
| Octal | 206 | 267 | 126 | 33 | 0 | 65 | 34 | 132 | 50 | 65 |
| Binary | 10000110 | 10110111 | 1010110 | 11011 | 0 | 110101 | 11100 | 1011010 | 101000 | 110101 |
Color Harmonies of #86B756
Complementary color
Monochromatic Colors of #86B756
Black with #86B756
Text Example
Text Example
White with #86B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B756; }
p { color: rgb(134,183,86); }
H1.HeaderClassName
{
color: #86B756;
}
.AnyTagClassName
{
color: #86B756;
}
</style>
background-color css
<style>
a { background-color: #86B756; }
a { background-color: rgb(134,183,86); }
div.DivClassName
{
background-color: #86B756;
}
.BgClassName
{
background-color: #86B756;
}
</style>
border-color css
<style>
span { border-color: #86B756; }
span { border-color: rgb(134,183,86); }
td.TdClassName
{
border-color: #86B756;
}
.TagClassName
{
border-color: #86B756;
}
</style>