Shades of Chelsea Cucumber #85B557
Tints of Chelsea Cucumber #85B557
RGB
CMYK
RGB Variations
Color information
#85B557 (or 0x85B557) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 57. RGB value is (133,181,87). Sum of RGB (Red+Green+Blue) = 133+181+87=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #85B557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B557 is #7A4AA8. Grayscale: #9C9C9C. Windows color (decimal): -8014505 or 5748101. OLE color: 5748101.
HSL color Cylindrical-coordinate representation of color #85B557: hue angle of 90.64º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85B557 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 87 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.29 |
| HSL | 90.64º | 0.39% | 0.53% | - |
| HSV(B) | 90.64º | 0.52% | 0.71% | - |
| XYZ | 27.92 | 38.72 | 15.02 | - |
| YUV | 155.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 87 | 0.27 | 0 | 0.52 | 0.29 | 90.64 | 0.39 | 0.53 |
| Hex | 85 | B5 | 57 | 1B | 0 | 34 | 1D | 5B | 27 | 35 |
| Octal | 205 | 265 | 127 | 33 | 0 | 64 | 35 | 133 | 47 | 65 |
| Binary | 10000101 | 10110101 | 1010111 | 11011 | 0 | 110100 | 11101 | 1011011 | 100111 | 110101 |
Color Harmonies of #85B557
Complementary color
Monochromatic Colors of #85B557
Black with #85B557
Text Example
Text Example
White with #85B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B557; }
p { color: rgb(133,181,87); }
H1.HeaderClassName
{
color: #85B557;
}
.AnyTagClassName
{
color: #85B557;
}
</style>
background-color css
<style>
a { background-color: #85B557; }
a { background-color: rgb(133,181,87); }
div.DivClassName
{
background-color: #85B557;
}
.BgClassName
{
background-color: #85B557;
}
</style>
border-color css
<style>
span { border-color: #85B557; }
span { border-color: rgb(133,181,87); }
td.TdClassName
{
border-color: #85B557;
}
.TagClassName
{
border-color: #85B557;
}
</style>