Shades of Limerick #91AD27
Tints of Limerick #91AD27
RGB
CMYK
RGB Variations
Color information
#91AD27 (or 0x91AD27) is known color: Limerick. HEX triplet: 91, AD and 27. RGB value is (145,173,39). Sum of RGB (Red+Green+Blue) = 145+173+39=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #91AD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AD27 is #6E52D8. Grayscale: #959595. Windows color (decimal): -7230169 or 2600337. OLE color: 2600337.
HSL color Cylindrical-coordinate representation of color #91AD27: hue angle of 72.54º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91AD27 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 173 | 39 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.32 |
| HSL | 72.54º | 0.63% | 0.42% | - |
| HSV(B) | 72.54º | 0.77% | 0.68% | - |
| XYZ | 26.99 | 36.05 | 7.46 | - |
| YUV | 149.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 39 | 0.16 | 0 | 0.77 | 0.32 | 72.54 | 0.63 | 0.42 |
| Hex | 91 | AD | 27 | 10 | 0 | 4D | 20 | 49 | 3F | 2A |
| Octal | 221 | 255 | 47 | 20 | 0 | 115 | 40 | 111 | 77 | 52 |
| Binary | 10010001 | 10101101 | 100111 | 10000 | 0 | 1001101 | 100000 | 1001001 | 111111 | 101010 |
Color Harmonies of #91AD27
Complementary color
Monochromatic Colors of #91AD27
Black with #91AD27
Text Example
Text Example
White with #91AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AD27; }
p { color: rgb(145,173,39); }
H1.HeaderClassName
{
color: #91AD27;
}
.AnyTagClassName
{
color: #91AD27;
}
</style>
background-color css
<style>
a { background-color: #91AD27; }
a { background-color: rgb(145,173,39); }
div.DivClassName
{
background-color: #91AD27;
}
.BgClassName
{
background-color: #91AD27;
}
</style>
border-color css
<style>
span { border-color: #91AD27; }
span { border-color: rgb(145,173,39); }
td.TdClassName
{
border-color: #91AD27;
}
.TagClassName
{
border-color: #91AD27;
}
</style>