Shades of Chelsea Cucumber #86B755
Tints of Chelsea Cucumber #86B755
RGB
CMYK
RGB Variations
Color information
#86B755 (or 0x86B755) is known color: Chelsea Cucumber. HEX triplet: 86, B7 and 55. RGB value is (134,183,85). Sum of RGB (Red+Green+Blue) = 134+183+85=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #86B755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B755 is #7948AA. Grayscale: #9D9D9D. Windows color (decimal): -7948459 or 5617542. OLE color: 5617542.
HSL color Cylindrical-coordinate representation of color #86B755: hue angle of 90º degrees, saturation: 0.4, 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 #86B755 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 85 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.28 |
| HSL | 90º | 0.4% | 0.53% | - |
| HSV(B) | 90º | 0.54% | 0.72% | - |
| XYZ | 28.4 | 39.59 | 14.74 | - |
| YUV | 157.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 85 | 0.27 | 0 | 0.54 | 0.28 | 90 | 0.4 | 0.53 |
| Hex | 86 | B7 | 55 | 1B | 0 | 36 | 1C | 5A | 28 | 35 |
| Octal | 206 | 267 | 125 | 33 | 0 | 66 | 34 | 132 | 50 | 65 |
| Binary | 10000110 | 10110111 | 1010101 | 11011 | 0 | 110110 | 11100 | 1011010 | 101000 | 110101 |
Color Harmonies of #86B755
Complementary color
Monochromatic Colors of #86B755
Black with #86B755
Text Example
Text Example
White with #86B755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B755; }
p { color: rgb(134,183,85); }
H1.HeaderClassName
{
color: #86B755;
}
.AnyTagClassName
{
color: #86B755;
}
</style>
background-color css
<style>
a { background-color: #86B755; }
a { background-color: rgb(134,183,85); }
div.DivClassName
{
background-color: #86B755;
}
.BgClassName
{
background-color: #86B755;
}
</style>
border-color css
<style>
span { border-color: #86B755; }
span { border-color: rgb(134,183,85); }
td.TdClassName
{
border-color: #86B755;
}
.TagClassName
{
border-color: #86B755;
}
</style>