Shades of Chelsea Cucumber #85A565
Tints of Chelsea Cucumber #85A565
RGB
CMYK
RGB Variations
Color information
#85A565 (or 0x85A565) is known color: Chelsea Cucumber. HEX triplet: 85, A5 and 65. RGB value is (133,165,101). Sum of RGB (Red+Green+Blue) = 133+165+101=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #85A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A565 is #7A5A9A. Grayscale: #949494. Windows color (decimal): -8018587 or 6661509. OLE color: 6661509.
HSL color Cylindrical-coordinate representation of color #85A565: hue angle of 90º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85A565 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 101 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.35 |
| HSL | 90º | 0.26% | 0.52% | - |
| HSV(B) | 90º | 0.39% | 0.65% | - |
| XYZ | 25.48 | 32.84 | 17.31 | - |
| YUV | 148.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 101 | 0.19 | 0 | 0.39 | 0.35 | 90 | 0.26 | 0.52 |
| Hex | 85 | A5 | 65 | 13 | 0 | 27 | 23 | 5A | 1A | 34 |
| Octal | 205 | 245 | 145 | 23 | 0 | 47 | 43 | 132 | 32 | 64 |
| Binary | 10000101 | 10100101 | 1100101 | 10011 | 0 | 100111 | 100011 | 1011010 | 11010 | 110100 |
Color Harmonies of #85A565
Complementary color
Monochromatic Colors of #85A565
Black with #85A565
Text Example
Text Example
White with #85A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A565; }
p { color: rgb(133,165,101); }
H1.HeaderClassName
{
color: #85A565;
}
.AnyTagClassName
{
color: #85A565;
}
</style>
background-color css
<style>
a { background-color: #85A565; }
a { background-color: rgb(133,165,101); }
div.DivClassName
{
background-color: #85A565;
}
.BgClassName
{
background-color: #85A565;
}
</style>
border-color css
<style>
span { border-color: #85A565; }
span { border-color: rgb(133,165,101); }
td.TdClassName
{
border-color: #85A565;
}
.TagClassName
{
border-color: #85A565;
}
</style>