Shades of Limerick #91BD24
Tints of Limerick #91BD24
RGB
CMYK
RGB Variations
Color information
#91BD24 (or 0x91BD24) is known color: Limerick. HEX triplet: 91, BD and 24. RGB value is (145,189,36). Sum of RGB (Red+Green+Blue) = 145+189+36=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BD24 is #6E42DB. Grayscale: #9E9E9E. Windows color (decimal): -7226076 or 2407825. OLE color: 2407825.
HSL color Cylindrical-coordinate representation of color #91BD24: hue angle of 77.25º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91BD24 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 36 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.26 |
| HSL | 77.25º | 0.68% | 0.44% | - |
| HSV(B) | 77.25º | 0.81% | 0.74% | - |
| XYZ | 30.19 | 42.54 | 8.29 | - |
| YUV | 158.4 | 58.92 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 36 | 0.23 | 0 | 0.81 | 0.26 | 77.25 | 0.68 | 0.44 |
| Hex | 91 | BD | 24 | 17 | 0 | 51 | 1A | 4D | 44 | 2C |
| Octal | 221 | 275 | 44 | 27 | 0 | 121 | 32 | 115 | 104 | 54 |
| Binary | 10010001 | 10111101 | 100100 | 10111 | 0 | 1010001 | 11010 | 1001101 | 1000100 | 101100 |
Color Harmonies of #91BD24
Complementary color
Monochromatic Colors of #91BD24
Black with #91BD24
Text Example
Text Example
White with #91BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD24; }
p { color: rgb(145,189,36); }
H1.HeaderClassName
{
color: #91BD24;
}
.AnyTagClassName
{
color: #91BD24;
}
</style>
background-color css
<style>
a { background-color: #91BD24; }
a { background-color: rgb(145,189,36); }
div.DivClassName
{
background-color: #91BD24;
}
.BgClassName
{
background-color: #91BD24;
}
</style>
border-color css
<style>
span { border-color: #91BD24; }
span { border-color: rgb(145,189,36); }
td.TdClassName
{
border-color: #91BD24;
}
.TagClassName
{
border-color: #91BD24;
}
</style>