Shades of Limerick #91BF20
Tints of Limerick #91BF20
RGB
CMYK
RGB Variations
Color information
#91BF20 (or 0x91BF20) is known color: Limerick. HEX triplet: 91, BF and 20. RGB value is (145,191,32). Sum of RGB (Red+Green+Blue) = 145+191+32=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BF20 is #6E40DF. Grayscale: #9F9F9F. Windows color (decimal): -7225568 or 2146193. OLE color: 2146193.
HSL color Cylindrical-coordinate representation of color #91BF20: hue angle of 77.36º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91BF20 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 191 | 32 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.25 |
| HSL | 77.36º | 0.71% | 0.44% | - |
| HSV(B) | 77.36º | 0.83% | 0.75% | - |
| XYZ | 30.57 | 43.39 | 8.13 | - |
| YUV | 159.12 | 56.26 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 32 | 0.24 | 0 | 0.83 | 0.25 | 77.36 | 0.71 | 0.44 |
| Hex | 91 | BF | 20 | 18 | 0 | 53 | 19 | 4D | 47 | 2C |
| Octal | 221 | 277 | 40 | 30 | 0 | 123 | 31 | 115 | 107 | 54 |
| Binary | 10010001 | 10111111 | 100000 | 11000 | 0 | 1010011 | 11001 | 1001101 | 1000111 | 101100 |
Color Harmonies of #91BF20
Complementary color
Monochromatic Colors of #91BF20
Black with #91BF20
Text Example
Text Example
White with #91BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BF20; }
p { color: rgb(145,191,32); }
H1.HeaderClassName
{
color: #91BF20;
}
.AnyTagClassName
{
color: #91BF20;
}
</style>
background-color css
<style>
a { background-color: #91BF20; }
a { background-color: rgb(145,191,32); }
div.DivClassName
{
background-color: #91BF20;
}
.BgClassName
{
background-color: #91BF20;
}
</style>
border-color css
<style>
span { border-color: #91BF20; }
span { border-color: rgb(145,191,32); }
td.TdClassName
{
border-color: #91BF20;
}
.TagClassName
{
border-color: #91BF20;
}
</style>