Shades of Limerick #91AB34
Tints of Limerick #91AB34
RGB
CMYK
RGB Variations
Color information
#91AB34 (or 0x91AB34) is known color: Limerick. HEX triplet: 91, AB and 34. RGB value is (145,171,52). Sum of RGB (Red+Green+Blue) = 145+171+52=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AB34 is #6E54CB. Grayscale: #969696. Windows color (decimal): -7230668 or 3451793. OLE color: 3451793.
HSL color Cylindrical-coordinate representation of color #91AB34: hue angle of 73.11º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91AB34 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 52 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.33 |
| HSL | 73.11º | 0.53% | 0.44% | - |
| HSV(B) | 73.11º | 0.7% | 0.67% | - |
| XYZ | 26.86 | 35.39 | 8.66 | - |
| YUV | 149.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 52 | 0.15 | 0 | 0.70 | 0.33 | 73.11 | 0.53 | 0.44 |
| Hex | 91 | AB | 34 | F | 0 | 46 | 21 | 49 | 35 | 2C |
| Octal | 221 | 253 | 64 | 17 | 0 | 106 | 41 | 111 | 65 | 54 |
| Binary | 10010001 | 10101011 | 110100 | 1111 | 0 | 1000110 | 100001 | 1001001 | 110101 | 101100 |
Color Harmonies of #91AB34
Complementary color
Monochromatic Colors of #91AB34
Black with #91AB34
Text Example
Text Example
White with #91AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB34; }
p { color: rgb(145,171,52); }
H1.HeaderClassName
{
color: #91AB34;
}
.AnyTagClassName
{
color: #91AB34;
}
</style>
background-color css
<style>
a { background-color: #91AB34; }
a { background-color: rgb(145,171,52); }
div.DivClassName
{
background-color: #91AB34;
}
.BgClassName
{
background-color: #91AB34;
}
</style>
border-color css
<style>
span { border-color: #91AB34; }
span { border-color: rgb(145,171,52); }
td.TdClassName
{
border-color: #91AB34;
}
.TagClassName
{
border-color: #91AB34;
}
</style>