Shades of Limerick #91BB2D
Tints of Limerick #91BB2D
RGB
CMYK
RGB Variations
Color information
#91BB2D (or 0x91BB2D) is known color: Limerick. HEX triplet: 91, BB and 2D. RGB value is (145,187,45). Sum of RGB (Red+Green+Blue) = 145+187+45=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #91BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BB2D is #6E44D2. Grayscale: #9E9E9E. Windows color (decimal): -7226579 or 2997137. OLE color: 2997137.
HSL color Cylindrical-coordinate representation of color #91BB2D: hue angle of 77.75º 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 #91BB2D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 187 | 45 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.27 |
| HSL | 77.75º | 0.61% | 0.45% | - |
| HSV(B) | 77.75º | 0.76% | 0.73% | - |
| XYZ | 29.92 | 41.75 | 8.96 | - |
| YUV | 158.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 45 | 0.22 | 0 | 0.76 | 0.27 | 77.75 | 0.61 | 0.45 |
| Hex | 91 | BB | 2D | 16 | 0 | 4C | 1B | 4E | 3D | 2D |
| Octal | 221 | 273 | 55 | 26 | 0 | 114 | 33 | 116 | 75 | 55 |
| Binary | 10010001 | 10111011 | 101101 | 10110 | 0 | 1001100 | 11011 | 1001110 | 111101 | 101101 |
Color Harmonies of #91BB2D
Complementary color
Monochromatic Colors of #91BB2D
Black with #91BB2D
Text Example
Text Example
White with #91BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BB2D; }
p { color: rgb(145,187,45); }
H1.HeaderClassName
{
color: #91BB2D;
}
.AnyTagClassName
{
color: #91BB2D;
}
</style>
background-color css
<style>
a { background-color: #91BB2D; }
a { background-color: rgb(145,187,45); }
div.DivClassName
{
background-color: #91BB2D;
}
.BgClassName
{
background-color: #91BB2D;
}
</style>
border-color css
<style>
span { border-color: #91BB2D; }
span { border-color: rgb(145,187,45); }
td.TdClassName
{
border-color: #91BB2D;
}
.TagClassName
{
border-color: #91BB2D;
}
</style>