Shades of Limerick #91A741
Tints of Limerick #91A741
RGB
CMYK
RGB Variations
Color information
#91A741 (or 0x91A741) is known color: Limerick. HEX triplet: 91, A7 and 41. RGB value is (145,167,65). Sum of RGB (Red+Green+Blue) = 145+167+65=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #91A741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A741 is #6E58BE. Grayscale: #959595. Windows color (decimal): -7231679 or 4302737. OLE color: 4302737.
HSL color Cylindrical-coordinate representation of color #91A741: hue angle of 72.94º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91A741 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 167 | 65 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.35 |
| HSL | 72.94º | 0.44% | 0.45% | - |
| HSV(B) | 72.94º | 0.61% | 0.65% | - |
| XYZ | 26.45 | 34.04 | 10.18 | - |
| YUV | 148.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 167 | 65 | 0.13 | 0 | 0.61 | 0.35 | 72.94 | 0.44 | 0.45 |
| Hex | 91 | A7 | 41 | D | 0 | 3D | 23 | 49 | 2C | 2D |
| Octal | 221 | 247 | 101 | 15 | 0 | 75 | 43 | 111 | 54 | 55 |
| Binary | 10010001 | 10100111 | 1000001 | 1101 | 0 | 111101 | 100011 | 1001001 | 101100 | 101101 |
Color Harmonies of #91A741
Complementary color
Monochromatic Colors of #91A741
Black with #91A741
Text Example
Text Example
White with #91A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A741; }
p { color: rgb(145,167,65); }
H1.HeaderClassName
{
color: #91A741;
}
.AnyTagClassName
{
color: #91A741;
}
</style>
background-color css
<style>
a { background-color: #91A741; }
a { background-color: rgb(145,167,65); }
div.DivClassName
{
background-color: #91A741;
}
.BgClassName
{
background-color: #91A741;
}
</style>
border-color css
<style>
span { border-color: #91A741; }
span { border-color: rgb(145,167,65); }
td.TdClassName
{
border-color: #91A741;
}
.TagClassName
{
border-color: #91A741;
}
</style>