Shades of Limerick #91AB41
Tints of Limerick #91AB41
RGB
CMYK
RGB Variations
Color information
#91AB41 (or 0x91AB41) is known color: Limerick. HEX triplet: 91, AB and 41. RGB value is (145,171,65). Sum of RGB (Red+Green+Blue) = 145+171+65=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AB41 is #6E54BE. Grayscale: #979797. Windows color (decimal): -7230655 or 4303761. OLE color: 4303761.
HSL color Cylindrical-coordinate representation of color #91AB41: hue angle of 74.72º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91AB41 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 65 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.33 |
| HSL | 74.72º | 0.45% | 0.46% | - |
| HSV(B) | 74.72º | 0.62% | 0.67% | - |
| XYZ | 27.19 | 35.53 | 10.43 | - |
| YUV | 151.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 65 | 0.15 | 0 | 0.62 | 0.33 | 74.72 | 0.45 | 0.46 |
| Hex | 91 | AB | 41 | F | 0 | 3E | 21 | 4B | 2D | 2E |
| Octal | 221 | 253 | 101 | 17 | 0 | 76 | 41 | 113 | 55 | 56 |
| Binary | 10010001 | 10101011 | 1000001 | 1111 | 0 | 111110 | 100001 | 1001011 | 101101 | 101110 |
Color Harmonies of #91AB41
Complementary color
Monochromatic Colors of #91AB41
Black with #91AB41
Text Example
Text Example
White with #91AB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB41; }
p { color: rgb(145,171,65); }
H1.HeaderClassName
{
color: #91AB41;
}
.AnyTagClassName
{
color: #91AB41;
}
</style>
background-color css
<style>
a { background-color: #91AB41; }
a { background-color: rgb(145,171,65); }
div.DivClassName
{
background-color: #91AB41;
}
.BgClassName
{
background-color: #91AB41;
}
</style>
border-color css
<style>
span { border-color: #91AB41; }
span { border-color: rgb(145,171,65); }
td.TdClassName
{
border-color: #91AB41;
}
.TagClassName
{
border-color: #91AB41;
}
</style>