Shades of Chelsea Cucumber #86A056
Tints of Chelsea Cucumber #86A056
RGB
CMYK
RGB Variations
Color information
#86A056 (or 0x86A056) is known color: Chelsea Cucumber. HEX triplet: 86, A0 and 56. RGB value is (134,160,86). Sum of RGB (Red+Green+Blue) = 134+160+86=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #86A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A056 is #795FA9. Grayscale: #909090. Windows color (decimal): -7954346 or 5677190. OLE color: 5677190.
HSL color Cylindrical-coordinate representation of color #86A056: hue angle of 81.08º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86A056 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 86 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.37 |
| HSL | 81.08º | 0.3% | 0.48% | - |
| HSV(B) | 81.08º | 0.46% | 0.63% | - |
| XYZ | 24.08 | 30.88 | 13.5 | - |
| YUV | 143.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 86 | 0.16 | 0 | 0.46 | 0.37 | 81.08 | 0.3 | 0.48 |
| Hex | 86 | A0 | 56 | 10 | 0 | 2E | 25 | 51 | 1E | 30 |
| Octal | 206 | 240 | 126 | 20 | 0 | 56 | 45 | 121 | 36 | 60 |
| Binary | 10000110 | 10100000 | 1010110 | 10000 | 0 | 101110 | 100101 | 1010001 | 11110 | 110000 |
Color Harmonies of #86A056
Complementary color
Monochromatic Colors of #86A056
Black with #86A056
Text Example
Text Example
White with #86A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A056; }
p { color: rgb(134,160,86); }
H1.HeaderClassName
{
color: #86A056;
}
.AnyTagClassName
{
color: #86A056;
}
</style>
background-color css
<style>
a { background-color: #86A056; }
a { background-color: rgb(134,160,86); }
div.DivClassName
{
background-color: #86A056;
}
.BgClassName
{
background-color: #86A056;
}
</style>
border-color css
<style>
span { border-color: #86A056; }
span { border-color: rgb(134,160,86); }
td.TdClassName
{
border-color: #86A056;
}
.TagClassName
{
border-color: #86A056;
}
</style>