Shades of Chelsea Cucumber #859950
Tints of Chelsea Cucumber #859950
RGB
CMYK
RGB Variations
Color information
#859950 (or 0x859950) is known color: Chelsea Cucumber. HEX triplet: 85, 99 and 50. RGB value is (133,153,80). Sum of RGB (Red+Green+Blue) = 133+153+80=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #859950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859950 is #7A66AF. Grayscale: #8A8A8A. Windows color (decimal): -8021680 or 5282181. OLE color: 5282181.
HSL color Cylindrical-coordinate representation of color #859950: hue angle of 76.44º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #859950 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 80 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.4 |
| HSL | 76.44º | 0.31% | 0.46% | - |
| HSV(B) | 76.44º | 0.48% | 0.6% | - |
| XYZ | 22.51 | 28.35 | 11.87 | - |
| YUV | 138.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 80 | 0.13 | 0 | 0.48 | 0.4 | 76.44 | 0.31 | 0.46 |
| Hex | 85 | 99 | 50 | D | 0 | 30 | 28 | 4C | 1F | 2E |
| Octal | 205 | 231 | 120 | 15 | 0 | 60 | 50 | 114 | 37 | 56 |
| Binary | 10000101 | 10011001 | 1010000 | 1101 | 0 | 110000 | 101000 | 1001100 | 11111 | 101110 |
Color Harmonies of #859950
Complementary color
Monochromatic Colors of #859950
Black with #859950
Text Example
Text Example
White with #859950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859950; }
p { color: rgb(133,153,80); }
H1.HeaderClassName
{
color: #859950;
}
.AnyTagClassName
{
color: #859950;
}
</style>
background-color css
<style>
a { background-color: #859950; }
a { background-color: rgb(133,153,80); }
div.DivClassName
{
background-color: #859950;
}
.BgClassName
{
background-color: #859950;
}
</style>
border-color css
<style>
span { border-color: #859950; }
span { border-color: rgb(133,153,80); }
td.TdClassName
{
border-color: #859950;
}
.TagClassName
{
border-color: #859950;
}
</style>