Shades of Limerick #91B531
Tints of Limerick #91B531
RGB
CMYK
RGB Variations
Color information
#91B531 (or 0x91B531) is known color: Limerick. HEX triplet: 91, B5 and 31. RGB value is (145,181,49). Sum of RGB (Red+Green+Blue) = 145+181+49=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #91B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B531 is #6E4ACE. Grayscale: #9B9B9B. Windows color (decimal): -7228111 or 3257745. OLE color: 3257745.
HSL color Cylindrical-coordinate representation of color #91B531: hue angle of 76.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91B531 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 181 | 49 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.29 |
| HSL | 76.36º | 0.57% | 0.45% | - |
| HSV(B) | 76.36º | 0.73% | 0.71% | - |
| XYZ | 28.76 | 39.29 | 8.97 | - |
| YUV | 155.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 49 | 0.20 | 0 | 0.73 | 0.29 | 76.36 | 0.57 | 0.45 |
| Hex | 91 | B5 | 31 | 14 | 0 | 49 | 1D | 4C | 39 | 2D |
| Octal | 221 | 265 | 61 | 24 | 0 | 111 | 35 | 114 | 71 | 55 |
| Binary | 10010001 | 10110101 | 110001 | 10100 | 0 | 1001001 | 11101 | 1001100 | 111001 | 101101 |
Color Harmonies of #91B531
Complementary color
Monochromatic Colors of #91B531
Black with #91B531
Text Example
Text Example
White with #91B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B531; }
p { color: rgb(145,181,49); }
H1.HeaderClassName
{
color: #91B531;
}
.AnyTagClassName
{
color: #91B531;
}
</style>
background-color css
<style>
a { background-color: #91B531; }
a { background-color: rgb(145,181,49); }
div.DivClassName
{
background-color: #91B531;
}
.BgClassName
{
background-color: #91B531;
}
</style>
border-color css
<style>
span { border-color: #91B531; }
span { border-color: rgb(145,181,49); }
td.TdClassName
{
border-color: #91B531;
}
.TagClassName
{
border-color: #91B531;
}
</style>