Shades of Chelsea Cucumber #86A366
Tints of Chelsea Cucumber #86A366
RGB
CMYK
RGB Variations
Color information
#86A366 (or 0x86A366) is known color: Chelsea Cucumber. HEX triplet: 86, A3 and 66. RGB value is (134,163,102). Sum of RGB (Red+Green+Blue) = 134+163+102=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #86A366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A366 is #795C99. Grayscale: #939393. Windows color (decimal): -7953562 or 6726534. OLE color: 6726534.
HSL color Cylindrical-coordinate representation of color #86A366: hue angle of 88.52º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86A366 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 102 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.36 |
| HSL | 88.52º | 0.25% | 0.52% | - |
| HSV(B) | 88.52º | 0.37% | 0.64% | - |
| XYZ | 25.33 | 32.22 | 17.45 | - |
| YUV | 147.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 102 | 0.18 | 0 | 0.37 | 0.36 | 88.52 | 0.25 | 0.52 |
| Hex | 86 | A3 | 66 | 12 | 0 | 25 | 24 | 59 | 19 | 34 |
| Octal | 206 | 243 | 146 | 22 | 0 | 45 | 44 | 131 | 31 | 64 |
| Binary | 10000110 | 10100011 | 1100110 | 10010 | 0 | 100101 | 100100 | 1011001 | 11001 | 110100 |
Color Harmonies of #86A366
Complementary color
Monochromatic Colors of #86A366
Black with #86A366
Text Example
Text Example
White with #86A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A366; }
p { color: rgb(134,163,102); }
H1.HeaderClassName
{
color: #86A366;
}
.AnyTagClassName
{
color: #86A366;
}
</style>
background-color css
<style>
a { background-color: #86A366; }
a { background-color: rgb(134,163,102); }
div.DivClassName
{
background-color: #86A366;
}
.BgClassName
{
background-color: #86A366;
}
</style>
border-color css
<style>
span { border-color: #86A366; }
span { border-color: rgb(134,163,102); }
td.TdClassName
{
border-color: #86A366;
}
.TagClassName
{
border-color: #86A366;
}
</style>