Shades of Chelsea Cucumber #85A165
Tints of Chelsea Cucumber #85A165
RGB
CMYK
RGB Variations
Color information
#85A165 (or 0x85A165) is known color: Chelsea Cucumber. HEX triplet: 85, A1 and 65. RGB value is (133,161,101). Sum of RGB (Red+Green+Blue) = 133+161+101=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #85A165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A165 is #7A5E9A. Grayscale: #929292. Windows color (decimal): -8019611 or 6660485. OLE color: 6660485.
HSL color Cylindrical-coordinate representation of color #85A165: hue angle of 88º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85A165 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 101 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.37 |
| HSL | 88º | 0.24% | 0.51% | - |
| HSV(B) | 88º | 0.37% | 0.63% | - |
| XYZ | 24.77 | 31.42 | 17.07 | - |
| YUV | 145.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 101 | 0.17 | 0 | 0.37 | 0.37 | 88 | 0.24 | 0.51 |
| Hex | 85 | A1 | 65 | 11 | 0 | 25 | 25 | 58 | 18 | 33 |
| Octal | 205 | 241 | 145 | 21 | 0 | 45 | 45 | 130 | 30 | 63 |
| Binary | 10000101 | 10100001 | 1100101 | 10001 | 0 | 100101 | 100101 | 1011000 | 11000 | 110011 |
Color Harmonies of #85A165
Complementary color
Monochromatic Colors of #85A165
Black with #85A165
Text Example
Text Example
White with #85A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A165; }
p { color: rgb(133,161,101); }
H1.HeaderClassName
{
color: #85A165;
}
.AnyTagClassName
{
color: #85A165;
}
</style>
background-color css
<style>
a { background-color: #85A165; }
a { background-color: rgb(133,161,101); }
div.DivClassName
{
background-color: #85A165;
}
.BgClassName
{
background-color: #85A165;
}
</style>
border-color css
<style>
span { border-color: #85A165; }
span { border-color: rgb(133,161,101); }
td.TdClassName
{
border-color: #85A165;
}
.TagClassName
{
border-color: #85A165;
}
</style>