Shades of Chelsea Cucumber #85A35E
Tints of Chelsea Cucumber #85A35E
RGB
CMYK
RGB Variations
Color information
#85A35E (or 0x85A35E) is known color: Chelsea Cucumber. HEX triplet: 85, A3 and 5E. RGB value is (133,163,94). Sum of RGB (Red+Green+Blue) = 133+163+94=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #85A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A35E is #7A5CA1. Grayscale: #929292. Windows color (decimal): -8019106 or 6202245. OLE color: 6202245.
HSL color Cylindrical-coordinate representation of color #85A35E: hue angle of 86.09º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85A35E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 94 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.36 |
| HSL | 86.09º | 0.27% | 0.5% | - |
| HSV(B) | 86.09º | 0.42% | 0.64% | - |
| XYZ | 24.79 | 31.99 | 15.46 | - |
| YUV | 146.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 94 | 0.18 | 0 | 0.42 | 0.36 | 86.09 | 0.27 | 0.5 |
| Hex | 85 | A3 | 5E | 12 | 0 | 2A | 24 | 56 | 1B | 32 |
| Octal | 205 | 243 | 136 | 22 | 0 | 52 | 44 | 126 | 33 | 62 |
| Binary | 10000101 | 10100011 | 1011110 | 10010 | 0 | 101010 | 100100 | 1010110 | 11011 | 110010 |
Color Harmonies of #85A35E
Complementary color
Monochromatic Colors of #85A35E
Black with #85A35E
Text Example
Text Example
White with #85A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A35E; }
p { color: rgb(133,163,94); }
H1.HeaderClassName
{
color: #85A35E;
}
.AnyTagClassName
{
color: #85A35E;
}
</style>
background-color css
<style>
a { background-color: #85A35E; }
a { background-color: rgb(133,163,94); }
div.DivClassName
{
background-color: #85A35E;
}
.BgClassName
{
background-color: #85A35E;
}
</style>
border-color css
<style>
span { border-color: #85A35E; }
span { border-color: rgb(133,163,94); }
td.TdClassName
{
border-color: #85A35E;
}
.TagClassName
{
border-color: #85A35E;
}
</style>