Shades of Limerick #85B92C
Tints of Limerick #85B92C
RGB
CMYK
RGB Variations
Color information
#85B92C (or 0x85B92C) is known color: Limerick. HEX triplet: 85, B9 and 2C. RGB value is (133,185,44). Sum of RGB (Red+Green+Blue) = 133+185+44=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #85B92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B92C is #7A46D3. Grayscale: #999999. Windows color (decimal): -8013524 or 2931077. OLE color: 2931077.
HSL color Cylindrical-coordinate representation of color #85B92C: hue angle of 82.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85B92C is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 44 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.27 |
| HSL | 82.13º | 0.62% | 0.45% | - |
| HSV(B) | 82.13º | 0.76% | 0.73% | - |
| XYZ | 27.48 | 39.87 | 8.63 | - |
| YUV | 153.38 | 66.27 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 44 | 0.28 | 0 | 0.76 | 0.27 | 82.13 | 0.62 | 0.45 |
| Hex | 85 | B9 | 2C | 1C | 0 | 4C | 1B | 52 | 3E | 2D |
| Octal | 205 | 271 | 54 | 34 | 0 | 114 | 33 | 122 | 76 | 55 |
| Binary | 10000101 | 10111001 | 101100 | 11100 | 0 | 1001100 | 11011 | 1010010 | 111110 | 101101 |
Color Harmonies of #85B92C
Complementary color
Monochromatic Colors of #85B92C
Black with #85B92C
Text Example
Text Example
White with #85B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B92C; }
p { color: rgb(133,185,44); }
H1.HeaderClassName
{
color: #85B92C;
}
.AnyTagClassName
{
color: #85B92C;
}
</style>
background-color css
<style>
a { background-color: #85B92C; }
a { background-color: rgb(133,185,44); }
div.DivClassName
{
background-color: #85B92C;
}
.BgClassName
{
background-color: #85B92C;
}
</style>
border-color css
<style>
span { border-color: #85B92C; }
span { border-color: rgb(133,185,44); }
td.TdClassName
{
border-color: #85B92C;
}
.TagClassName
{
border-color: #85B92C;
}
</style>