Shades of Chelsea Cucumber #86AA6B
Tints of Chelsea Cucumber #86AA6B
RGB
CMYK
RGB Variations
Color information
#86AA6B (or 0x86AA6B) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 6B. RGB value is (134,170,107). Sum of RGB (Red+Green+Blue) = 134+170+107=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA6B is #795594. Grayscale: #989898. Windows color (decimal): -7951765 or 7056006. OLE color: 7056006.
HSL color Cylindrical-coordinate representation of color #86AA6B: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86AA6B is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 107 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.33 |
| HSL | 94.29º | 0.27% | 0.54% | - |
| HSV(B) | 94.29º | 0.37% | 0.67% | - |
| XYZ | 26.86 | 34.88 | 19.23 | - |
| YUV | 152.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 107 | 0.21 | 0 | 0.37 | 0.33 | 94.29 | 0.27 | 0.54 |
| Hex | 86 | AA | 6B | 15 | 0 | 25 | 21 | 5E | 1B | 36 |
| Octal | 206 | 252 | 153 | 25 | 0 | 45 | 41 | 136 | 33 | 66 |
| Binary | 10000110 | 10101010 | 1101011 | 10101 | 0 | 100101 | 100001 | 1011110 | 11011 | 110110 |
Color Harmonies of #86AA6B
Complementary color
Monochromatic Colors of #86AA6B
Black with #86AA6B
Text Example
Text Example
White with #86AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA6B; }
p { color: rgb(134,170,107); }
H1.HeaderClassName
{
color: #86AA6B;
}
.AnyTagClassName
{
color: #86AA6B;
}
</style>
background-color css
<style>
a { background-color: #86AA6B; }
a { background-color: rgb(134,170,107); }
div.DivClassName
{
background-color: #86AA6B;
}
.BgClassName
{
background-color: #86AA6B;
}
</style>
border-color css
<style>
span { border-color: #86AA6B; }
span { border-color: rgb(134,170,107); }
td.TdClassName
{
border-color: #86AA6B;
}
.TagClassName
{
border-color: #86AA6B;
}
</style>