Shades of Limerick #91AD34
Tints of Limerick #91AD34
RGB
CMYK
RGB Variations
Color information
#91AD34 (or 0x91AD34) is known color: Limerick. HEX triplet: 91, AD and 34. RGB value is (145,173,52). Sum of RGB (Red+Green+Blue) = 145+173+52=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #91AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AD34 is #6E52CB. Grayscale: #979797. Windows color (decimal): -7230156 or 3452305. OLE color: 3452305.
HSL color Cylindrical-coordinate representation of color #91AD34: hue angle of 73.88º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91AD34 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 173 | 52 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.32 |
| HSL | 73.88º | 0.54% | 0.44% | - |
| HSV(B) | 73.88º | 0.7% | 0.68% | - |
| XYZ | 27.24 | 36.15 | 8.79 | - |
| YUV | 150.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 52 | 0.16 | 0 | 0.70 | 0.32 | 73.88 | 0.54 | 0.44 |
| Hex | 91 | AD | 34 | 10 | 0 | 46 | 20 | 4A | 36 | 2C |
| Octal | 221 | 255 | 64 | 20 | 0 | 106 | 40 | 112 | 66 | 54 |
| Binary | 10010001 | 10101101 | 110100 | 10000 | 0 | 1000110 | 100000 | 1001010 | 110110 | 101100 |
Color Harmonies of #91AD34
Complementary color
Monochromatic Colors of #91AD34
Black with #91AD34
Text Example
Text Example
White with #91AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AD34; }
p { color: rgb(145,173,52); }
H1.HeaderClassName
{
color: #91AD34;
}
.AnyTagClassName
{
color: #91AD34;
}
</style>
background-color css
<style>
a { background-color: #91AD34; }
a { background-color: rgb(145,173,52); }
div.DivClassName
{
background-color: #91AD34;
}
.BgClassName
{
background-color: #91AD34;
}
</style>
border-color css
<style>
span { border-color: #91AD34; }
span { border-color: rgb(145,173,52); }
td.TdClassName
{
border-color: #91AD34;
}
.TagClassName
{
border-color: #91AD34;
}
</style>