Shades of Limerick #85A724
Tints of Limerick #85A724
RGB
CMYK
RGB Variations
Color information
#85A724 (or 0x85A724) is known color: Limerick. HEX triplet: 85, A7 and 24. RGB value is (133,167,36). Sum of RGB (Red+Green+Blue) = 133+167+36=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #85A724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A724 is #7A58DB. Grayscale: #8E8E8E. Windows color (decimal): -8018140 or 2402181. OLE color: 2402181.
HSL color Cylindrical-coordinate representation of color #85A724: hue angle of 75.57º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85A724 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 167 | 36 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.35 |
| HSL | 75.57º | 0.65% | 0.4% | - |
| HSV(B) | 75.57º | 0.78% | 0.65% | - |
| XYZ | 23.81 | 32.75 | 6.74 | - |
| YUV | 141.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 36 | 0.20 | 0 | 0.78 | 0.35 | 75.57 | 0.65 | 0.4 |
| Hex | 85 | A7 | 24 | 14 | 0 | 4E | 23 | 4C | 41 | 28 |
| Octal | 205 | 247 | 44 | 24 | 0 | 116 | 43 | 114 | 101 | 50 |
| Binary | 10000101 | 10100111 | 100100 | 10100 | 0 | 1001110 | 100011 | 1001100 | 1000001 | 101000 |
Color Harmonies of #85A724
Complementary color
Monochromatic Colors of #85A724
Black with #85A724
Text Example
Text Example
White with #85A724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A724; }
p { color: rgb(133,167,36); }
H1.HeaderClassName
{
color: #85A724;
}
.AnyTagClassName
{
color: #85A724;
}
</style>
background-color css
<style>
a { background-color: #85A724; }
a { background-color: rgb(133,167,36); }
div.DivClassName
{
background-color: #85A724;
}
.BgClassName
{
background-color: #85A724;
}
</style>
border-color css
<style>
span { border-color: #85A724; }
span { border-color: rgb(133,167,36); }
td.TdClassName
{
border-color: #85A724;
}
.TagClassName
{
border-color: #85A724;
}
</style>