Shades of Limerick #89BD16
Tints of Limerick #89BD16
RGB
CMYK
RGB Variations
Color information
#89BD16 (or 0x89BD16) is known color: Limerick. HEX triplet: 89, BD and 16. RGB value is (137,189,22). Sum of RGB (Red+Green+Blue) = 137+189+22=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BD16 is #7642E9. Grayscale: #9B9B9B. Windows color (decimal): -7750378 or 1490313. OLE color: 1490313.
HSL color Cylindrical-coordinate representation of color #89BD16: hue angle of 78.68º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89BD16 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 22 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.26 |
| HSL | 78.68º | 0.79% | 0.41% | - |
| HSV(B) | 78.68º | 0.88% | 0.74% | - |
| XYZ | 28.66 | 41.77 | 7.31 | - |
| YUV | 154.41 | 53.27 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 22 | 0.28 | 0 | 0.88 | 0.26 | 78.68 | 0.79 | 0.41 |
| Hex | 89 | BD | 16 | 1C | 0 | 58 | 1A | 4F | 4F | 29 |
| Octal | 211 | 275 | 26 | 34 | 0 | 130 | 32 | 117 | 117 | 51 |
| Binary | 10001001 | 10111101 | 10110 | 11100 | 0 | 1011000 | 11010 | 1001111 | 1001111 | 101001 |
Color Harmonies of #89BD16
Complementary color
Monochromatic Colors of #89BD16
Black with #89BD16
Text Example
Text Example
White with #89BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD16; }
p { color: rgb(137,189,22); }
H1.HeaderClassName
{
color: #89BD16;
}
.AnyTagClassName
{
color: #89BD16;
}
</style>
background-color css
<style>
a { background-color: #89BD16; }
a { background-color: rgb(137,189,22); }
div.DivClassName
{
background-color: #89BD16;
}
.BgClassName
{
background-color: #89BD16;
}
</style>
border-color css
<style>
span { border-color: #89BD16; }
span { border-color: rgb(137,189,22); }
td.TdClassName
{
border-color: #89BD16;
}
.TagClassName
{
border-color: #89BD16;
}
</style>