Shades of Chelsea Cucumber #85AD56
Tints of Chelsea Cucumber #85AD56
RGB
CMYK
RGB Variations
Color information
#85AD56 (or 0x85AD56) is known color: Chelsea Cucumber. HEX triplet: 85, AD and 56. RGB value is (133,173,86). Sum of RGB (Red+Green+Blue) = 133+173+86=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD56 is #7A52A9. Grayscale: #979797. Windows color (decimal): -8016554 or 5680517. OLE color: 5680517.
HSL color Cylindrical-coordinate representation of color #85AD56: hue angle of 87.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85AD56 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 86 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.32 |
| HSL | 87.59º | 0.35% | 0.51% | - |
| HSV(B) | 87.59º | 0.5% | 0.68% | - |
| XYZ | 26.3 | 35.55 | 14.28 | - |
| YUV | 151.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 86 | 0.23 | 0 | 0.50 | 0.32 | 87.59 | 0.35 | 0.51 |
| Hex | 85 | AD | 56 | 17 | 0 | 32 | 20 | 58 | 23 | 33 |
| Octal | 205 | 255 | 126 | 27 | 0 | 62 | 40 | 130 | 43 | 63 |
| Binary | 10000101 | 10101101 | 1010110 | 10111 | 0 | 110010 | 100000 | 1011000 | 100011 | 110011 |
Color Harmonies of #85AD56
Complementary color
Monochromatic Colors of #85AD56
Black with #85AD56
Text Example
Text Example
White with #85AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD56; }
p { color: rgb(133,173,86); }
H1.HeaderClassName
{
color: #85AD56;
}
.AnyTagClassName
{
color: #85AD56;
}
</style>
background-color css
<style>
a { background-color: #85AD56; }
a { background-color: rgb(133,173,86); }
div.DivClassName
{
background-color: #85AD56;
}
.BgClassName
{
background-color: #85AD56;
}
</style>
border-color css
<style>
span { border-color: #85AD56; }
span { border-color: rgb(133,173,86); }
td.TdClassName
{
border-color: #85AD56;
}
.TagClassName
{
border-color: #85AD56;
}
</style>