Shades of Limerick #91B028
Tints of Limerick #91B028
RGB
CMYK
RGB Variations
Color information
#91B028 (or 0x91B028) is known color: Limerick. HEX triplet: 91, B0 and 28. RGB value is (145,176,40). Sum of RGB (Red+Green+Blue) = 145+176+40=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #91B028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91B028 is #6E4FD7. Grayscale: #979797. Windows color (decimal): -7229400 or 2666641. OLE color: 2666641.
HSL color Cylindrical-coordinate representation of color #91B028: hue angle of 73.68º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91B028 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 40 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.31 |
| HSL | 73.68º | 0.63% | 0.42% | - |
| HSV(B) | 73.68º | 0.77% | 0.69% | - |
| XYZ | 27.59 | 37.22 | 7.74 | - |
| YUV | 151.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 40 | 0.18 | 0 | 0.77 | 0.31 | 73.68 | 0.63 | 0.42 |
| Hex | 91 | B0 | 28 | 12 | 0 | 4D | 1F | 4A | 3F | 2A |
| Octal | 221 | 260 | 50 | 22 | 0 | 115 | 37 | 112 | 77 | 52 |
| Binary | 10010001 | 10110000 | 101000 | 10010 | 0 | 1001101 | 11111 | 1001010 | 111111 | 101010 |
Color Harmonies of #91B028
Complementary color
Monochromatic Colors of #91B028
Black with #91B028
Text Example
Text Example
White with #91B028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B028; }
p { color: rgb(145,176,40); }
H1.HeaderClassName
{
color: #91B028;
}
.AnyTagClassName
{
color: #91B028;
}
</style>
background-color css
<style>
a { background-color: #91B028; }
a { background-color: rgb(145,176,40); }
div.DivClassName
{
background-color: #91B028;
}
.BgClassName
{
background-color: #91B028;
}
</style>
border-color css
<style>
span { border-color: #91B028; }
span { border-color: rgb(145,176,40); }
td.TdClassName
{
border-color: #91B028;
}
.TagClassName
{
border-color: #91B028;
}
</style>