Shades of Chelsea Cucumber #86B851
Tints of Chelsea Cucumber #86B851
RGB
CMYK
RGB Variations
Color information
#86B851 (or 0x86B851) is known color: Chelsea Cucumber. HEX triplet: 86, B8 and 51. RGB value is (134,184,81). Sum of RGB (Red+Green+Blue) = 134+184+81=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #86B851 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B851 is #7947AE. Grayscale: #9D9D9D. Windows color (decimal): -7948207 or 5355654. OLE color: 5355654.
HSL color Cylindrical-coordinate representation of color #86B851: hue angle of 89.13º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86B851 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 81 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.28 |
| HSL | 89.13º | 0.42% | 0.52% | - |
| HSV(B) | 89.13º | 0.56% | 0.72% | - |
| XYZ | 28.46 | 39.94 | 13.99 | - |
| YUV | 157.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 81 | 0.27 | 0 | 0.56 | 0.28 | 89.13 | 0.42 | 0.52 |
| Hex | 86 | B8 | 51 | 1B | 0 | 38 | 1C | 59 | 2A | 34 |
| Octal | 206 | 270 | 121 | 33 | 0 | 70 | 34 | 131 | 52 | 64 |
| Binary | 10000110 | 10111000 | 1010001 | 11011 | 0 | 111000 | 11100 | 1011001 | 101010 | 110100 |
Color Harmonies of #86B851
Complementary color
Monochromatic Colors of #86B851
Black with #86B851
Text Example
Text Example
White with #86B851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B851; }
p { color: rgb(134,184,81); }
H1.HeaderClassName
{
color: #86B851;
}
.AnyTagClassName
{
color: #86B851;
}
</style>
background-color css
<style>
a { background-color: #86B851; }
a { background-color: rgb(134,184,81); }
div.DivClassName
{
background-color: #86B851;
}
.BgClassName
{
background-color: #86B851;
}
</style>
border-color css
<style>
span { border-color: #86B851; }
span { border-color: rgb(134,184,81); }
td.TdClassName
{
border-color: #86B851;
}
.TagClassName
{
border-color: #86B851;
}
</style>