Shades of Limerick #91B63F
Tints of Limerick #91B63F
RGB
CMYK
RGB Variations
Color information
#91B63F (or 0x91B63F) is known color: Limerick. HEX triplet: 91, B6 and 3F. RGB value is (145,182,63). Sum of RGB (Red+Green+Blue) = 145+182+63=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #91B63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B63F is #6E49C0. Grayscale: #9D9D9D. Windows color (decimal): -7227841 or 4175505. OLE color: 4175505.
HSL color Cylindrical-coordinate representation of color #91B63F: hue angle of 78.66º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #91B63F is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 182 | 63 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.29 |
| HSL | 78.66º | 0.49% | 0.48% | - |
| HSV(B) | 78.66º | 0.65% | 0.71% | - |
| XYZ | 29.3 | 39.83 | 10.85 | - |
| YUV | 157.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 182 | 63 | 0.20 | 0 | 0.65 | 0.29 | 78.66 | 0.49 | 0.48 |
| Hex | 91 | B6 | 3F | 14 | 0 | 41 | 1D | 4F | 31 | 30 |
| Octal | 221 | 266 | 77 | 24 | 0 | 101 | 35 | 117 | 61 | 60 |
| Binary | 10010001 | 10110110 | 111111 | 10100 | 0 | 1000001 | 11101 | 1001111 | 110001 | 110000 |
Color Harmonies of #91B63F
Complementary color
Monochromatic Colors of #91B63F
Black with #91B63F
Text Example
Text Example
White with #91B63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B63F; }
p { color: rgb(145,182,63); }
H1.HeaderClassName
{
color: #91B63F;
}
.AnyTagClassName
{
color: #91B63F;
}
</style>
background-color css
<style>
a { background-color: #91B63F; }
a { background-color: rgb(145,182,63); }
div.DivClassName
{
background-color: #91B63F;
}
.BgClassName
{
background-color: #91B63F;
}
</style>
border-color css
<style>
span { border-color: #91B63F; }
span { border-color: rgb(145,182,63); }
td.TdClassName
{
border-color: #91B63F;
}
.TagClassName
{
border-color: #91B63F;
}
</style>