Shades of Chelsea Cucumber #86AE60
Tints of Chelsea Cucumber #86AE60
RGB
CMYK
RGB Variations
Color information
#86AE60 (or 0x86AE60) is known color: Chelsea Cucumber. HEX triplet: 86, AE and 60. RGB value is (134,174,96). Sum of RGB (Red+Green+Blue) = 134+174+96=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AE60 is #79519F. Grayscale: #999999. Windows color (decimal): -7950752 or 6336134. OLE color: 6336134.
HSL color Cylindrical-coordinate representation of color #86AE60: hue angle of 90.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86AE60 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 174 | 96 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.32 |
| HSL | 90.77º | 0.33% | 0.53% | - |
| HSV(B) | 90.77º | 0.45% | 0.68% | - |
| XYZ | 27.08 | 36.18 | 16.62 | - |
| YUV | 153.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 96 | 0.23 | 0 | 0.45 | 0.32 | 90.77 | 0.33 | 0.53 |
| Hex | 86 | AE | 60 | 17 | 0 | 2D | 20 | 5B | 20 | 35 |
| Octal | 206 | 256 | 140 | 27 | 0 | 55 | 40 | 133 | 40 | 65 |
| Binary | 10000110 | 10101110 | 1100000 | 10111 | 0 | 101101 | 100000 | 1011011 | 100000 | 110101 |
Color Harmonies of #86AE60
Complementary color
Monochromatic Colors of #86AE60
Black with #86AE60
Text Example
Text Example
White with #86AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AE60; }
p { color: rgb(134,174,96); }
H1.HeaderClassName
{
color: #86AE60;
}
.AnyTagClassName
{
color: #86AE60;
}
</style>
background-color css
<style>
a { background-color: #86AE60; }
a { background-color: rgb(134,174,96); }
div.DivClassName
{
background-color: #86AE60;
}
.BgClassName
{
background-color: #86AE60;
}
</style>
border-color css
<style>
span { border-color: #86AE60; }
span { border-color: rgb(134,174,96); }
td.TdClassName
{
border-color: #86AE60;
}
.TagClassName
{
border-color: #86AE60;
}
</style>