Shades of Chelsea Cucumber #85B756
Tints of Chelsea Cucumber #85B756
RGB
CMYK
RGB Variations
Color information
#85B756 (or 0x85B756) is known color: Chelsea Cucumber. HEX triplet: 85, B7 and 56. RGB value is (133,183,86). Sum of RGB (Red+Green+Blue) = 133+183+86=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #85B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B756 is #7A48A9. Grayscale: #9D9D9D. Windows color (decimal): -8013994 or 5683077. OLE color: 5683077.
HSL color Cylindrical-coordinate representation of color #85B756: hue angle of 90.93º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85B756 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 86 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.28 |
| HSL | 90.93º | 0.4% | 0.53% | - |
| HSV(B) | 90.93º | 0.53% | 0.72% | - |
| XYZ | 28.29 | 39.53 | 14.94 | - |
| YUV | 156.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 86 | 0.27 | 0 | 0.53 | 0.28 | 90.93 | 0.4 | 0.53 |
| Hex | 85 | B7 | 56 | 1B | 0 | 35 | 1C | 5B | 28 | 35 |
| Octal | 205 | 267 | 126 | 33 | 0 | 65 | 34 | 133 | 50 | 65 |
| Binary | 10000101 | 10110111 | 1010110 | 11011 | 0 | 110101 | 11100 | 1011011 | 101000 | 110101 |
Color Harmonies of #85B756
Complementary color
Monochromatic Colors of #85B756
Black with #85B756
Text Example
Text Example
White with #85B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B756; }
p { color: rgb(133,183,86); }
H1.HeaderClassName
{
color: #85B756;
}
.AnyTagClassName
{
color: #85B756;
}
</style>
background-color css
<style>
a { background-color: #85B756; }
a { background-color: rgb(133,183,86); }
div.DivClassName
{
background-color: #85B756;
}
.BgClassName
{
background-color: #85B756;
}
</style>
border-color css
<style>
span { border-color: #85B756; }
span { border-color: rgb(133,183,86); }
td.TdClassName
{
border-color: #85B756;
}
.TagClassName
{
border-color: #85B756;
}
</style>