Shades of Limerick #91B33F
Tints of Limerick #91B33F
RGB
CMYK
RGB Variations
Color information
#91B33F (or 0x91B33F) is known color: Limerick. HEX triplet: 91, B3 and 3F. RGB value is (145,179,63). Sum of RGB (Red+Green+Blue) = 145+179+63=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #91B33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B33F is #6E4CC0. Grayscale: #9C9C9C. Windows color (decimal): -7228609 or 4174737. OLE color: 4174737.
HSL color Cylindrical-coordinate representation of color #91B33F: hue angle of 77.59º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #91B33F is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 179 | 63 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.30 |
| HSL | 77.59º | 0.48% | 0.47% | - |
| HSV(B) | 77.59º | 0.65% | 0.7% | - |
| XYZ | 28.69 | 38.62 | 10.64 | - |
| YUV | 155.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 63 | 0.19 | 0 | 0.65 | 0.30 | 77.59 | 0.48 | 0.47 |
| Hex | 91 | B3 | 3F | 13 | 0 | 41 | 1E | 4E | 30 | 2F |
| Octal | 221 | 263 | 77 | 23 | 0 | 101 | 36 | 116 | 60 | 57 |
| Binary | 10010001 | 10110011 | 111111 | 10011 | 0 | 1000001 | 11110 | 1001110 | 110000 | 101111 |
Color Harmonies of #91B33F
Complementary color
Monochromatic Colors of #91B33F
Black with #91B33F
Text Example
Text Example
White with #91B33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B33F; }
p { color: rgb(145,179,63); }
H1.HeaderClassName
{
color: #91B33F;
}
.AnyTagClassName
{
color: #91B33F;
}
</style>
background-color css
<style>
a { background-color: #91B33F; }
a { background-color: rgb(145,179,63); }
div.DivClassName
{
background-color: #91B33F;
}
.BgClassName
{
background-color: #91B33F;
}
</style>
border-color css
<style>
span { border-color: #91B33F; }
span { border-color: rgb(145,179,63); }
td.TdClassName
{
border-color: #91B33F;
}
.TagClassName
{
border-color: #91B33F;
}
</style>