Shades of Chelsea Cucumber #86A156
Tints of Chelsea Cucumber #86A156
RGB
CMYK
RGB Variations
Color information
#86A156 (or 0x86A156) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 56. RGB value is (134,161,86). Sum of RGB (Red+Green+Blue) = 134+161+86=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #86A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A156 is #795EA9. Grayscale: #909090. Windows color (decimal): -7954090 or 5677446. OLE color: 5677446.
HSL color Cylindrical-coordinate representation of color #86A156: hue angle of 81.6º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86A156 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 86 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.37 |
| HSL | 81.6º | 0.3% | 0.48% | - |
| HSV(B) | 81.6º | 0.47% | 0.63% | - |
| XYZ | 24.26 | 31.23 | 13.55 | - |
| YUV | 144.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 86 | 0.17 | 0 | 0.47 | 0.37 | 81.6 | 0.3 | 0.48 |
| Hex | 86 | A1 | 56 | 11 | 0 | 2F | 25 | 52 | 1E | 30 |
| Octal | 206 | 241 | 126 | 21 | 0 | 57 | 45 | 122 | 36 | 60 |
| Binary | 10000110 | 10100001 | 1010110 | 10001 | 0 | 101111 | 100101 | 1010010 | 11110 | 110000 |
Color Harmonies of #86A156
Complementary color
Monochromatic Colors of #86A156
Black with #86A156
Text Example
Text Example
White with #86A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A156; }
p { color: rgb(134,161,86); }
H1.HeaderClassName
{
color: #86A156;
}
.AnyTagClassName
{
color: #86A156;
}
</style>
background-color css
<style>
a { background-color: #86A156; }
a { background-color: rgb(134,161,86); }
div.DivClassName
{
background-color: #86A156;
}
.BgClassName
{
background-color: #86A156;
}
</style>
border-color css
<style>
span { border-color: #86A156; }
span { border-color: rgb(134,161,86); }
td.TdClassName
{
border-color: #86A156;
}
.TagClassName
{
border-color: #86A156;
}
</style>