Shades of Limerick #91B82D
Tints of Limerick #91B82D
RGB
CMYK
RGB Variations
Color information
#91B82D (or 0x91B82D) is known color: Limerick. HEX triplet: 91, B8 and 2D. RGB value is (145,184,45). Sum of RGB (Red+Green+Blue) = 145+184+45=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #91B82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B82D is #6E47D2. Grayscale: #9D9D9D. Windows color (decimal): -7227347 or 2996369. OLE color: 2996369.
HSL color Cylindrical-coordinate representation of color #91B82D: hue angle of 76.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #91B82D is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 184 | 45 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.28 |
| HSL | 76.83º | 0.61% | 0.45% | - |
| HSV(B) | 76.83º | 0.76% | 0.72% | - |
| XYZ | 29.29 | 40.49 | 8.75 | - |
| YUV | 156.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 184 | 45 | 0.21 | 0 | 0.76 | 0.28 | 76.83 | 0.61 | 0.45 |
| Hex | 91 | B8 | 2D | 15 | 0 | 4C | 1C | 4D | 3D | 2D |
| Octal | 221 | 270 | 55 | 25 | 0 | 114 | 34 | 115 | 75 | 55 |
| Binary | 10010001 | 10111000 | 101101 | 10101 | 0 | 1001100 | 11100 | 1001101 | 111101 | 101101 |
Color Harmonies of #91B82D
Complementary color
Monochromatic Colors of #91B82D
Black with #91B82D
Text Example
Text Example
White with #91B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B82D; }
p { color: rgb(145,184,45); }
H1.HeaderClassName
{
color: #91B82D;
}
.AnyTagClassName
{
color: #91B82D;
}
</style>
background-color css
<style>
a { background-color: #91B82D; }
a { background-color: rgb(145,184,45); }
div.DivClassName
{
background-color: #91B82D;
}
.BgClassName
{
background-color: #91B82D;
}
</style>
border-color css
<style>
span { border-color: #91B82D; }
span { border-color: rgb(145,184,45); }
td.TdClassName
{
border-color: #91B82D;
}
.TagClassName
{
border-color: #91B82D;
}
</style>