Shades of Limerick #85B91F
Tints of Limerick #85B91F
RGB
CMYK
RGB Variations
Color information
#85B91F (or 0x85B91F) is known color: Limerick. HEX triplet: 85, B9 and 1F. RGB value is (133,185,31). Sum of RGB (Red+Green+Blue) = 133+185+31=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #85B91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B91F is #7A46E0. Grayscale: #989898. Windows color (decimal): -8013537 or 2079109. OLE color: 2079109.
HSL color Cylindrical-coordinate representation of color #85B91F: hue angle of 80.26º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85B91F is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 31 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.27 |
| HSL | 80.26º | 0.71% | 0.42% | - |
| HSV(B) | 80.26º | 0.83% | 0.73% | - |
| XYZ | 27.27 | 39.78 | 7.54 | - |
| YUV | 151.9 | 59.77 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 31 | 0.28 | 0 | 0.83 | 0.27 | 80.26 | 0.71 | 0.42 |
| Hex | 85 | B9 | 1F | 1C | 0 | 53 | 1B | 50 | 47 | 2A |
| Octal | 205 | 271 | 37 | 34 | 0 | 123 | 33 | 120 | 107 | 52 |
| Binary | 10000101 | 10111001 | 11111 | 11100 | 0 | 1010011 | 11011 | 1010000 | 1000111 | 101010 |
Color Harmonies of #85B91F
Complementary color
Monochromatic Colors of #85B91F
Black with #85B91F
Text Example
Text Example
White with #85B91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B91F; }
p { color: rgb(133,185,31); }
H1.HeaderClassName
{
color: #85B91F;
}
.AnyTagClassName
{
color: #85B91F;
}
</style>
background-color css
<style>
a { background-color: #85B91F; }
a { background-color: rgb(133,185,31); }
div.DivClassName
{
background-color: #85B91F;
}
.BgClassName
{
background-color: #85B91F;
}
</style>
border-color css
<style>
span { border-color: #85B91F; }
span { border-color: rgb(133,185,31); }
td.TdClassName
{
border-color: #85B91F;
}
.TagClassName
{
border-color: #85B91F;
}
</style>