Shades of Limerick #91B221
Tints of Limerick #91B221
RGB
CMYK
RGB Variations
Color information
#91B221 (or 0x91B221) is known color: Limerick. HEX triplet: 91, B2 and 21. RGB value is (145,178,33). Sum of RGB (Red+Green+Blue) = 145+178+33=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #91B221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91B221 is #6E4DDE. Grayscale: #989898. Windows color (decimal): -7228895 or 2208401. OLE color: 2208401.
HSL color Cylindrical-coordinate representation of color #91B221: hue angle of 73.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91B221 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 178 | 33 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.30 |
| HSL | 73.66º | 0.69% | 0.41% | - |
| HSV(B) | 73.66º | 0.81% | 0.7% | - |
| XYZ | 27.87 | 37.97 | 7.3 | - |
| YUV | 151.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 33 | 0.19 | 0 | 0.81 | 0.30 | 73.66 | 0.69 | 0.41 |
| Hex | 91 | B2 | 21 | 13 | 0 | 51 | 1E | 4A | 45 | 29 |
| Octal | 221 | 262 | 41 | 23 | 0 | 121 | 36 | 112 | 105 | 51 |
| Binary | 10010001 | 10110010 | 100001 | 10011 | 0 | 1010001 | 11110 | 1001010 | 1000101 | 101001 |
Color Harmonies of #91B221
Complementary color
Monochromatic Colors of #91B221
Black with #91B221
Text Example
Text Example
White with #91B221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B221; }
p { color: rgb(145,178,33); }
H1.HeaderClassName
{
color: #91B221;
}
.AnyTagClassName
{
color: #91B221;
}
</style>
background-color css
<style>
a { background-color: #91B221; }
a { background-color: rgb(145,178,33); }
div.DivClassName
{
background-color: #91B221;
}
.BgClassName
{
background-color: #91B221;
}
</style>
border-color css
<style>
span { border-color: #91B221; }
span { border-color: rgb(145,178,33); }
td.TdClassName
{
border-color: #91B221;
}
.TagClassName
{
border-color: #91B221;
}
</style>