Shades of Limerick #85B82C
Tints of Limerick #85B82C
RGB
CMYK
RGB Variations
Color information
#85B82C (or 0x85B82C) is known color: Limerick. HEX triplet: 85, B8 and 2C. RGB value is (133,184,44). Sum of RGB (Red+Green+Blue) = 133+184+44=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #85B82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B82C is #7A47D3. Grayscale: #999999. Windows color (decimal): -8013780 or 2930821. OLE color: 2930821.
HSL color Cylindrical-coordinate representation of color #85B82C: hue angle of 81.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85B82C is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 44 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.28 |
| HSL | 81.86º | 0.61% | 0.45% | - |
| HSV(B) | 81.86º | 0.76% | 0.72% | - |
| XYZ | 27.27 | 39.45 | 8.56 | - |
| YUV | 152.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 44 | 0.28 | 0 | 0.76 | 0.28 | 81.86 | 0.61 | 0.45 |
| Hex | 85 | B8 | 2C | 1C | 0 | 4C | 1C | 52 | 3D | 2D |
| Octal | 205 | 270 | 54 | 34 | 0 | 114 | 34 | 122 | 75 | 55 |
| Binary | 10000101 | 10111000 | 101100 | 11100 | 0 | 1001100 | 11100 | 1010010 | 111101 | 101101 |
Color Harmonies of #85B82C
Complementary color
Monochromatic Colors of #85B82C
Black with #85B82C
Text Example
Text Example
White with #85B82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B82C; }
p { color: rgb(133,184,44); }
H1.HeaderClassName
{
color: #85B82C;
}
.AnyTagClassName
{
color: #85B82C;
}
</style>
background-color css
<style>
a { background-color: #85B82C; }
a { background-color: rgb(133,184,44); }
div.DivClassName
{
background-color: #85B82C;
}
.BgClassName
{
background-color: #85B82C;
}
</style>
border-color css
<style>
span { border-color: #85B82C; }
span { border-color: rgb(133,184,44); }
td.TdClassName
{
border-color: #85B82C;
}
.TagClassName
{
border-color: #85B82C;
}
</style>