Shades of Chelsea Cucumber #85994E
Tints of Chelsea Cucumber #85994E
RGB
CMYK
RGB Variations
Color information
#85994E (or 0x85994E) is known color: Chelsea Cucumber. HEX triplet: 85, 99 and 4E. RGB value is (133,153,78). Sum of RGB (Red+Green+Blue) = 133+153+78=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #85994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85994E is #7A66B1. Grayscale: #8A8A8A. Windows color (decimal): -8021682 or 5151109. OLE color: 5151109.
HSL color Cylindrical-coordinate representation of color #85994E: hue angle of 76º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85994E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 78 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.4 |
| HSL | 76º | 0.32% | 0.45% | - |
| HSV(B) | 76º | 0.49% | 0.6% | - |
| XYZ | 22.44 | 28.32 | 11.49 | - |
| YUV | 138.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 78 | 0.13 | 0 | 0.49 | 0.4 | 76 | 0.32 | 0.45 |
| Hex | 85 | 99 | 4E | D | 0 | 31 | 28 | 4C | 20 | 2D |
| Octal | 205 | 231 | 116 | 15 | 0 | 61 | 50 | 114 | 40 | 55 |
| Binary | 10000101 | 10011001 | 1001110 | 1101 | 0 | 110001 | 101000 | 1001100 | 100000 | 101101 |
Color Harmonies of #85994E
Complementary color
Monochromatic Colors of #85994E
Black with #85994E
Text Example
Text Example
White with #85994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85994E; }
p { color: rgb(133,153,78); }
H1.HeaderClassName
{
color: #85994E;
}
.AnyTagClassName
{
color: #85994E;
}
</style>
background-color css
<style>
a { background-color: #85994E; }
a { background-color: rgb(133,153,78); }
div.DivClassName
{
background-color: #85994E;
}
.BgClassName
{
background-color: #85994E;
}
</style>
border-color css
<style>
span { border-color: #85994E; }
span { border-color: rgb(133,153,78); }
td.TdClassName
{
border-color: #85994E;
}
.TagClassName
{
border-color: #85994E;
}
</style>