Shades of Chelsea Cucumber #86B752
Tints of Chelsea Cucumber #86B752
RGB
CMYK
RGB Variations
Color information
#86B752 (or 0x86B752) is known color: Chelsea Cucumber. HEX triplet: 86, B7 and 52. RGB value is (134,183,82). Sum of RGB (Red+Green+Blue) = 134+183+82=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #86B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B752 is #7948AD. Grayscale: #9D9D9D. Windows color (decimal): -7948462 or 5420934. OLE color: 5420934.
HSL color Cylindrical-coordinate representation of color #86B752: hue angle of 89.11º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86B752 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 82 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.28 |
| HSL | 89.11º | 0.41% | 0.52% | - |
| HSV(B) | 89.11º | 0.55% | 0.72% | - |
| XYZ | 28.29 | 39.54 | 14.12 | - |
| YUV | 156.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 82 | 0.27 | 0 | 0.55 | 0.28 | 89.11 | 0.41 | 0.52 |
| Hex | 86 | B7 | 52 | 1B | 0 | 37 | 1C | 59 | 29 | 34 |
| Octal | 206 | 267 | 122 | 33 | 0 | 67 | 34 | 131 | 51 | 64 |
| Binary | 10000110 | 10110111 | 1010010 | 11011 | 0 | 110111 | 11100 | 1011001 | 101001 | 110100 |
Color Harmonies of #86B752
Complementary color
Monochromatic Colors of #86B752
Black with #86B752
Text Example
Text Example
White with #86B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B752; }
p { color: rgb(134,183,82); }
H1.HeaderClassName
{
color: #86B752;
}
.AnyTagClassName
{
color: #86B752;
}
</style>
background-color css
<style>
a { background-color: #86B752; }
a { background-color: rgb(134,183,82); }
div.DivClassName
{
background-color: #86B752;
}
.BgClassName
{
background-color: #86B752;
}
</style>
border-color css
<style>
span { border-color: #86B752; }
span { border-color: rgb(134,183,82); }
td.TdClassName
{
border-color: #86B752;
}
.TagClassName
{
border-color: #86B752;
}
</style>