Shades of Limerick #85B52C
Tints of Limerick #85B52C
RGB
CMYK
RGB Variations
Color information
#85B52C (or 0x85B52C) is known color: Limerick. HEX triplet: 85, B5 and 2C. RGB value is (133,181,44). Sum of RGB (Red+Green+Blue) = 133+181+44=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #85B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B52C is #7A4AD3. Grayscale: #979797. Windows color (decimal): -8014548 or 2930053. OLE color: 2930053.
HSL color Cylindrical-coordinate representation of color #85B52C: hue angle of 81.02º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85B52C is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 44 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.29 |
| HSL | 81.02º | 0.61% | 0.44% | - |
| HSV(B) | 81.02º | 0.76% | 0.71% | - |
| XYZ | 26.65 | 38.22 | 8.35 | - |
| YUV | 151.03 | 67.6 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 44 | 0.27 | 0 | 0.76 | 0.29 | 81.02 | 0.61 | 0.44 |
| Hex | 85 | B5 | 2C | 1B | 0 | 4C | 1D | 51 | 3D | 2C |
| Octal | 205 | 265 | 54 | 33 | 0 | 114 | 35 | 121 | 75 | 54 |
| Binary | 10000101 | 10110101 | 101100 | 11011 | 0 | 1001100 | 11101 | 1010001 | 111101 | 101100 |
Color Harmonies of #85B52C
Complementary color
Monochromatic Colors of #85B52C
Black with #85B52C
Text Example
Text Example
White with #85B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B52C; }
p { color: rgb(133,181,44); }
H1.HeaderClassName
{
color: #85B52C;
}
.AnyTagClassName
{
color: #85B52C;
}
</style>
background-color css
<style>
a { background-color: #85B52C; }
a { background-color: rgb(133,181,44); }
div.DivClassName
{
background-color: #85B52C;
}
.BgClassName
{
background-color: #85B52C;
}
</style>
border-color css
<style>
span { border-color: #85B52C; }
span { border-color: rgb(133,181,44); }
td.TdClassName
{
border-color: #85B52C;
}
.TagClassName
{
border-color: #85B52C;
}
</style>