Shades of Chelsea Cucumber #86AA6A
Tints of Chelsea Cucumber #86AA6A
RGB
CMYK
RGB Variations
Color information
#86AA6A (or 0x86AA6A) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 6A. RGB value is (134,170,106). Sum of RGB (Red+Green+Blue) = 134+170+106=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA6A is #795595. Grayscale: #989898. Windows color (decimal): -7951766 or 6990470. OLE color: 6990470.
HSL color Cylindrical-coordinate representation of color #86AA6A: hue angle of 93.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86AA6A is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 106 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.33 |
| HSL | 93.75º | 0.27% | 0.54% | - |
| HSV(B) | 93.75º | 0.38% | 0.67% | - |
| XYZ | 26.81 | 34.86 | 18.95 | - |
| YUV | 151.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 106 | 0.21 | 0 | 0.38 | 0.33 | 93.75 | 0.27 | 0.54 |
| Hex | 86 | AA | 6A | 15 | 0 | 26 | 21 | 5E | 1B | 36 |
| Octal | 206 | 252 | 152 | 25 | 0 | 46 | 41 | 136 | 33 | 66 |
| Binary | 10000110 | 10101010 | 1101010 | 10101 | 0 | 100110 | 100001 | 1011110 | 11011 | 110110 |
Color Harmonies of #86AA6A
Complementary color
Monochromatic Colors of #86AA6A
Black with #86AA6A
Text Example
Text Example
White with #86AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA6A; }
p { color: rgb(134,170,106); }
H1.HeaderClassName
{
color: #86AA6A;
}
.AnyTagClassName
{
color: #86AA6A;
}
</style>
background-color css
<style>
a { background-color: #86AA6A; }
a { background-color: rgb(134,170,106); }
div.DivClassName
{
background-color: #86AA6A;
}
.BgClassName
{
background-color: #86AA6A;
}
</style>
border-color css
<style>
span { border-color: #86AA6A; }
span { border-color: rgb(134,170,106); }
td.TdClassName
{
border-color: #86AA6A;
}
.TagClassName
{
border-color: #86AA6A;
}
</style>