Shades of Limerick #91AB3B
Tints of Limerick #91AB3B
RGB
CMYK
RGB Variations
Color information
#91AB3B (or 0x91AB3B) is known color: Limerick. HEX triplet: 91, AB and 3B. RGB value is (145,171,59). Sum of RGB (Red+Green+Blue) = 145+171+59=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AB3B is #6E54C4. Grayscale: #969696. Windows color (decimal): -7230661 or 3910545. OLE color: 3910545.
HSL color Cylindrical-coordinate representation of color #91AB3B: hue angle of 73.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #91AB3B is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 59 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.33 |
| HSL | 73.93º | 0.49% | 0.45% | - |
| HSV(B) | 73.93º | 0.65% | 0.67% | - |
| XYZ | 27.03 | 35.46 | 9.56 | - |
| YUV | 150.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 59 | 0.15 | 0 | 0.65 | 0.33 | 73.93 | 0.49 | 0.45 |
| Hex | 91 | AB | 3B | F | 0 | 41 | 21 | 4A | 31 | 2D |
| Octal | 221 | 253 | 73 | 17 | 0 | 101 | 41 | 112 | 61 | 55 |
| Binary | 10010001 | 10101011 | 111011 | 1111 | 0 | 1000001 | 100001 | 1001010 | 110001 | 101101 |
Color Harmonies of #91AB3B
Complementary color
Monochromatic Colors of #91AB3B
Black with #91AB3B
Text Example
Text Example
White with #91AB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB3B; }
p { color: rgb(145,171,59); }
H1.HeaderClassName
{
color: #91AB3B;
}
.AnyTagClassName
{
color: #91AB3B;
}
</style>
background-color css
<style>
a { background-color: #91AB3B; }
a { background-color: rgb(145,171,59); }
div.DivClassName
{
background-color: #91AB3B;
}
.BgClassName
{
background-color: #91AB3B;
}
</style>
border-color css
<style>
span { border-color: #91AB3B; }
span { border-color: rgb(145,171,59); }
td.TdClassName
{
border-color: #91AB3B;
}
.TagClassName
{
border-color: #91AB3B;
}
</style>