Shades of Limerick #91BC1C
Tints of Limerick #91BC1C
RGB
CMYK
RGB Variations
Color information
#91BC1C (or 0x91BC1C) is known color: Limerick. HEX triplet: 91, BC and 1C. RGB value is (145,188,28). Sum of RGB (Red+Green+Blue) = 145+188+28=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BC1C is #6E43E3. Grayscale: #9D9D9D. Windows color (decimal): -7226340 or 1883281. OLE color: 1883281.
HSL color Cylindrical-coordinate representation of color #91BC1C: hue angle of 76.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91BC1C is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 28 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.26 |
| HSL | 76.13º | 0.74% | 0.42% | - |
| HSV(B) | 76.13º | 0.85% | 0.74% | - |
| XYZ | 29.87 | 42.07 | 7.64 | - |
| YUV | 156.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 28 | 0.23 | 0 | 0.85 | 0.26 | 76.13 | 0.74 | 0.42 |
| Hex | 91 | BC | 1C | 17 | 0 | 55 | 1A | 4C | 4A | 2A |
| Octal | 221 | 274 | 34 | 27 | 0 | 125 | 32 | 114 | 112 | 52 |
| Binary | 10010001 | 10111100 | 11100 | 10111 | 0 | 1010101 | 11010 | 1001100 | 1001010 | 101010 |
Color Harmonies of #91BC1C
Complementary color
Monochromatic Colors of #91BC1C
Black with #91BC1C
Text Example
Text Example
White with #91BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC1C; }
p { color: rgb(145,188,28); }
H1.HeaderClassName
{
color: #91BC1C;
}
.AnyTagClassName
{
color: #91BC1C;
}
</style>
background-color css
<style>
a { background-color: #91BC1C; }
a { background-color: rgb(145,188,28); }
div.DivClassName
{
background-color: #91BC1C;
}
.BgClassName
{
background-color: #91BC1C;
}
</style>
border-color css
<style>
span { border-color: #91BC1C; }
span { border-color: rgb(145,188,28); }
td.TdClassName
{
border-color: #91BC1C;
}
.TagClassName
{
border-color: #91BC1C;
}
</style>