Shades of Limerick #91B617
Tints of Limerick #91B617
RGB
CMYK
RGB Variations
Color information
#91B617 (or 0x91B617) is known color: Limerick. HEX triplet: 91, B6 and 17. RGB value is (145,182,23). Sum of RGB (Red+Green+Blue) = 145+182+23=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #91B617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91B617 is #6E49E8. Grayscale: #999999. Windows color (decimal): -7227881 or 1554065. OLE color: 1554065.
HSL color Cylindrical-coordinate representation of color #91B617: hue angle of 73.96º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91B617 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 182 | 23 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.29 |
| HSL | 73.96º | 0.78% | 0.4% | - |
| HSV(B) | 73.96º | 0.87% | 0.71% | - |
| XYZ | 28.56 | 39.54 | 6.94 | - |
| YUV | 152.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 182 | 23 | 0.20 | 0 | 0.87 | 0.29 | 73.96 | 0.78 | 0.4 |
| Hex | 91 | B6 | 17 | 14 | 0 | 57 | 1D | 4A | 4E | 28 |
| Octal | 221 | 266 | 27 | 24 | 0 | 127 | 35 | 112 | 116 | 50 |
| Binary | 10010001 | 10110110 | 10111 | 10100 | 0 | 1010111 | 11101 | 1001010 | 1001110 | 101000 |
Color Harmonies of #91B617
Complementary color
Monochromatic Colors of #91B617
Black with #91B617
Text Example
Text Example
White with #91B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B617; }
p { color: rgb(145,182,23); }
H1.HeaderClassName
{
color: #91B617;
}
.AnyTagClassName
{
color: #91B617;
}
</style>
background-color css
<style>
a { background-color: #91B617; }
a { background-color: rgb(145,182,23); }
div.DivClassName
{
background-color: #91B617;
}
.BgClassName
{
background-color: #91B617;
}
</style>
border-color css
<style>
span { border-color: #91B617; }
span { border-color: rgb(145,182,23); }
td.TdClassName
{
border-color: #91B617;
}
.TagClassName
{
border-color: #91B617;
}
</style>