Shades of Chelsea Cucumber #85B558
Tints of Chelsea Cucumber #85B558
RGB
CMYK
RGB Variations
Color information
#85B558 (or 0x85B558) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 58. RGB value is (133,181,88). Sum of RGB (Red+Green+Blue) = 133+181+88=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #85B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B558 is #7A4AA7. Grayscale: #9C9C9C. Windows color (decimal): -8014504 or 5813637. OLE color: 5813637.
HSL color Cylindrical-coordinate representation of color #85B558: hue angle of 90.97º degrees, saturation: 0.39, 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 #85B558 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 88 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.29 |
| HSL | 90.97º | 0.39% | 0.53% | - |
| HSV(B) | 90.97º | 0.51% | 0.71% | - |
| XYZ | 27.96 | 38.74 | 15.24 | - |
| YUV | 156.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 88 | 0.27 | 0 | 0.51 | 0.29 | 90.97 | 0.39 | 0.53 |
| Hex | 85 | B5 | 58 | 1B | 0 | 33 | 1D | 5B | 27 | 35 |
| Octal | 205 | 265 | 130 | 33 | 0 | 63 | 35 | 133 | 47 | 65 |
| Binary | 10000101 | 10110101 | 1011000 | 11011 | 0 | 110011 | 11101 | 1011011 | 100111 | 110101 |
Color Harmonies of #85B558
Complementary color
Monochromatic Colors of #85B558
Black with #85B558
Text Example
Text Example
White with #85B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B558; }
p { color: rgb(133,181,88); }
H1.HeaderClassName
{
color: #85B558;
}
.AnyTagClassName
{
color: #85B558;
}
</style>
background-color css
<style>
a { background-color: #85B558; }
a { background-color: rgb(133,181,88); }
div.DivClassName
{
background-color: #85B558;
}
.BgClassName
{
background-color: #85B558;
}
</style>
border-color css
<style>
span { border-color: #85B558; }
span { border-color: rgb(133,181,88); }
td.TdClassName
{
border-color: #85B558;
}
.TagClassName
{
border-color: #85B558;
}
</style>