Shades of Chelsea Cucumber #86A168
Tints of Chelsea Cucumber #86A168
RGB
CMYK
RGB Variations
Color information
#86A168 (or 0x86A168) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 68. RGB value is (134,161,104). Sum of RGB (Red+Green+Blue) = 134+161+104=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #86A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A168 is #795E97. Grayscale: #929292. Windows color (decimal): -7954072 or 6857094. OLE color: 6857094.
HSL color Cylindrical-coordinate representation of color #86A168: hue angle of 88.42º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A168 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 104 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.37 |
| HSL | 88.42º | 0.23% | 0.52% | - |
| HSV(B) | 88.42º | 0.35% | 0.63% | - |
| XYZ | 25.08 | 31.56 | 17.87 | - |
| YUV | 146.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 104 | 0.17 | 0 | 0.35 | 0.37 | 88.42 | 0.23 | 0.52 |
| Hex | 86 | A1 | 68 | 11 | 0 | 23 | 25 | 58 | 17 | 34 |
| Octal | 206 | 241 | 150 | 21 | 0 | 43 | 45 | 130 | 27 | 64 |
| Binary | 10000110 | 10100001 | 1101000 | 10001 | 0 | 100011 | 100101 | 1011000 | 10111 | 110100 |
Color Harmonies of #86A168
Complementary color
Monochromatic Colors of #86A168
Black with #86A168
Text Example
Text Example
White with #86A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A168; }
p { color: rgb(134,161,104); }
H1.HeaderClassName
{
color: #86A168;
}
.AnyTagClassName
{
color: #86A168;
}
</style>
background-color css
<style>
a { background-color: #86A168; }
a { background-color: rgb(134,161,104); }
div.DivClassName
{
background-color: #86A168;
}
.BgClassName
{
background-color: #86A168;
}
</style>
border-color css
<style>
span { border-color: #86A168; }
span { border-color: rgb(134,161,104); }
td.TdClassName
{
border-color: #86A168;
}
.TagClassName
{
border-color: #86A168;
}
</style>