Shades of Chelsea Cucumber #86B759
Tints of Chelsea Cucumber #86B759
RGB
CMYK
RGB Variations
Color information
#86B759 (or 0x86B759) is known color: Chelsea Cucumber. HEX triplet: 86, B7 and 59. RGB value is (134,183,89). Sum of RGB (Red+Green+Blue) = 134+183+89=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #86B759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B759 is #7948A6. Grayscale: #9D9D9D. Windows color (decimal): -7948455 or 5879686. OLE color: 5879686.
HSL color Cylindrical-coordinate representation of color #86B759: hue angle of 91.28º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86B759 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 89 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.28 |
| HSL | 91.28º | 0.39% | 0.53% | - |
| HSV(B) | 91.28º | 0.51% | 0.72% | - |
| XYZ | 28.57 | 39.66 | 15.6 | - |
| YUV | 157.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 89 | 0.27 | 0 | 0.51 | 0.28 | 91.28 | 0.39 | 0.53 |
| Hex | 86 | B7 | 59 | 1B | 0 | 33 | 1C | 5B | 27 | 35 |
| Octal | 206 | 267 | 131 | 33 | 0 | 63 | 34 | 133 | 47 | 65 |
| Binary | 10000110 | 10110111 | 1011001 | 11011 | 0 | 110011 | 11100 | 1011011 | 100111 | 110101 |
Color Harmonies of #86B759
Complementary color
Monochromatic Colors of #86B759
Black with #86B759
Text Example
Text Example
White with #86B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B759; }
p { color: rgb(134,183,89); }
H1.HeaderClassName
{
color: #86B759;
}
.AnyTagClassName
{
color: #86B759;
}
</style>
background-color css
<style>
a { background-color: #86B759; }
a { background-color: rgb(134,183,89); }
div.DivClassName
{
background-color: #86B759;
}
.BgClassName
{
background-color: #86B759;
}
</style>
border-color css
<style>
span { border-color: #86B759; }
span { border-color: rgb(134,183,89); }
td.TdClassName
{
border-color: #86B759;
}
.TagClassName
{
border-color: #86B759;
}
</style>