Shades of Limerick #91B429
Tints of Limerick #91B429
RGB
CMYK
RGB Variations
Color information
#91B429 (or 0x91B429) is known color: Limerick. HEX triplet: 91, B4 and 29. RGB value is (145,180,41). Sum of RGB (Red+Green+Blue) = 145+180+41=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #91B429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B429 is #6E4BD6. Grayscale: #9A9A9A. Windows color (decimal): -7228375 or 2733201. OLE color: 2733201.
HSL color Cylindrical-coordinate representation of color #91B429: hue angle of 75.11º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91B429 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 180 | 41 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.29 |
| HSL | 75.11º | 0.63% | 0.43% | - |
| HSV(B) | 75.11º | 0.77% | 0.71% | - |
| XYZ | 28.4 | 38.82 | 8.09 | - |
| YUV | 153.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 41 | 0.19 | 0 | 0.77 | 0.29 | 75.11 | 0.63 | 0.43 |
| Hex | 91 | B4 | 29 | 13 | 0 | 4D | 1D | 4B | 3F | 2B |
| Octal | 221 | 264 | 51 | 23 | 0 | 115 | 35 | 113 | 77 | 53 |
| Binary | 10010001 | 10110100 | 101001 | 10011 | 0 | 1001101 | 11101 | 1001011 | 111111 | 101011 |
Color Harmonies of #91B429
Complementary color
Monochromatic Colors of #91B429
Black with #91B429
Text Example
Text Example
White with #91B429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B429; }
p { color: rgb(145,180,41); }
H1.HeaderClassName
{
color: #91B429;
}
.AnyTagClassName
{
color: #91B429;
}
</style>
background-color css
<style>
a { background-color: #91B429; }
a { background-color: rgb(145,180,41); }
div.DivClassName
{
background-color: #91B429;
}
.BgClassName
{
background-color: #91B429;
}
</style>
border-color css
<style>
span { border-color: #91B429; }
span { border-color: rgb(145,180,41); }
td.TdClassName
{
border-color: #91B429;
}
.TagClassName
{
border-color: #91B429;
}
</style>