Shades of Limerick #91BD21
Tints of Limerick #91BD21
RGB
CMYK
RGB Variations
Color information
#91BD21 (or 0x91BD21) is known color: Limerick. HEX triplet: 91, BD and 21. RGB value is (145,189,33). Sum of RGB (Red+Green+Blue) = 145+189+33=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BD21 is #6E42DE. Grayscale: #9E9E9E. Windows color (decimal): -7226079 or 2211217. OLE color: 2211217.
HSL color Cylindrical-coordinate representation of color #91BD21: hue angle of 76.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91BD21 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 33 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.26 |
| HSL | 76.92º | 0.7% | 0.44% | - |
| HSV(B) | 76.92º | 0.83% | 0.74% | - |
| XYZ | 30.15 | 42.52 | 8.06 | - |
| YUV | 158.06 | 57.42 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 33 | 0.23 | 0 | 0.83 | 0.26 | 76.92 | 0.7 | 0.44 |
| Hex | 91 | BD | 21 | 17 | 0 | 53 | 1A | 4D | 46 | 2C |
| Octal | 221 | 275 | 41 | 27 | 0 | 123 | 32 | 115 | 106 | 54 |
| Binary | 10010001 | 10111101 | 100001 | 10111 | 0 | 1010011 | 11010 | 1001101 | 1000110 | 101100 |
Color Harmonies of #91BD21
Complementary color
Monochromatic Colors of #91BD21
Black with #91BD21
Text Example
Text Example
White with #91BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD21; }
p { color: rgb(145,189,33); }
H1.HeaderClassName
{
color: #91BD21;
}
.AnyTagClassName
{
color: #91BD21;
}
</style>
background-color css
<style>
a { background-color: #91BD21; }
a { background-color: rgb(145,189,33); }
div.DivClassName
{
background-color: #91BD21;
}
.BgClassName
{
background-color: #91BD21;
}
</style>
border-color css
<style>
span { border-color: #91BD21; }
span { border-color: rgb(145,189,33); }
td.TdClassName
{
border-color: #91BD21;
}
.TagClassName
{
border-color: #91BD21;
}
</style>