Shades of Limerick #91B52E
Tints of Limerick #91B52E
RGB
CMYK
RGB Variations
Color information
#91B52E (or 0x91B52E) is known color: Limerick. HEX triplet: 91, B5 and 2E. RGB value is (145,181,46). Sum of RGB (Red+Green+Blue) = 145+181+46=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #91B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B52E is #6E4AD1. Grayscale: #9B9B9B. Windows color (decimal): -7228114 or 3061137. OLE color: 3061137.
HSL color Cylindrical-coordinate representation of color #91B52E: hue angle of 76º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #91B52E is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 181 | 46 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.29 |
| HSL | 76º | 0.59% | 0.45% | - |
| HSV(B) | 76º | 0.75% | 0.71% | - |
| XYZ | 28.69 | 39.26 | 8.65 | - |
| YUV | 154.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 46 | 0.20 | 0 | 0.75 | 0.29 | 76 | 0.59 | 0.45 |
| Hex | 91 | B5 | 2E | 14 | 0 | 4B | 1D | 4C | 3B | 2D |
| Octal | 221 | 265 | 56 | 24 | 0 | 113 | 35 | 114 | 73 | 55 |
| Binary | 10010001 | 10110101 | 101110 | 10100 | 0 | 1001011 | 11101 | 1001100 | 111011 | 101101 |
Color Harmonies of #91B52E
Complementary color
Monochromatic Colors of #91B52E
Black with #91B52E
Text Example
Text Example
White with #91B52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B52E; }
p { color: rgb(145,181,46); }
H1.HeaderClassName
{
color: #91B52E;
}
.AnyTagClassName
{
color: #91B52E;
}
</style>
background-color css
<style>
a { background-color: #91B52E; }
a { background-color: rgb(145,181,46); }
div.DivClassName
{
background-color: #91B52E;
}
.BgClassName
{
background-color: #91B52E;
}
</style>
border-color css
<style>
span { border-color: #91B52E; }
span { border-color: rgb(145,181,46); }
td.TdClassName
{
border-color: #91B52E;
}
.TagClassName
{
border-color: #91B52E;
}
</style>