Shades of Chelsea Cucumber #86B653
Tints of Chelsea Cucumber #86B653
RGB
CMYK
RGB Variations
Color information
#86B653 (or 0x86B653) is known color: Chelsea Cucumber. HEX triplet: 86, B6 and 53. RGB value is (134,182,83). Sum of RGB (Red+Green+Blue) = 134+182+83=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #86B653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B653 is #7949AC. Grayscale: #9C9C9C. Windows color (decimal): -7948717 or 5486214. OLE color: 5486214.
HSL color Cylindrical-coordinate representation of color #86B653: hue angle of 89.09º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86B653 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 83 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.29 |
| HSL | 89.09º | 0.4% | 0.52% | - |
| HSV(B) | 89.09º | 0.54% | 0.71% | - |
| XYZ | 28.12 | 39.15 | 14.26 | - |
| YUV | 156.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 83 | 0.26 | 0 | 0.54 | 0.29 | 89.09 | 0.4 | 0.52 |
| Hex | 86 | B6 | 53 | 1A | 0 | 36 | 1D | 59 | 28 | 34 |
| Octal | 206 | 266 | 123 | 32 | 0 | 66 | 35 | 131 | 50 | 64 |
| Binary | 10000110 | 10110110 | 1010011 | 11010 | 0 | 110110 | 11101 | 1011001 | 101000 | 110100 |
Color Harmonies of #86B653
Complementary color
Monochromatic Colors of #86B653
Black with #86B653
Text Example
Text Example
White with #86B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B653; }
p { color: rgb(134,182,83); }
H1.HeaderClassName
{
color: #86B653;
}
.AnyTagClassName
{
color: #86B653;
}
</style>
background-color css
<style>
a { background-color: #86B653; }
a { background-color: rgb(134,182,83); }
div.DivClassName
{
background-color: #86B653;
}
.BgClassName
{
background-color: #86B653;
}
</style>
border-color css
<style>
span { border-color: #86B653; }
span { border-color: rgb(134,182,83); }
td.TdClassName
{
border-color: #86B653;
}
.TagClassName
{
border-color: #86B653;
}
</style>