Shades of Limerick #91B330
Tints of Limerick #91B330
RGB
CMYK
RGB Variations
Color information
#91B330 (or 0x91B330) is known color: Limerick. HEX triplet: 91, B3 and 30. RGB value is (145,179,48). Sum of RGB (Red+Green+Blue) = 145+179+48=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #91B330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B330 is #6E4CCF. Grayscale: #9A9A9A. Windows color (decimal): -7228624 or 3191697. OLE color: 3191697.
HSL color Cylindrical-coordinate representation of color #91B330: hue angle of 75.57º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91B330 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 179 | 48 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.30 |
| HSL | 75.57º | 0.58% | 0.45% | - |
| HSV(B) | 75.57º | 0.73% | 0.7% | - |
| XYZ | 28.33 | 38.47 | 8.73 | - |
| YUV | 153.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 48 | 0.19 | 0 | 0.73 | 0.30 | 75.57 | 0.58 | 0.45 |
| Hex | 91 | B3 | 30 | 13 | 0 | 49 | 1E | 4C | 3A | 2D |
| Octal | 221 | 263 | 60 | 23 | 0 | 111 | 36 | 114 | 72 | 55 |
| Binary | 10010001 | 10110011 | 110000 | 10011 | 0 | 1001001 | 11110 | 1001100 | 111010 | 101101 |
Color Harmonies of #91B330
Complementary color
Monochromatic Colors of #91B330
Black with #91B330
Text Example
Text Example
White with #91B330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B330; }
p { color: rgb(145,179,48); }
H1.HeaderClassName
{
color: #91B330;
}
.AnyTagClassName
{
color: #91B330;
}
</style>
background-color css
<style>
a { background-color: #91B330; }
a { background-color: rgb(145,179,48); }
div.DivClassName
{
background-color: #91B330;
}
.BgClassName
{
background-color: #91B330;
}
</style>
border-color css
<style>
span { border-color: #91B330; }
span { border-color: rgb(145,179,48); }
td.TdClassName
{
border-color: #91B330;
}
.TagClassName
{
border-color: #91B330;
}
</style>