Shades of Chelsea Cucumber #859C61
Tints of Chelsea Cucumber #859C61
RGB
CMYK
RGB Variations
Color information
#859C61 (or 0x859C61) is known color: Chelsea Cucumber. HEX triplet: 85, 9C and 61. RGB value is (133,156,97). Sum of RGB (Red+Green+Blue) = 133+156+97=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #859C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C61 is #7A639E. Grayscale: #8E8E8E. Windows color (decimal): -8020895 or 6397061. OLE color: 6397061.
HSL color Cylindrical-coordinate representation of color #859C61: hue angle of 83.39º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859C61 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 97 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.39 |
| HSL | 83.39º | 0.23% | 0.5% | - |
| HSV(B) | 83.39º | 0.38% | 0.61% | - |
| XYZ | 23.72 | 29.63 | 15.78 | - |
| YUV | 142.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 97 | 0.15 | 0 | 0.38 | 0.39 | 83.39 | 0.23 | 0.5 |
| Hex | 85 | 9C | 61 | F | 0 | 26 | 27 | 53 | 17 | 32 |
| Octal | 205 | 234 | 141 | 17 | 0 | 46 | 47 | 123 | 27 | 62 |
| Binary | 10000101 | 10011100 | 1100001 | 1111 | 0 | 100110 | 100111 | 1010011 | 10111 | 110010 |
Color Harmonies of #859C61
Complementary color
Monochromatic Colors of #859C61
Black with #859C61
Text Example
Text Example
White with #859C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C61; }
p { color: rgb(133,156,97); }
H1.HeaderClassName
{
color: #859C61;
}
.AnyTagClassName
{
color: #859C61;
}
</style>
background-color css
<style>
a { background-color: #859C61; }
a { background-color: rgb(133,156,97); }
div.DivClassName
{
background-color: #859C61;
}
.BgClassName
{
background-color: #859C61;
}
</style>
border-color css
<style>
span { border-color: #859C61; }
span { border-color: rgb(133,156,97); }
td.TdClassName
{
border-color: #859C61;
}
.TagClassName
{
border-color: #859C61;
}
</style>