Shades of Chelsea Cucumber #859E51
Tints of Chelsea Cucumber #859E51
RGB
CMYK
RGB Variations
Color information
#859E51 (or 0x859E51) is known color: Chelsea Cucumber. HEX triplet: 85, 9E and 51. RGB value is (133,158,81). Sum of RGB (Red+Green+Blue) = 133+158+81=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #859E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E51 is #7A61AE. Grayscale: #8E8E8E. Windows color (decimal): -8020399 or 5348997. OLE color: 5348997.
HSL color Cylindrical-coordinate representation of color #859E51: hue angle of 79.48º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #859E51 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 81 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.38 |
| HSL | 79.48º | 0.32% | 0.47% | - |
| HSV(B) | 79.48º | 0.49% | 0.62% | - |
| XYZ | 23.38 | 30.03 | 12.35 | - |
| YUV | 141.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 81 | 0.16 | 0 | 0.49 | 0.38 | 79.48 | 0.32 | 0.47 |
| Hex | 85 | 9E | 51 | 10 | 0 | 31 | 26 | 4F | 20 | 2F |
| Octal | 205 | 236 | 121 | 20 | 0 | 61 | 46 | 117 | 40 | 57 |
| Binary | 10000101 | 10011110 | 1010001 | 10000 | 0 | 110001 | 100110 | 1001111 | 100000 | 101111 |
Color Harmonies of #859E51
Complementary color
Monochromatic Colors of #859E51
Black with #859E51
Text Example
Text Example
White with #859E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E51; }
p { color: rgb(133,158,81); }
H1.HeaderClassName
{
color: #859E51;
}
.AnyTagClassName
{
color: #859E51;
}
</style>
background-color css
<style>
a { background-color: #859E51; }
a { background-color: rgb(133,158,81); }
div.DivClassName
{
background-color: #859E51;
}
.BgClassName
{
background-color: #859E51;
}
</style>
border-color css
<style>
span { border-color: #859E51; }
span { border-color: rgb(133,158,81); }
td.TdClassName
{
border-color: #859E51;
}
.TagClassName
{
border-color: #859E51;
}
</style>