Shades of Chelsea Cucumber #859C56
Tints of Chelsea Cucumber #859C56
RGB
CMYK
RGB Variations
Color information
#859C56 (or 0x859C56) is known color: Chelsea Cucumber. HEX triplet: 85, 9C and 56. RGB value is (133,156,86). Sum of RGB (Red+Green+Blue) = 133+156+86=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #859C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C56 is #7A63A9. Grayscale: #8D8D8D. Windows color (decimal): -8020906 or 5676165. OLE color: 5676165.
HSL color Cylindrical-coordinate representation of color #859C56: hue angle of 79.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #859C56 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 86 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.39 |
| HSL | 79.71º | 0.29% | 0.47% | - |
| HSV(B) | 79.71º | 0.45% | 0.61% | - |
| XYZ | 23.24 | 29.44 | 13.26 | - |
| YUV | 141.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 86 | 0.15 | 0 | 0.45 | 0.39 | 79.71 | 0.29 | 0.47 |
| Hex | 85 | 9C | 56 | F | 0 | 2D | 27 | 50 | 1D | 2F |
| Octal | 205 | 234 | 126 | 17 | 0 | 55 | 47 | 120 | 35 | 57 |
| Binary | 10000101 | 10011100 | 1010110 | 1111 | 0 | 101101 | 100111 | 1010000 | 11101 | 101111 |
Color Harmonies of #859C56
Complementary color
Monochromatic Colors of #859C56
Black with #859C56
Text Example
Text Example
White with #859C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C56; }
p { color: rgb(133,156,86); }
H1.HeaderClassName
{
color: #859C56;
}
.AnyTagClassName
{
color: #859C56;
}
</style>
background-color css
<style>
a { background-color: #859C56; }
a { background-color: rgb(133,156,86); }
div.DivClassName
{
background-color: #859C56;
}
.BgClassName
{
background-color: #859C56;
}
</style>
border-color css
<style>
span { border-color: #859C56; }
span { border-color: rgb(133,156,86); }
td.TdClassName
{
border-color: #859C56;
}
.TagClassName
{
border-color: #859C56;
}
</style>