Shades of Limerick #91B92C
Tints of Limerick #91B92C
RGB
CMYK
RGB Variations
Color information
#91B92C (or 0x91B92C) is known color: Limerick. HEX triplet: 91, B9 and 2C. RGB value is (145,185,44). Sum of RGB (Red+Green+Blue) = 145+185+44=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #91B92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B92C is #6E46D3. Grayscale: #9D9D9D. Windows color (decimal): -7227092 or 2931089. OLE color: 2931089.
HSL color Cylindrical-coordinate representation of color #91B92C: hue angle of 77.02º degrees, saturation: 0.62, 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 #91B92C is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 185 | 44 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.27 |
| HSL | 77.02º | 0.62% | 0.45% | - |
| HSV(B) | 77.02º | 0.76% | 0.73% | - |
| XYZ | 29.48 | 40.9 | 8.72 | - |
| YUV | 156.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 185 | 44 | 0.22 | 0 | 0.76 | 0.27 | 77.02 | 0.62 | 0.45 |
| Hex | 91 | B9 | 2C | 16 | 0 | 4C | 1B | 4D | 3E | 2D |
| Octal | 221 | 271 | 54 | 26 | 0 | 114 | 33 | 115 | 76 | 55 |
| Binary | 10010001 | 10111001 | 101100 | 10110 | 0 | 1001100 | 11011 | 1001101 | 111110 | 101101 |
Color Harmonies of #91B92C
Complementary color
Monochromatic Colors of #91B92C
Black with #91B92C
Text Example
Text Example
White with #91B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B92C; }
p { color: rgb(145,185,44); }
H1.HeaderClassName
{
color: #91B92C;
}
.AnyTagClassName
{
color: #91B92C;
}
</style>
background-color css
<style>
a { background-color: #91B92C; }
a { background-color: rgb(145,185,44); }
div.DivClassName
{
background-color: #91B92C;
}
.BgClassName
{
background-color: #91B92C;
}
</style>
border-color css
<style>
span { border-color: #91B92C; }
span { border-color: rgb(145,185,44); }
td.TdClassName
{
border-color: #91B92C;
}
.TagClassName
{
border-color: #91B92C;
}
</style>