Shades of Chelsea Cucumber #85AD5A
Tints of Chelsea Cucumber #85AD5A
RGB
CMYK
RGB Variations
Color information
#85AD5A (or 0x85AD5A) is known color: Chelsea Cucumber. HEX triplet: 85, AD and 5A. RGB value is (133,173,90). Sum of RGB (Red+Green+Blue) = 133+173+90=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD5A is #7A52A5. Grayscale: #979797. Windows color (decimal): -8016550 or 5942661. OLE color: 5942661.
HSL color Cylindrical-coordinate representation of color #85AD5A: hue angle of 88.92º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85AD5A is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 90 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.32 |
| HSL | 88.92º | 0.34% | 0.52% | - |
| HSV(B) | 88.92º | 0.48% | 0.68% | - |
| XYZ | 26.46 | 35.61 | 15.15 | - |
| YUV | 151.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 90 | 0.23 | 0 | 0.48 | 0.32 | 88.92 | 0.34 | 0.52 |
| Hex | 85 | AD | 5A | 17 | 0 | 30 | 20 | 59 | 22 | 34 |
| Octal | 205 | 255 | 132 | 27 | 0 | 60 | 40 | 131 | 42 | 64 |
| Binary | 10000101 | 10101101 | 1011010 | 10111 | 0 | 110000 | 100000 | 1011001 | 100010 | 110100 |
Color Harmonies of #85AD5A
Complementary color
Monochromatic Colors of #85AD5A
Black with #85AD5A
Text Example
Text Example
White with #85AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD5A; }
p { color: rgb(133,173,90); }
H1.HeaderClassName
{
color: #85AD5A;
}
.AnyTagClassName
{
color: #85AD5A;
}
</style>
background-color css
<style>
a { background-color: #85AD5A; }
a { background-color: rgb(133,173,90); }
div.DivClassName
{
background-color: #85AD5A;
}
.BgClassName
{
background-color: #85AD5A;
}
</style>
border-color css
<style>
span { border-color: #85AD5A; }
span { border-color: rgb(133,173,90); }
td.TdClassName
{
border-color: #85AD5A;
}
.TagClassName
{
border-color: #85AD5A;
}
</style>