Shades of Limerick #91AC32
Tints of Limerick #91AC32
RGB
CMYK
RGB Variations
Color information
#91AC32 (or 0x91AC32) is known color: Limerick. HEX triplet: 91, AC and 32. RGB value is (145,172,50). Sum of RGB (Red+Green+Blue) = 145+172+50=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AC32 is #6E53CD. Grayscale: #969696. Windows color (decimal): -7230414 or 3320977. OLE color: 3320977.
HSL color Cylindrical-coordinate representation of color #91AC32: hue angle of 73.28º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91AC32 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 50 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.33 |
| HSL | 73.28º | 0.55% | 0.44% | - |
| HSV(B) | 73.28º | 0.71% | 0.67% | - |
| XYZ | 27.01 | 35.76 | 8.5 | - |
| YUV | 150.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 50 | 0.16 | 0 | 0.71 | 0.33 | 73.28 | 0.55 | 0.44 |
| Hex | 91 | AC | 32 | 10 | 0 | 47 | 21 | 49 | 37 | 2C |
| Octal | 221 | 254 | 62 | 20 | 0 | 107 | 41 | 111 | 67 | 54 |
| Binary | 10010001 | 10101100 | 110010 | 10000 | 0 | 1000111 | 100001 | 1001001 | 110111 | 101100 |
Color Harmonies of #91AC32
Complementary color
Monochromatic Colors of #91AC32
Black with #91AC32
Text Example
Text Example
White with #91AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC32; }
p { color: rgb(145,172,50); }
H1.HeaderClassName
{
color: #91AC32;
}
.AnyTagClassName
{
color: #91AC32;
}
</style>
background-color css
<style>
a { background-color: #91AC32; }
a { background-color: rgb(145,172,50); }
div.DivClassName
{
background-color: #91AC32;
}
.BgClassName
{
background-color: #91AC32;
}
</style>
border-color css
<style>
span { border-color: #91AC32; }
span { border-color: rgb(145,172,50); }
td.TdClassName
{
border-color: #91AC32;
}
.TagClassName
{
border-color: #91AC32;
}
</style>