Shades of Limerick #91A91F
Tints of Limerick #91A91F
RGB
CMYK
RGB Variations
Color information
#91A91F (or 0x91A91F) is known color: Limerick. HEX triplet: 91, A9 and 1F. RGB value is (145,169,31). Sum of RGB (Red+Green+Blue) = 145+169+31=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #91A91F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A91F is #6E56E0. Grayscale: #929292. Windows color (decimal): -7231201 or 2075025. OLE color: 2075025.
HSL color Cylindrical-coordinate representation of color #91A91F: hue angle of 70.43º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91A91F is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 169 | 31 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.34 |
| HSL | 70.43º | 0.69% | 0.39% | - |
| HSV(B) | 70.43º | 0.82% | 0.66% | - |
| XYZ | 26.11 | 34.49 | 6.58 | - |
| YUV | 146.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 31 | 0.14 | 0 | 0.82 | 0.34 | 70.43 | 0.69 | 0.39 |
| Hex | 91 | A9 | 1F | E | 0 | 52 | 22 | 46 | 45 | 27 |
| Octal | 221 | 251 | 37 | 16 | 0 | 122 | 42 | 106 | 105 | 47 |
| Binary | 10010001 | 10101001 | 11111 | 1110 | 0 | 1010010 | 100010 | 1000110 | 1000101 | 100111 |
Color Harmonies of #91A91F
Complementary color
Monochromatic Colors of #91A91F
Black with #91A91F
Text Example
Text Example
White with #91A91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A91F; }
p { color: rgb(145,169,31); }
H1.HeaderClassName
{
color: #91A91F;
}
.AnyTagClassName
{
color: #91A91F;
}
</style>
background-color css
<style>
a { background-color: #91A91F; }
a { background-color: rgb(145,169,31); }
div.DivClassName
{
background-color: #91A91F;
}
.BgClassName
{
background-color: #91A91F;
}
</style>
border-color css
<style>
span { border-color: #91A91F; }
span { border-color: rgb(145,169,31); }
td.TdClassName
{
border-color: #91A91F;
}
.TagClassName
{
border-color: #91A91F;
}
</style>