Shades of Chelsea Cucumber #859E62
Tints of Chelsea Cucumber #859E62
RGB
CMYK
RGB Variations
Color information
#859E62 (or 0x859E62) is known color: Chelsea Cucumber. HEX triplet: 85, 9E and 62. RGB value is (133,158,98). Sum of RGB (Red+Green+Blue) = 133+158+98=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #859E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E62 is #7A619D. Grayscale: #8F8F8F. Windows color (decimal): -8020382 or 6463109. OLE color: 6463109.
HSL color Cylindrical-coordinate representation of color #859E62: hue angle of 85º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859E62 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 98 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.38 |
| HSL | 85º | 0.24% | 0.5% | - |
| HSV(B) | 85º | 0.38% | 0.62% | - |
| XYZ | 24.1 | 30.32 | 16.14 | - |
| YUV | 143.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 98 | 0.16 | 0 | 0.38 | 0.38 | 85 | 0.24 | 0.5 |
| Hex | 85 | 9E | 62 | 10 | 0 | 26 | 26 | 55 | 18 | 32 |
| Octal | 205 | 236 | 142 | 20 | 0 | 46 | 46 | 125 | 30 | 62 |
| Binary | 10000101 | 10011110 | 1100010 | 10000 | 0 | 100110 | 100110 | 1010101 | 11000 | 110010 |
Color Harmonies of #859E62
Complementary color
Monochromatic Colors of #859E62
Black with #859E62
Text Example
Text Example
White with #859E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E62; }
p { color: rgb(133,158,98); }
H1.HeaderClassName
{
color: #859E62;
}
.AnyTagClassName
{
color: #859E62;
}
</style>
background-color css
<style>
a { background-color: #859E62; }
a { background-color: rgb(133,158,98); }
div.DivClassName
{
background-color: #859E62;
}
.BgClassName
{
background-color: #859E62;
}
</style>
border-color css
<style>
span { border-color: #859E62; }
span { border-color: rgb(133,158,98); }
td.TdClassName
{
border-color: #859E62;
}
.TagClassName
{
border-color: #859E62;
}
</style>