Shades of Limerick #91B73D
Tints of Limerick #91B73D
RGB
CMYK
RGB Variations
Color information
#91B73D (or 0x91B73D) is known color: Limerick. HEX triplet: 91, B7 and 3D. RGB value is (145,183,61). Sum of RGB (Red+Green+Blue) = 145+183+61=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #91B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B73D is #6E48C2. Grayscale: #9E9E9E. Windows color (decimal): -7227587 or 4044689. OLE color: 4044689.
HSL color Cylindrical-coordinate representation of color #91B73D: hue angle of 78.69º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91B73D is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 183 | 61 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.28 |
| HSL | 78.69º | 0.5% | 0.48% | - |
| HSV(B) | 78.69º | 0.67% | 0.72% | - |
| XYZ | 29.45 | 40.22 | 10.63 | - |
| YUV | 157.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 61 | 0.21 | 0 | 0.67 | 0.28 | 78.69 | 0.5 | 0.48 |
| Hex | 91 | B7 | 3D | 15 | 0 | 43 | 1C | 4F | 32 | 30 |
| Octal | 221 | 267 | 75 | 25 | 0 | 103 | 34 | 117 | 62 | 60 |
| Binary | 10010001 | 10110111 | 111101 | 10101 | 0 | 1000011 | 11100 | 1001111 | 110010 | 110000 |
Color Harmonies of #91B73D
Complementary color
Monochromatic Colors of #91B73D
Black with #91B73D
Text Example
Text Example
White with #91B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B73D; }
p { color: rgb(145,183,61); }
H1.HeaderClassName
{
color: #91B73D;
}
.AnyTagClassName
{
color: #91B73D;
}
</style>
background-color css
<style>
a { background-color: #91B73D; }
a { background-color: rgb(145,183,61); }
div.DivClassName
{
background-color: #91B73D;
}
.BgClassName
{
background-color: #91B73D;
}
</style>
border-color css
<style>
span { border-color: #91B73D; }
span { border-color: rgb(145,183,61); }
td.TdClassName
{
border-color: #91B73D;
}
.TagClassName
{
border-color: #91B73D;
}
</style>