Shades of Limerick #91BA2D
Tints of Limerick #91BA2D
RGB
CMYK
RGB Variations
Color information
#91BA2D (or 0x91BA2D) is known color: Limerick. HEX triplet: 91, BA and 2D. RGB value is (145,186,45). Sum of RGB (Red+Green+Blue) = 145+186+45=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BA2D is #6E45D2. Grayscale: #9E9E9E. Windows color (decimal): -7226835 or 2996881. OLE color: 2996881.
HSL color Cylindrical-coordinate representation of color #91BA2D: hue angle of 77.45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #91BA2D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 45 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.27 |
| HSL | 77.45º | 0.61% | 0.45% | - |
| HSV(B) | 77.45º | 0.76% | 0.73% | - |
| XYZ | 29.71 | 41.33 | 8.89 | - |
| YUV | 157.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 45 | 0.22 | 0 | 0.76 | 0.27 | 77.45 | 0.61 | 0.45 |
| Hex | 91 | BA | 2D | 16 | 0 | 4C | 1B | 4D | 3D | 2D |
| Octal | 221 | 272 | 55 | 26 | 0 | 114 | 33 | 115 | 75 | 55 |
| Binary | 10010001 | 10111010 | 101101 | 10110 | 0 | 1001100 | 11011 | 1001101 | 111101 | 101101 |
Color Harmonies of #91BA2D
Complementary color
Monochromatic Colors of #91BA2D
Black with #91BA2D
Text Example
Text Example
White with #91BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA2D; }
p { color: rgb(145,186,45); }
H1.HeaderClassName
{
color: #91BA2D;
}
.AnyTagClassName
{
color: #91BA2D;
}
</style>
background-color css
<style>
a { background-color: #91BA2D; }
a { background-color: rgb(145,186,45); }
div.DivClassName
{
background-color: #91BA2D;
}
.BgClassName
{
background-color: #91BA2D;
}
</style>
border-color css
<style>
span { border-color: #91BA2D; }
span { border-color: rgb(145,186,45); }
td.TdClassName
{
border-color: #91BA2D;
}
.TagClassName
{
border-color: #91BA2D;
}
</style>