Shades of Limerick #91B328
Tints of Limerick #91B328
RGB
CMYK
RGB Variations
Color information
#91B328 (or 0x91B328) is known color: Limerick. HEX triplet: 91, B3 and 28. RGB value is (145,179,40). Sum of RGB (Red+Green+Blue) = 145+179+40=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #91B328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B328 is #6E4CD7. Grayscale: #999999. Windows color (decimal): -7228632 or 2667409. OLE color: 2667409.
HSL color Cylindrical-coordinate representation of color #91B328: hue angle of 74.68º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #91B328 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 179 | 40 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.30 |
| HSL | 74.68º | 0.63% | 0.43% | - |
| HSV(B) | 74.68º | 0.78% | 0.7% | - |
| XYZ | 28.18 | 38.41 | 7.94 | - |
| YUV | 152.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 40 | 0.19 | 0 | 0.78 | 0.30 | 74.68 | 0.63 | 0.43 |
| Hex | 91 | B3 | 28 | 13 | 0 | 4E | 1E | 4B | 3F | 2B |
| Octal | 221 | 263 | 50 | 23 | 0 | 116 | 36 | 113 | 77 | 53 |
| Binary | 10010001 | 10110011 | 101000 | 10011 | 0 | 1001110 | 11110 | 1001011 | 111111 | 101011 |
Color Harmonies of #91B328
Complementary color
Monochromatic Colors of #91B328
Black with #91B328
Text Example
Text Example
White with #91B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B328; }
p { color: rgb(145,179,40); }
H1.HeaderClassName
{
color: #91B328;
}
.AnyTagClassName
{
color: #91B328;
}
</style>
background-color css
<style>
a { background-color: #91B328; }
a { background-color: rgb(145,179,40); }
div.DivClassName
{
background-color: #91B328;
}
.BgClassName
{
background-color: #91B328;
}
</style>
border-color css
<style>
span { border-color: #91B328; }
span { border-color: rgb(145,179,40); }
td.TdClassName
{
border-color: #91B328;
}
.TagClassName
{
border-color: #91B328;
}
</style>