Shades of Chelsea Cucumber #86A659
Tints of Chelsea Cucumber #86A659
RGB
CMYK
RGB Variations
Color information
#86A659 (or 0x86A659) is known color: Chelsea Cucumber. HEX triplet: 86, A6 and 59. RGB value is (134,166,89). Sum of RGB (Red+Green+Blue) = 134+166+89=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #86A659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A659 is #7959A6. Grayscale: #939393. Windows color (decimal): -7952807 or 5875334. OLE color: 5875334.
HSL color Cylindrical-coordinate representation of color #86A659: hue angle of 84.94º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86A659 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 166 | 89 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.35 |
| HSL | 84.94º | 0.3% | 0.5% | - |
| HSV(B) | 84.94º | 0.46% | 0.65% | - |
| XYZ | 25.27 | 33.06 | 14.5 | - |
| YUV | 147.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 166 | 89 | 0.19 | 0 | 0.46 | 0.35 | 84.94 | 0.3 | 0.5 |
| Hex | 86 | A6 | 59 | 13 | 0 | 2E | 23 | 55 | 1E | 32 |
| Octal | 206 | 246 | 131 | 23 | 0 | 56 | 43 | 125 | 36 | 62 |
| Binary | 10000110 | 10100110 | 1011001 | 10011 | 0 | 101110 | 100011 | 1010101 | 11110 | 110010 |
Color Harmonies of #86A659
Complementary color
Monochromatic Colors of #86A659
Black with #86A659
Text Example
Text Example
White with #86A659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A659; }
p { color: rgb(134,166,89); }
H1.HeaderClassName
{
color: #86A659;
}
.AnyTagClassName
{
color: #86A659;
}
</style>
background-color css
<style>
a { background-color: #86A659; }
a { background-color: rgb(134,166,89); }
div.DivClassName
{
background-color: #86A659;
}
.BgClassName
{
background-color: #86A659;
}
</style>
border-color css
<style>
span { border-color: #86A659; }
span { border-color: rgb(134,166,89); }
td.TdClassName
{
border-color: #86A659;
}
.TagClassName
{
border-color: #86A659;
}
</style>