Shades of Chelsea Cucumber #86B657
Tints of Chelsea Cucumber #86B657
RGB
CMYK
RGB Variations
Color information
#86B657 (or 0x86B657) is known color: Chelsea Cucumber. HEX triplet: 86, B6 and 57. RGB value is (134,182,87). Sum of RGB (Red+Green+Blue) = 134+182+87=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #86B657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B657 is #7949A8. Grayscale: #9D9D9D. Windows color (decimal): -7948713 or 5748358. OLE color: 5748358.
HSL color Cylindrical-coordinate representation of color #86B657: hue angle of 90.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86B657 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 87 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.29 |
| HSL | 90.32º | 0.39% | 0.53% | - |
| HSV(B) | 90.32º | 0.52% | 0.71% | - |
| XYZ | 28.28 | 39.21 | 15.1 | - |
| YUV | 156.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 87 | 0.26 | 0 | 0.52 | 0.29 | 90.32 | 0.39 | 0.53 |
| Hex | 86 | B6 | 57 | 1A | 0 | 34 | 1D | 5A | 27 | 35 |
| Octal | 206 | 266 | 127 | 32 | 0 | 64 | 35 | 132 | 47 | 65 |
| Binary | 10000110 | 10110110 | 1010111 | 11010 | 0 | 110100 | 11101 | 1011010 | 100111 | 110101 |
Color Harmonies of #86B657
Complementary color
Monochromatic Colors of #86B657
Black with #86B657
Text Example
Text Example
White with #86B657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B657; }
p { color: rgb(134,182,87); }
H1.HeaderClassName
{
color: #86B657;
}
.AnyTagClassName
{
color: #86B657;
}
</style>
background-color css
<style>
a { background-color: #86B657; }
a { background-color: rgb(134,182,87); }
div.DivClassName
{
background-color: #86B657;
}
.BgClassName
{
background-color: #86B657;
}
</style>
border-color css
<style>
span { border-color: #86B657; }
span { border-color: rgb(134,182,87); }
td.TdClassName
{
border-color: #86B657;
}
.TagClassName
{
border-color: #86B657;
}
</style>