Shades of Chelsea Cucumber #859F59
Tints of Chelsea Cucumber #859F59
RGB
CMYK
RGB Variations
Color information
#859F59 (or 0x859F59) is known color: Chelsea Cucumber. HEX triplet: 85, 9F and 59. RGB value is (133,159,89). Sum of RGB (Red+Green+Blue) = 133+159+89=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #859F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F59 is #7A60A6. Grayscale: #8F8F8F. Windows color (decimal): -8020135 or 5873541. OLE color: 5873541.
HSL color Cylindrical-coordinate representation of color #859F59: hue angle of 82.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859F59 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 89 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.38 |
| HSL | 82.29º | 0.28% | 0.49% | - |
| HSV(B) | 82.29º | 0.44% | 0.62% | - |
| XYZ | 23.87 | 30.5 | 14.08 | - |
| YUV | 143.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 89 | 0.16 | 0 | 0.44 | 0.38 | 82.29 | 0.28 | 0.49 |
| Hex | 85 | 9F | 59 | 10 | 0 | 2C | 26 | 52 | 1C | 31 |
| Octal | 205 | 237 | 131 | 20 | 0 | 54 | 46 | 122 | 34 | 61 |
| Binary | 10000101 | 10011111 | 1011001 | 10000 | 0 | 101100 | 100110 | 1010010 | 11100 | 110001 |
Color Harmonies of #859F59
Complementary color
Monochromatic Colors of #859F59
Black with #859F59
Text Example
Text Example
White with #859F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F59; }
p { color: rgb(133,159,89); }
H1.HeaderClassName
{
color: #859F59;
}
.AnyTagClassName
{
color: #859F59;
}
</style>
background-color css
<style>
a { background-color: #859F59; }
a { background-color: rgb(133,159,89); }
div.DivClassName
{
background-color: #859F59;
}
.BgClassName
{
background-color: #859F59;
}
</style>
border-color css
<style>
span { border-color: #859F59; }
span { border-color: rgb(133,159,89); }
td.TdClassName
{
border-color: #859F59;
}
.TagClassName
{
border-color: #859F59;
}
</style>