Shades of Chelsea Cucumber #85B559
Tints of Chelsea Cucumber #85B559
RGB
CMYK
RGB Variations
Color information
#85B559 (or 0x85B559) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 59. RGB value is (133,181,89). Sum of RGB (Red+Green+Blue) = 133+181+89=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #85B559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B559 is #7A4AA6. Grayscale: #9C9C9C. Windows color (decimal): -8014503 or 5879173. OLE color: 5879173.
HSL color Cylindrical-coordinate representation of color #85B559: hue angle of 91.3º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85B559 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 89 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.29 |
| HSL | 91.3º | 0.38% | 0.53% | - |
| HSV(B) | 91.3º | 0.51% | 0.71% | - |
| XYZ | 28 | 38.76 | 15.46 | - |
| YUV | 156.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 89 | 0.27 | 0 | 0.51 | 0.29 | 91.3 | 0.38 | 0.53 |
| Hex | 85 | B5 | 59 | 1B | 0 | 33 | 1D | 5B | 26 | 35 |
| Octal | 205 | 265 | 131 | 33 | 0 | 63 | 35 | 133 | 46 | 65 |
| Binary | 10000101 | 10110101 | 1011001 | 11011 | 0 | 110011 | 11101 | 1011011 | 100110 | 110101 |
Color Harmonies of #85B559
Complementary color
Monochromatic Colors of #85B559
Black with #85B559
Text Example
Text Example
White with #85B559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B559; }
p { color: rgb(133,181,89); }
H1.HeaderClassName
{
color: #85B559;
}
.AnyTagClassName
{
color: #85B559;
}
</style>
background-color css
<style>
a { background-color: #85B559; }
a { background-color: rgb(133,181,89); }
div.DivClassName
{
background-color: #85B559;
}
.BgClassName
{
background-color: #85B559;
}
</style>
border-color css
<style>
span { border-color: #85B559; }
span { border-color: rgb(133,181,89); }
td.TdClassName
{
border-color: #85B559;
}
.TagClassName
{
border-color: #85B559;
}
</style>