Shades of Chelsea Cucumber #85A656
Tints of Chelsea Cucumber #85A656
RGB
CMYK
RGB Variations
Color information
#85A656 (or 0x85A656) is known color: Chelsea Cucumber. HEX triplet: 85, A6 and 56. RGB value is (133,166,86). Sum of RGB (Red+Green+Blue) = 133+166+86=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #85A656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A656 is #7A59A9. Grayscale: #939393. Windows color (decimal): -8018346 or 5678725. OLE color: 5678725.
HSL color Cylindrical-coordinate representation of color #85A656: hue angle of 84.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A656 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 86 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.35 |
| HSL | 84.75º | 0.32% | 0.49% | - |
| HSV(B) | 84.75º | 0.48% | 0.65% | - |
| XYZ | 24.99 | 32.93 | 13.84 | - |
| YUV | 147.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 86 | 0.20 | 0 | 0.48 | 0.35 | 84.75 | 0.32 | 0.49 |
| Hex | 85 | A6 | 56 | 14 | 0 | 30 | 23 | 55 | 20 | 31 |
| Octal | 205 | 246 | 126 | 24 | 0 | 60 | 43 | 125 | 40 | 61 |
| Binary | 10000101 | 10100110 | 1010110 | 10100 | 0 | 110000 | 100011 | 1010101 | 100000 | 110001 |
Color Harmonies of #85A656
Complementary color
Monochromatic Colors of #85A656
Black with #85A656
Text Example
Text Example
White with #85A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A656; }
p { color: rgb(133,166,86); }
H1.HeaderClassName
{
color: #85A656;
}
.AnyTagClassName
{
color: #85A656;
}
</style>
background-color css
<style>
a { background-color: #85A656; }
a { background-color: rgb(133,166,86); }
div.DivClassName
{
background-color: #85A656;
}
.BgClassName
{
background-color: #85A656;
}
</style>
border-color css
<style>
span { border-color: #85A656; }
span { border-color: rgb(133,166,86); }
td.TdClassName
{
border-color: #85A656;
}
.TagClassName
{
border-color: #85A656;
}
</style>