Shades of Chelsea Cucumber #85A659
Tints of Chelsea Cucumber #85A659
RGB
CMYK
RGB Variations
Color information
#85A659 (or 0x85A659) is known color: Chelsea Cucumber. HEX triplet: 85, A6 and 59. RGB value is (133,166,89). Sum of RGB (Red+Green+Blue) = 133+166+89=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #85A659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A659 is #7A59A6. Grayscale: #939393. Windows color (decimal): -8018343 or 5875333. OLE color: 5875333.
HSL color Cylindrical-coordinate representation of color #85A659: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85A659 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 89 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.35 |
| HSL | 85.71º | 0.3% | 0.5% | - |
| HSV(B) | 85.71º | 0.46% | 0.65% | - |
| XYZ | 25.11 | 32.98 | 14.49 | - |
| YUV | 147.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 89 | 0.20 | 0 | 0.46 | 0.35 | 85.71 | 0.3 | 0.5 |
| Hex | 85 | A6 | 59 | 14 | 0 | 2E | 23 | 56 | 1E | 32 |
| Octal | 205 | 246 | 131 | 24 | 0 | 56 | 43 | 126 | 36 | 62 |
| Binary | 10000101 | 10100110 | 1011001 | 10100 | 0 | 101110 | 100011 | 1010110 | 11110 | 110010 |
Color Harmonies of #85A659
Complementary color
Monochromatic Colors of #85A659
Black with #85A659
Text Example
Text Example
White with #85A659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A659; }
p { color: rgb(133,166,89); }
H1.HeaderClassName
{
color: #85A659;
}
.AnyTagClassName
{
color: #85A659;
}
</style>
background-color css
<style>
a { background-color: #85A659; }
a { background-color: rgb(133,166,89); }
div.DivClassName
{
background-color: #85A659;
}
.BgClassName
{
background-color: #85A659;
}
</style>
border-color css
<style>
span { border-color: #85A659; }
span { border-color: rgb(133,166,89); }
td.TdClassName
{
border-color: #85A659;
}
.TagClassName
{
border-color: #85A659;
}
</style>