Shades of Chelsea Cucumber #85A455
Tints of Chelsea Cucumber #85A455
RGB
CMYK
RGB Variations
Color information
#85A455 (or 0x85A455) is known color: Chelsea Cucumber. HEX triplet: 85, A4 and 55. RGB value is (133,164,85). Sum of RGB (Red+Green+Blue) = 133+164+85=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #85A455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A455 is #7A5BAA. Grayscale: #929292. Windows color (decimal): -8018859 or 5612677. OLE color: 5612677.
HSL color Cylindrical-coordinate representation of color #85A455: hue angle of 83.54º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A455 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 85 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.36 |
| HSL | 83.54º | 0.32% | 0.49% | - |
| HSV(B) | 83.54º | 0.48% | 0.64% | - |
| XYZ | 24.59 | 32.19 | 13.51 | - |
| YUV | 145.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 85 | 0.19 | 0 | 0.48 | 0.36 | 83.54 | 0.32 | 0.49 |
| Hex | 85 | A4 | 55 | 13 | 0 | 30 | 24 | 54 | 20 | 31 |
| Octal | 205 | 244 | 125 | 23 | 0 | 60 | 44 | 124 | 40 | 61 |
| Binary | 10000101 | 10100100 | 1010101 | 10011 | 0 | 110000 | 100100 | 1010100 | 100000 | 110001 |
Color Harmonies of #85A455
Complementary color
Monochromatic Colors of #85A455
Black with #85A455
Text Example
Text Example
White with #85A455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A455; }
p { color: rgb(133,164,85); }
H1.HeaderClassName
{
color: #85A455;
}
.AnyTagClassName
{
color: #85A455;
}
</style>
background-color css
<style>
a { background-color: #85A455; }
a { background-color: rgb(133,164,85); }
div.DivClassName
{
background-color: #85A455;
}
.BgClassName
{
background-color: #85A455;
}
</style>
border-color css
<style>
span { border-color: #85A455; }
span { border-color: rgb(133,164,85); }
td.TdClassName
{
border-color: #85A455;
}
.TagClassName
{
border-color: #85A455;
}
</style>