Shades of Limerick #91B82A
Tints of Limerick #91B82A
RGB
CMYK
RGB Variations
Color information
#91B82A (or 0x91B82A) is known color: Limerick. HEX triplet: 91, B8 and 2A. RGB value is (145,184,42). Sum of RGB (Red+Green+Blue) = 145+184+42=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #91B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B82A is #6E47D5. Grayscale: #9C9C9C. Windows color (decimal): -7227350 or 2799761. OLE color: 2799761.
HSL color Cylindrical-coordinate representation of color #91B82A: hue angle of 76.48º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91B82A is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 184 | 42 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.28 |
| HSL | 76.48º | 0.63% | 0.44% | - |
| HSV(B) | 76.48º | 0.77% | 0.72% | - |
| XYZ | 29.24 | 40.47 | 8.46 | - |
| YUV | 156.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 184 | 42 | 0.21 | 0 | 0.77 | 0.28 | 76.48 | 0.63 | 0.44 |
| Hex | 91 | B8 | 2A | 15 | 0 | 4D | 1C | 4C | 3F | 2C |
| Octal | 221 | 270 | 52 | 25 | 0 | 115 | 34 | 114 | 77 | 54 |
| Binary | 10010001 | 10111000 | 101010 | 10101 | 0 | 1001101 | 11100 | 1001100 | 111111 | 101100 |
Color Harmonies of #91B82A
Complementary color
Monochromatic Colors of #91B82A
Black with #91B82A
Text Example
Text Example
White with #91B82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B82A; }
p { color: rgb(145,184,42); }
H1.HeaderClassName
{
color: #91B82A;
}
.AnyTagClassName
{
color: #91B82A;
}
</style>
background-color css
<style>
a { background-color: #91B82A; }
a { background-color: rgb(145,184,42); }
div.DivClassName
{
background-color: #91B82A;
}
.BgClassName
{
background-color: #91B82A;
}
</style>
border-color css
<style>
span { border-color: #91B82A; }
span { border-color: rgb(145,184,42); }
td.TdClassName
{
border-color: #91B82A;
}
.TagClassName
{
border-color: #91B82A;
}
</style>