Shades of Chelsea Cucumber #86A153
Tints of Chelsea Cucumber #86A153
RGB
CMYK
RGB Variations
Color information
#86A153 (or 0x86A153) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 53. RGB value is (134,161,83). Sum of RGB (Red+Green+Blue) = 134+161+83=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #86A153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A153 is #795EAC. Grayscale: #909090. Windows color (decimal): -7954093 or 5480838. OLE color: 5480838.
HSL color Cylindrical-coordinate representation of color #86A153: hue angle of 80.77º degrees, saturation: 0.32, 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 #86A153 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 83 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.37 |
| HSL | 80.77º | 0.32% | 0.48% | - |
| HSV(B) | 80.77º | 0.48% | 0.63% | - |
| XYZ | 24.14 | 31.18 | 12.93 | - |
| YUV | 144.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 83 | 0.17 | 0 | 0.48 | 0.37 | 80.77 | 0.32 | 0.48 |
| Hex | 86 | A1 | 53 | 11 | 0 | 30 | 25 | 51 | 20 | 30 |
| Octal | 206 | 241 | 123 | 21 | 0 | 60 | 45 | 121 | 40 | 60 |
| Binary | 10000110 | 10100001 | 1010011 | 10001 | 0 | 110000 | 100101 | 1010001 | 100000 | 110000 |
Color Harmonies of #86A153
Complementary color
Monochromatic Colors of #86A153
Black with #86A153
Text Example
Text Example
White with #86A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A153; }
p { color: rgb(134,161,83); }
H1.HeaderClassName
{
color: #86A153;
}
.AnyTagClassName
{
color: #86A153;
}
</style>
background-color css
<style>
a { background-color: #86A153; }
a { background-color: rgb(134,161,83); }
div.DivClassName
{
background-color: #86A153;
}
.BgClassName
{
background-color: #86A153;
}
</style>
border-color css
<style>
span { border-color: #86A153; }
span { border-color: rgb(134,161,83); }
td.TdClassName
{
border-color: #86A153;
}
.TagClassName
{
border-color: #86A153;
}
</style>