Shades of Chelsea Cucumber #86A166
Tints of Chelsea Cucumber #86A166
RGB
CMYK
RGB Variations
Color information
#86A166 (or 0x86A166) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 66. RGB value is (134,161,102). Sum of RGB (Red+Green+Blue) = 134+161+102=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #86A166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A166 is #795E99. Grayscale: #929292. Windows color (decimal): -7954074 or 6726022. OLE color: 6726022.
HSL color Cylindrical-coordinate representation of color #86A166: hue angle of 87.46º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86A166 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 102 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.37 |
| HSL | 87.46º | 0.24% | 0.52% | - |
| HSV(B) | 87.46º | 0.37% | 0.63% | - |
| XYZ | 24.97 | 31.52 | 17.34 | - |
| YUV | 146.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 102 | 0.17 | 0 | 0.37 | 0.37 | 87.46 | 0.24 | 0.52 |
| Hex | 86 | A1 | 66 | 11 | 0 | 25 | 25 | 57 | 18 | 34 |
| Octal | 206 | 241 | 146 | 21 | 0 | 45 | 45 | 127 | 30 | 64 |
| Binary | 10000110 | 10100001 | 1100110 | 10001 | 0 | 100101 | 100101 | 1010111 | 11000 | 110100 |
Color Harmonies of #86A166
Complementary color
Monochromatic Colors of #86A166
Black with #86A166
Text Example
Text Example
White with #86A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A166; }
p { color: rgb(134,161,102); }
H1.HeaderClassName
{
color: #86A166;
}
.AnyTagClassName
{
color: #86A166;
}
</style>
background-color css
<style>
a { background-color: #86A166; }
a { background-color: rgb(134,161,102); }
div.DivClassName
{
background-color: #86A166;
}
.BgClassName
{
background-color: #86A166;
}
</style>
border-color css
<style>
span { border-color: #86A166; }
span { border-color: rgb(134,161,102); }
td.TdClassName
{
border-color: #86A166;
}
.TagClassName
{
border-color: #86A166;
}
</style>