Shades of Limerick #91B833
Tints of Limerick #91B833
RGB
CMYK
RGB Variations
Color information
#91B833 (or 0x91B833) is known color: Limerick. HEX triplet: 91, B8 and 33. RGB value is (145,184,51). Sum of RGB (Red+Green+Blue) = 145+184+51=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #91B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B833 is #6E47CC. Grayscale: #9D9D9D. Windows color (decimal): -7227341 or 3389585. OLE color: 3389585.
HSL color Cylindrical-coordinate representation of color #91B833: hue angle of 77.59º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91B833 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 184 | 51 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.28 |
| HSL | 77.59º | 0.57% | 0.46% | - |
| HSV(B) | 77.59º | 0.72% | 0.72% | - |
| XYZ | 29.42 | 40.54 | 9.41 | - |
| YUV | 157.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 184 | 51 | 0.21 | 0 | 0.72 | 0.28 | 77.59 | 0.57 | 0.46 |
| Hex | 91 | B8 | 33 | 15 | 0 | 48 | 1C | 4E | 39 | 2E |
| Octal | 221 | 270 | 63 | 25 | 0 | 110 | 34 | 116 | 71 | 56 |
| Binary | 10010001 | 10111000 | 110011 | 10101 | 0 | 1001000 | 11100 | 1001110 | 111001 | 101110 |
Color Harmonies of #91B833
Complementary color
Monochromatic Colors of #91B833
Black with #91B833
Text Example
Text Example
White with #91B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B833; }
p { color: rgb(145,184,51); }
H1.HeaderClassName
{
color: #91B833;
}
.AnyTagClassName
{
color: #91B833;
}
</style>
background-color css
<style>
a { background-color: #91B833; }
a { background-color: rgb(145,184,51); }
div.DivClassName
{
background-color: #91B833;
}
.BgClassName
{
background-color: #91B833;
}
</style>
border-color css
<style>
span { border-color: #91B833; }
span { border-color: rgb(145,184,51); }
td.TdClassName
{
border-color: #91B833;
}
.TagClassName
{
border-color: #91B833;
}
</style>