Shades of Chelsea Cucumber #86B753
Tints of Chelsea Cucumber #86B753
RGB
CMYK
RGB Variations
Color information
#86B753 (or 0x86B753) is known color: Chelsea Cucumber. HEX triplet: 86, B7 and 53. RGB value is (134,183,83). Sum of RGB (Red+Green+Blue) = 134+183+83=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #86B753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B753 is #7948AC. Grayscale: #9D9D9D. Windows color (decimal): -7948461 or 5486470. OLE color: 5486470.
HSL color Cylindrical-coordinate representation of color #86B753: hue angle of 89.4º 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 #86B753 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 83 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.28 |
| HSL | 89.4º | 0.41% | 0.52% | - |
| HSV(B) | 89.4º | 0.55% | 0.72% | - |
| XYZ | 28.33 | 39.56 | 14.33 | - |
| YUV | 156.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 83 | 0.27 | 0 | 0.55 | 0.28 | 89.4 | 0.41 | 0.52 |
| Hex | 86 | B7 | 53 | 1B | 0 | 37 | 1C | 59 | 29 | 34 |
| Octal | 206 | 267 | 123 | 33 | 0 | 67 | 34 | 131 | 51 | 64 |
| Binary | 10000110 | 10110111 | 1010011 | 11011 | 0 | 110111 | 11100 | 1011001 | 101001 | 110100 |
Color Harmonies of #86B753
Complementary color
Monochromatic Colors of #86B753
Black with #86B753
Text Example
Text Example
White with #86B753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B753; }
p { color: rgb(134,183,83); }
H1.HeaderClassName
{
color: #86B753;
}
.AnyTagClassName
{
color: #86B753;
}
</style>
background-color css
<style>
a { background-color: #86B753; }
a { background-color: rgb(134,183,83); }
div.DivClassName
{
background-color: #86B753;
}
.BgClassName
{
background-color: #86B753;
}
</style>
border-color css
<style>
span { border-color: #86B753; }
span { border-color: rgb(134,183,83); }
td.TdClassName
{
border-color: #86B753;
}
.TagClassName
{
border-color: #86B753;
}
</style>