Shades of Limerick #91AA3B
Tints of Limerick #91AA3B
RGB
CMYK
RGB Variations
Color information
#91AA3B (or 0x91AA3B) is known color: Limerick. HEX triplet: 91, AA and 3B. RGB value is (145,170,59). Sum of RGB (Red+Green+Blue) = 145+170+59=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AA3B is #6E55C4. Grayscale: #969696. Windows color (decimal): -7230917 or 3910289. OLE color: 3910289.
HSL color Cylindrical-coordinate representation of color #91AA3B: hue angle of 73.51º degrees, saturation: 0.48, 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 #91AA3B is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 59 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.33 |
| HSL | 73.51º | 0.48% | 0.45% | - |
| HSV(B) | 73.51º | 0.65% | 0.67% | - |
| XYZ | 26.84 | 35.08 | 9.5 | - |
| YUV | 149.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 59 | 0.15 | 0 | 0.65 | 0.33 | 73.51 | 0.48 | 0.45 |
| Hex | 91 | AA | 3B | F | 0 | 41 | 21 | 4A | 30 | 2D |
| Octal | 221 | 252 | 73 | 17 | 0 | 101 | 41 | 112 | 60 | 55 |
| Binary | 10010001 | 10101010 | 111011 | 1111 | 0 | 1000001 | 100001 | 1001010 | 110000 | 101101 |
Color Harmonies of #91AA3B
Complementary color
Monochromatic Colors of #91AA3B
Black with #91AA3B
Text Example
Text Example
White with #91AA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA3B; }
p { color: rgb(145,170,59); }
H1.HeaderClassName
{
color: #91AA3B;
}
.AnyTagClassName
{
color: #91AA3B;
}
</style>
background-color css
<style>
a { background-color: #91AA3B; }
a { background-color: rgb(145,170,59); }
div.DivClassName
{
background-color: #91AA3B;
}
.BgClassName
{
background-color: #91AA3B;
}
</style>
border-color css
<style>
span { border-color: #91AA3B; }
span { border-color: rgb(145,170,59); }
td.TdClassName
{
border-color: #91AA3B;
}
.TagClassName
{
border-color: #91AA3B;
}
</style>