Shades of Limerick #89AC13
Tints of Limerick #89AC13
RGB
CMYK
RGB Variations
Color information
#89AC13 (or 0x89AC13) is known color: Limerick. HEX triplet: 89, AC and 13. RGB value is (137,172,19). Sum of RGB (Red+Green+Blue) = 137+172+19=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AC13 is #7653EC. Grayscale: #909090. Windows color (decimal): -7754733 or 1289353. OLE color: 1289353.
HSL color Cylindrical-coordinate representation of color #89AC13: hue angle of 73.73º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89AC13 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 172 | 19 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.33 |
| HSL | 73.73º | 0.8% | 0.37% | - |
| HSV(B) | 73.73º | 0.89% | 0.67% | - |
| XYZ | 25.19 | 34.87 | 6.02 | - |
| YUV | 144.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 19 | 0.20 | 0 | 0.89 | 0.33 | 73.73 | 0.8 | 0.37 |
| Hex | 89 | AC | 13 | 14 | 0 | 59 | 21 | 4A | 50 | 25 |
| Octal | 211 | 254 | 23 | 24 | 0 | 131 | 41 | 112 | 120 | 45 |
| Binary | 10001001 | 10101100 | 10011 | 10100 | 0 | 1011001 | 100001 | 1001010 | 1010000 | 100101 |
Color Harmonies of #89AC13
Complementary color
Monochromatic Colors of #89AC13
Black with #89AC13
Text Example
Text Example
White with #89AC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AC13; }
p { color: rgb(137,172,19); }
H1.HeaderClassName
{
color: #89AC13;
}
.AnyTagClassName
{
color: #89AC13;
}
</style>
background-color css
<style>
a { background-color: #89AC13; }
a { background-color: rgb(137,172,19); }
div.DivClassName
{
background-color: #89AC13;
}
.BgClassName
{
background-color: #89AC13;
}
</style>
border-color css
<style>
span { border-color: #89AC13; }
span { border-color: rgb(137,172,19); }
td.TdClassName
{
border-color: #89AC13;
}
.TagClassName
{
border-color: #89AC13;
}
</style>