Shades of Limerick #91B718
Tints of Limerick #91B718
RGB
CMYK
RGB Variations
Color information
#91B718 (or 0x91B718) is known color: Limerick. HEX triplet: 91, B7 and 18. RGB value is (145,183,24). Sum of RGB (Red+Green+Blue) = 145+183+24=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #91B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91B718 is #6E48E7. Grayscale: #9A9A9A. Windows color (decimal): -7227624 or 1619857. OLE color: 1619857.
HSL color Cylindrical-coordinate representation of color #91B718: hue angle of 74.34º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91B718 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 183 | 24 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.28 |
| HSL | 74.34º | 0.77% | 0.41% | - |
| HSV(B) | 74.34º | 0.87% | 0.72% | - |
| XYZ | 28.78 | 39.95 | 7.06 | - |
| YUV | 153.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 24 | 0.21 | 0 | 0.87 | 0.28 | 74.34 | 0.77 | 0.41 |
| Hex | 91 | B7 | 18 | 15 | 0 | 57 | 1C | 4A | 4D | 29 |
| Octal | 221 | 267 | 30 | 25 | 0 | 127 | 34 | 112 | 115 | 51 |
| Binary | 10010001 | 10110111 | 11000 | 10101 | 0 | 1010111 | 11100 | 1001010 | 1001101 | 101001 |
Color Harmonies of #91B718
Complementary color
Monochromatic Colors of #91B718
Black with #91B718
Text Example
Text Example
White with #91B718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B718; }
p { color: rgb(145,183,24); }
H1.HeaderClassName
{
color: #91B718;
}
.AnyTagClassName
{
color: #91B718;
}
</style>
background-color css
<style>
a { background-color: #91B718; }
a { background-color: rgb(145,183,24); }
div.DivClassName
{
background-color: #91B718;
}
.BgClassName
{
background-color: #91B718;
}
</style>
border-color css
<style>
span { border-color: #91B718; }
span { border-color: rgb(145,183,24); }
td.TdClassName
{
border-color: #91B718;
}
.TagClassName
{
border-color: #91B718;
}
</style>