Shades of Chelsea Cucumber #86B855
Tints of Chelsea Cucumber #86B855
RGB
CMYK
RGB Variations
Color information
#86B855 (or 0x86B855) is known color: Chelsea Cucumber. HEX triplet: 86, B8 and 55. RGB value is (134,184,85). Sum of RGB (Red+Green+Blue) = 134+184+85=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #86B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B855 is #7947AA. Grayscale: #9E9E9E. Windows color (decimal): -7948203 or 5617798. OLE color: 5617798.
HSL color Cylindrical-coordinate representation of color #86B855: hue angle of 90.3º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86B855 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 85 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.28 |
| HSL | 90.3º | 0.41% | 0.53% | - |
| HSV(B) | 90.3º | 0.54% | 0.72% | - |
| XYZ | 28.61 | 40.01 | 14.81 | - |
| YUV | 157.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 85 | 0.27 | 0 | 0.54 | 0.28 | 90.3 | 0.41 | 0.53 |
| Hex | 86 | B8 | 55 | 1B | 0 | 36 | 1C | 5A | 29 | 35 |
| Octal | 206 | 270 | 125 | 33 | 0 | 66 | 34 | 132 | 51 | 65 |
| Binary | 10000110 | 10111000 | 1010101 | 11011 | 0 | 110110 | 11100 | 1011010 | 101001 | 110101 |
Color Harmonies of #86B855
Complementary color
Monochromatic Colors of #86B855
Black with #86B855
Text Example
Text Example
White with #86B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B855; }
p { color: rgb(134,184,85); }
H1.HeaderClassName
{
color: #86B855;
}
.AnyTagClassName
{
color: #86B855;
}
</style>
background-color css
<style>
a { background-color: #86B855; }
a { background-color: rgb(134,184,85); }
div.DivClassName
{
background-color: #86B855;
}
.BgClassName
{
background-color: #86B855;
}
</style>
border-color css
<style>
span { border-color: #86B855; }
span { border-color: rgb(134,184,85); }
td.TdClassName
{
border-color: #86B855;
}
.TagClassName
{
border-color: #86B855;
}
</style>