Shades of Chelsea Cucumber #85A25A
Tints of Chelsea Cucumber #85A25A
RGB
CMYK
RGB Variations
Color information
#85A25A (or 0x85A25A) is known color: Chelsea Cucumber. HEX triplet: 85, A2 and 5A. RGB value is (133,162,90). Sum of RGB (Red+Green+Blue) = 133+162+90=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #85A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A25A is #7A5DA5. Grayscale: #919191. Windows color (decimal): -8019366 or 5939845. OLE color: 5939845.
HSL color Cylindrical-coordinate representation of color #85A25A: hue angle of 84.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85A25A is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 90 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.36 |
| HSL | 84.17º | 0.29% | 0.49% | - |
| HSV(B) | 84.17º | 0.44% | 0.64% | - |
| XYZ | 24.44 | 31.57 | 14.48 | - |
| YUV | 145.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 90 | 0.18 | 0 | 0.44 | 0.36 | 84.17 | 0.29 | 0.49 |
| Hex | 85 | A2 | 5A | 12 | 0 | 2C | 24 | 54 | 1D | 31 |
| Octal | 205 | 242 | 132 | 22 | 0 | 54 | 44 | 124 | 35 | 61 |
| Binary | 10000101 | 10100010 | 1011010 | 10010 | 0 | 101100 | 100100 | 1010100 | 11101 | 110001 |
Color Harmonies of #85A25A
Complementary color
Monochromatic Colors of #85A25A
Black with #85A25A
Text Example
Text Example
White with #85A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A25A; }
p { color: rgb(133,162,90); }
H1.HeaderClassName
{
color: #85A25A;
}
.AnyTagClassName
{
color: #85A25A;
}
</style>
background-color css
<style>
a { background-color: #85A25A; }
a { background-color: rgb(133,162,90); }
div.DivClassName
{
background-color: #85A25A;
}
.BgClassName
{
background-color: #85A25A;
}
</style>
border-color css
<style>
span { border-color: #85A25A; }
span { border-color: rgb(133,162,90); }
td.TdClassName
{
border-color: #85A25A;
}
.TagClassName
{
border-color: #85A25A;
}
</style>