Shades of Limerick #89A917
Tints of Limerick #89A917
RGB
CMYK
RGB Variations
Color information
#89A917 (or 0x89A917) is known color: Limerick. HEX triplet: 89, A9 and 17. RGB value is (137,169,23). Sum of RGB (Red+Green+Blue) = 137+169+23=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #89A917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A917 is #7656E8. Grayscale: #8F8F8F. Windows color (decimal): -7755497 or 1550729. OLE color: 1550729.
HSL color Cylindrical-coordinate representation of color #89A917: hue angle of 73.15º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89A917 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 23 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.34 |
| HSL | 73.15º | 0.76% | 0.38% | - |
| HSV(B) | 73.15º | 0.86% | 0.66% | - |
| XYZ | 24.66 | 33.76 | 6.03 | - |
| YUV | 142.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 23 | 0.19 | 0 | 0.86 | 0.34 | 73.15 | 0.76 | 0.38 |
| Hex | 89 | A9 | 17 | 13 | 0 | 56 | 22 | 49 | 4C | 26 |
| Octal | 211 | 251 | 27 | 23 | 0 | 126 | 42 | 111 | 114 | 46 |
| Binary | 10001001 | 10101001 | 10111 | 10011 | 0 | 1010110 | 100010 | 1001001 | 1001100 | 100110 |
Color Harmonies of #89A917
Complementary color
Monochromatic Colors of #89A917
Black with #89A917
Text Example
Text Example
White with #89A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A917; }
p { color: rgb(137,169,23); }
H1.HeaderClassName
{
color: #89A917;
}
.AnyTagClassName
{
color: #89A917;
}
</style>
background-color css
<style>
a { background-color: #89A917; }
a { background-color: rgb(137,169,23); }
div.DivClassName
{
background-color: #89A917;
}
.BgClassName
{
background-color: #89A917;
}
</style>
border-color css
<style>
span { border-color: #89A917; }
span { border-color: rgb(137,169,23); }
td.TdClassName
{
border-color: #89A917;
}
.TagClassName
{
border-color: #89A917;
}
</style>