Shades of Limerick #91A737
Tints of Limerick #91A737
RGB
CMYK
RGB Variations
Color information
#91A737 (or 0x91A737) is known color: Limerick. HEX triplet: 91, A7 and 37. RGB value is (145,167,55). Sum of RGB (Red+Green+Blue) = 145+167+55=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #91A737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A737 is #6E58C8. Grayscale: #949494. Windows color (decimal): -7231689 or 3647377. OLE color: 3647377.
HSL color Cylindrical-coordinate representation of color #91A737: hue angle of 71.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91A737 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 167 | 55 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.35 |
| HSL | 71.79º | 0.5% | 0.44% | - |
| HSV(B) | 71.79º | 0.67% | 0.65% | - |
| XYZ | 26.19 | 33.93 | 8.78 | - |
| YUV | 147.65 | 75.71 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 167 | 55 | 0.13 | 0 | 0.67 | 0.35 | 71.79 | 0.5 | 0.44 |
| Hex | 91 | A7 | 37 | D | 0 | 43 | 23 | 48 | 32 | 2C |
| Octal | 221 | 247 | 67 | 15 | 0 | 103 | 43 | 110 | 62 | 54 |
| Binary | 10010001 | 10100111 | 110111 | 1101 | 0 | 1000011 | 100011 | 1001000 | 110010 | 101100 |
Color Harmonies of #91A737
Complementary color
Monochromatic Colors of #91A737
Black with #91A737
Text Example
Text Example
White with #91A737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A737; }
p { color: rgb(145,167,55); }
H1.HeaderClassName
{
color: #91A737;
}
.AnyTagClassName
{
color: #91A737;
}
</style>
background-color css
<style>
a { background-color: #91A737; }
a { background-color: rgb(145,167,55); }
div.DivClassName
{
background-color: #91A737;
}
.BgClassName
{
background-color: #91A737;
}
</style>
border-color css
<style>
span { border-color: #91A737; }
span { border-color: rgb(145,167,55); }
td.TdClassName
{
border-color: #91A737;
}
.TagClassName
{
border-color: #91A737;
}
</style>