Shades of Limerick #91B735
Tints of Limerick #91B735
RGB
CMYK
RGB Variations
Color information
#91B735 (or 0x91B735) is known color: Limerick. HEX triplet: 91, B7 and 35. RGB value is (145,183,53). Sum of RGB (Red+Green+Blue) = 145+183+53=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #91B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B735 is #6E48CA. Grayscale: #9D9D9D. Windows color (decimal): -7227595 or 3520401. OLE color: 3520401.
HSL color Cylindrical-coordinate representation of color #91B735: hue angle of 77.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91B735 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 183 | 53 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.28 |
| HSL | 77.54º | 0.55% | 0.46% | - |
| HSV(B) | 77.54º | 0.71% | 0.72% | - |
| XYZ | 29.25 | 40.14 | 9.57 | - |
| YUV | 156.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 53 | 0.21 | 0 | 0.71 | 0.28 | 77.54 | 0.55 | 0.46 |
| Hex | 91 | B7 | 35 | 15 | 0 | 47 | 1C | 4E | 37 | 2E |
| Octal | 221 | 267 | 65 | 25 | 0 | 107 | 34 | 116 | 67 | 56 |
| Binary | 10010001 | 10110111 | 110101 | 10101 | 0 | 1000111 | 11100 | 1001110 | 110111 | 101110 |
Color Harmonies of #91B735
Complementary color
Monochromatic Colors of #91B735
Black with #91B735
Text Example
Text Example
White with #91B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B735; }
p { color: rgb(145,183,53); }
H1.HeaderClassName
{
color: #91B735;
}
.AnyTagClassName
{
color: #91B735;
}
</style>
background-color css
<style>
a { background-color: #91B735; }
a { background-color: rgb(145,183,53); }
div.DivClassName
{
background-color: #91B735;
}
.BgClassName
{
background-color: #91B735;
}
</style>
border-color css
<style>
span { border-color: #91B735; }
span { border-color: rgb(145,183,53); }
td.TdClassName
{
border-color: #91B735;
}
.TagClassName
{
border-color: #91B735;
}
</style>