Shades of Chelsea Cucumber #86A154
Tints of Chelsea Cucumber #86A154
RGB
CMYK
RGB Variations
Color information
#86A154 (or 0x86A154) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 54. RGB value is (134,161,84). Sum of RGB (Red+Green+Blue) = 134+161+84=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #86A154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A154 is #795EAB. Grayscale: #909090. Windows color (decimal): -7954092 or 5546374. OLE color: 5546374.
HSL color Cylindrical-coordinate representation of color #86A154: hue angle of 81.04º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86A154 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 84 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.37 |
| HSL | 81.04º | 0.31% | 0.48% | - |
| HSV(B) | 81.04º | 0.48% | 0.63% | - |
| XYZ | 24.18 | 31.2 | 13.14 | - |
| YUV | 144.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 84 | 0.17 | 0 | 0.48 | 0.37 | 81.04 | 0.31 | 0.48 |
| Hex | 86 | A1 | 54 | 11 | 0 | 30 | 25 | 51 | 1F | 30 |
| Octal | 206 | 241 | 124 | 21 | 0 | 60 | 45 | 121 | 37 | 60 |
| Binary | 10000110 | 10100001 | 1010100 | 10001 | 0 | 110000 | 100101 | 1010001 | 11111 | 110000 |
Color Harmonies of #86A154
Complementary color
Monochromatic Colors of #86A154
Black with #86A154
Text Example
Text Example
White with #86A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A154; }
p { color: rgb(134,161,84); }
H1.HeaderClassName
{
color: #86A154;
}
.AnyTagClassName
{
color: #86A154;
}
</style>
background-color css
<style>
a { background-color: #86A154; }
a { background-color: rgb(134,161,84); }
div.DivClassName
{
background-color: #86A154;
}
.BgClassName
{
background-color: #86A154;
}
</style>
border-color css
<style>
span { border-color: #86A154; }
span { border-color: rgb(134,161,84); }
td.TdClassName
{
border-color: #86A154;
}
.TagClassName
{
border-color: #86A154;
}
</style>