Shades of Limerick #91B61D
Tints of Limerick #91B61D
RGB
CMYK
RGB Variations
Color information
#91B61D (or 0x91B61D) is known color: Limerick. HEX triplet: 91, B6 and 1D. RGB value is (145,182,29). Sum of RGB (Red+Green+Blue) = 145+182+29=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #91B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B61D is #6E49E2. Grayscale: #9A9A9A. Windows color (decimal): -7227875 or 1947281. OLE color: 1947281.
HSL color Cylindrical-coordinate representation of color #91B61D: hue angle of 74.51º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91B61D is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 182 | 29 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.29 |
| HSL | 74.51º | 0.73% | 0.41% | - |
| HSV(B) | 74.51º | 0.84% | 0.71% | - |
| XYZ | 28.63 | 39.56 | 7.29 | - |
| YUV | 153.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 182 | 29 | 0.20 | 0 | 0.84 | 0.29 | 74.51 | 0.73 | 0.41 |
| Hex | 91 | B6 | 1D | 14 | 0 | 54 | 1D | 4B | 49 | 29 |
| Octal | 221 | 266 | 35 | 24 | 0 | 124 | 35 | 113 | 111 | 51 |
| Binary | 10010001 | 10110110 | 11101 | 10100 | 0 | 1010100 | 11101 | 1001011 | 1001001 | 101001 |
Color Harmonies of #91B61D
Complementary color
Monochromatic Colors of #91B61D
Black with #91B61D
Text Example
Text Example
White with #91B61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B61D; }
p { color: rgb(145,182,29); }
H1.HeaderClassName
{
color: #91B61D;
}
.AnyTagClassName
{
color: #91B61D;
}
</style>
background-color css
<style>
a { background-color: #91B61D; }
a { background-color: rgb(145,182,29); }
div.DivClassName
{
background-color: #91B61D;
}
.BgClassName
{
background-color: #91B61D;
}
</style>
border-color css
<style>
span { border-color: #91B61D; }
span { border-color: rgb(145,182,29); }
td.TdClassName
{
border-color: #91B61D;
}
.TagClassName
{
border-color: #91B61D;
}
</style>