Shades of Chelsea Cucumber #859E55
Tints of Chelsea Cucumber #859E55
RGB
CMYK
RGB Variations
Color information
#859E55 (or 0x859E55) is known color: Chelsea Cucumber. HEX triplet: 85, 9E and 55. RGB value is (133,158,85). Sum of RGB (Red+Green+Blue) = 133+158+85=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #859E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E55 is #7A61AA. Grayscale: #8E8E8E. Windows color (decimal): -8020395 or 5611141. OLE color: 5611141.
HSL color Cylindrical-coordinate representation of color #859E55: hue angle of 80.55º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #859E55 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 85 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.38 |
| HSL | 80.55º | 0.3% | 0.48% | - |
| HSV(B) | 80.55º | 0.46% | 0.62% | - |
| XYZ | 23.54 | 30.1 | 13.16 | - |
| YUV | 142.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 85 | 0.16 | 0 | 0.46 | 0.38 | 80.55 | 0.3 | 0.48 |
| Hex | 85 | 9E | 55 | 10 | 0 | 2E | 26 | 51 | 1E | 30 |
| Octal | 205 | 236 | 125 | 20 | 0 | 56 | 46 | 121 | 36 | 60 |
| Binary | 10000101 | 10011110 | 1010101 | 10000 | 0 | 101110 | 100110 | 1010001 | 11110 | 110000 |
Color Harmonies of #859E55
Complementary color
Monochromatic Colors of #859E55
Black with #859E55
Text Example
Text Example
White with #859E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E55; }
p { color: rgb(133,158,85); }
H1.HeaderClassName
{
color: #859E55;
}
.AnyTagClassName
{
color: #859E55;
}
</style>
background-color css
<style>
a { background-color: #859E55; }
a { background-color: rgb(133,158,85); }
div.DivClassName
{
background-color: #859E55;
}
.BgClassName
{
background-color: #859E55;
}
</style>
border-color css
<style>
span { border-color: #859E55; }
span { border-color: rgb(133,158,85); }
td.TdClassName
{
border-color: #859E55;
}
.TagClassName
{
border-color: #859E55;
}
</style>