Shades of Limerick #91AB2B
Tints of Limerick #91AB2B
RGB
CMYK
RGB Variations
Color information
#91AB2B (or 0x91AB2B) is known color: Limerick. HEX triplet: 91, AB and 2B. RGB value is (145,171,43). Sum of RGB (Red+Green+Blue) = 145+171+43=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AB2B is #6E54D4. Grayscale: #959595. Windows color (decimal): -7230677 or 2861969. OLE color: 2861969.
HSL color Cylindrical-coordinate representation of color #91AB2B: hue angle of 72.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #91AB2B is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 43 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.33 |
| HSL | 72.19º | 0.6% | 0.42% | - |
| HSV(B) | 72.19º | 0.75% | 0.67% | - |
| XYZ | 26.68 | 35.32 | 7.7 | - |
| YUV | 148.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 43 | 0.15 | 0 | 0.75 | 0.33 | 72.19 | 0.6 | 0.42 |
| Hex | 91 | AB | 2B | F | 0 | 4B | 21 | 48 | 3C | 2A |
| Octal | 221 | 253 | 53 | 17 | 0 | 113 | 41 | 110 | 74 | 52 |
| Binary | 10010001 | 10101011 | 101011 | 1111 | 0 | 1001011 | 100001 | 1001000 | 111100 | 101010 |
Color Harmonies of #91AB2B
Complementary color
Monochromatic Colors of #91AB2B
Black with #91AB2B
Text Example
Text Example
White with #91AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB2B; }
p { color: rgb(145,171,43); }
H1.HeaderClassName
{
color: #91AB2B;
}
.AnyTagClassName
{
color: #91AB2B;
}
</style>
background-color css
<style>
a { background-color: #91AB2B; }
a { background-color: rgb(145,171,43); }
div.DivClassName
{
background-color: #91AB2B;
}
.BgClassName
{
background-color: #91AB2B;
}
</style>
border-color css
<style>
span { border-color: #91AB2B; }
span { border-color: rgb(145,171,43); }
td.TdClassName
{
border-color: #91AB2B;
}
.TagClassName
{
border-color: #91AB2B;
}
</style>