Shades of Limerick #91BC2A
Tints of Limerick #91BC2A
RGB
CMYK
RGB Variations
Color information
#91BC2A (or 0x91BC2A) is known color: Limerick. HEX triplet: 91, BC and 2A. RGB value is (145,188,42). Sum of RGB (Red+Green+Blue) = 145+188+42=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BC2A is #6E43D5. Grayscale: #9F9F9F. Windows color (decimal): -7226326 or 2800785. OLE color: 2800785.
HSL color Cylindrical-coordinate representation of color #91BC2A: hue angle of 77.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #91BC2A is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 42 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.26 |
| HSL | 77.67º | 0.63% | 0.45% | - |
| HSV(B) | 77.67º | 0.78% | 0.74% | - |
| XYZ | 30.08 | 42.15 | 8.74 | - |
| YUV | 158.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 42 | 0.23 | 0 | 0.78 | 0.26 | 77.67 | 0.63 | 0.45 |
| Hex | 91 | BC | 2A | 17 | 0 | 4E | 1A | 4E | 3F | 2D |
| Octal | 221 | 274 | 52 | 27 | 0 | 116 | 32 | 116 | 77 | 55 |
| Binary | 10010001 | 10111100 | 101010 | 10111 | 0 | 1001110 | 11010 | 1001110 | 111111 | 101101 |
Color Harmonies of #91BC2A
Complementary color
Monochromatic Colors of #91BC2A
Black with #91BC2A
Text Example
Text Example
White with #91BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC2A; }
p { color: rgb(145,188,42); }
H1.HeaderClassName
{
color: #91BC2A;
}
.AnyTagClassName
{
color: #91BC2A;
}
</style>
background-color css
<style>
a { background-color: #91BC2A; }
a { background-color: rgb(145,188,42); }
div.DivClassName
{
background-color: #91BC2A;
}
.BgClassName
{
background-color: #91BC2A;
}
</style>
border-color css
<style>
span { border-color: #91BC2A; }
span { border-color: rgb(145,188,42); }
td.TdClassName
{
border-color: #91BC2A;
}
.TagClassName
{
border-color: #91BC2A;
}
</style>