Shades of Limerick #91B334
Tints of Limerick #91B334
RGB
CMYK
RGB Variations
Color information
#91B334 (or 0x91B334) is known color: Limerick. HEX triplet: 91, B3 and 34. RGB value is (145,179,52). Sum of RGB (Red+Green+Blue) = 145+179+52=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #91B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B334 is #6E4CCB. Grayscale: #9A9A9A. Windows color (decimal): -7228620 or 3453841. OLE color: 3453841.
HSL color Cylindrical-coordinate representation of color #91B334: hue angle of 76.06º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91B334 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 179 | 52 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.30 |
| HSL | 76.06º | 0.55% | 0.45% | - |
| HSV(B) | 76.06º | 0.71% | 0.7% | - |
| XYZ | 28.42 | 38.51 | 9.18 | - |
| YUV | 154.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 52 | 0.19 | 0 | 0.71 | 0.30 | 76.06 | 0.55 | 0.45 |
| Hex | 91 | B3 | 34 | 13 | 0 | 47 | 1E | 4C | 37 | 2D |
| Octal | 221 | 263 | 64 | 23 | 0 | 107 | 36 | 114 | 67 | 55 |
| Binary | 10010001 | 10110011 | 110100 | 10011 | 0 | 1000111 | 11110 | 1001100 | 110111 | 101101 |
Color Harmonies of #91B334
Complementary color
Monochromatic Colors of #91B334
Black with #91B334
Text Example
Text Example
White with #91B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B334; }
p { color: rgb(145,179,52); }
H1.HeaderClassName
{
color: #91B334;
}
.AnyTagClassName
{
color: #91B334;
}
</style>
background-color css
<style>
a { background-color: #91B334; }
a { background-color: rgb(145,179,52); }
div.DivClassName
{
background-color: #91B334;
}
.BgClassName
{
background-color: #91B334;
}
</style>
border-color css
<style>
span { border-color: #91B334; }
span { border-color: rgb(145,179,52); }
td.TdClassName
{
border-color: #91B334;
}
.TagClassName
{
border-color: #91B334;
}
</style>