Shades of Limerick #85A62C
Tints of Limerick #85A62C
RGB
CMYK
RGB Variations
Color information
#85A62C (or 0x85A62C) is known color: Limerick. HEX triplet: 85, A6 and 2C. RGB value is (133,166,44). Sum of RGB (Red+Green+Blue) = 133+166+44=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #85A62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A62C is #7A59D3. Grayscale: #8E8E8E. Windows color (decimal): -8018388 or 2926213. OLE color: 2926213.
HSL color Cylindrical-coordinate representation of color #85A62C: hue angle of 76.23º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85A62C is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 44 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.35 |
| HSL | 76.23º | 0.58% | 0.41% | - |
| HSV(B) | 76.23º | 0.73% | 0.65% | - |
| XYZ | 23.76 | 32.44 | 7.39 | - |
| YUV | 142.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 44 | 0.20 | 0 | 0.73 | 0.35 | 76.23 | 0.58 | 0.41 |
| Hex | 85 | A6 | 2C | 14 | 0 | 49 | 23 | 4C | 3A | 29 |
| Octal | 205 | 246 | 54 | 24 | 0 | 111 | 43 | 114 | 72 | 51 |
| Binary | 10000101 | 10100110 | 101100 | 10100 | 0 | 1001001 | 100011 | 1001100 | 111010 | 101001 |
Color Harmonies of #85A62C
Complementary color
Monochromatic Colors of #85A62C
Black with #85A62C
Text Example
Text Example
White with #85A62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A62C; }
p { color: rgb(133,166,44); }
H1.HeaderClassName
{
color: #85A62C;
}
.AnyTagClassName
{
color: #85A62C;
}
</style>
background-color css
<style>
a { background-color: #85A62C; }
a { background-color: rgb(133,166,44); }
div.DivClassName
{
background-color: #85A62C;
}
.BgClassName
{
background-color: #85A62C;
}
</style>
border-color css
<style>
span { border-color: #85A62C; }
span { border-color: rgb(133,166,44); }
td.TdClassName
{
border-color: #85A62C;
}
.TagClassName
{
border-color: #85A62C;
}
</style>