Shades of Limerick #89BD13
Tints of Limerick #89BD13
RGB
CMYK
RGB Variations
Color information
#89BD13 (or 0x89BD13) is known color: Limerick. HEX triplet: 89, BD and 13. RGB value is (137,189,19). Sum of RGB (Red+Green+Blue) = 137+189+19=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BD13 is #7642EC. Grayscale: #9A9A9A. Windows color (decimal): -7750381 or 1293705. OLE color: 1293705.
HSL color Cylindrical-coordinate representation of color #89BD13: hue angle of 78.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89BD13 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 19 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.26 |
| HSL | 78.35º | 0.82% | 0.41% | - |
| HSV(B) | 78.35º | 0.9% | 0.74% | - |
| XYZ | 28.63 | 41.76 | 7.17 | - |
| YUV | 154.07 | 51.77 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 19 | 0.28 | 0 | 0.90 | 0.26 | 78.35 | 0.82 | 0.41 |
| Hex | 89 | BD | 13 | 1C | 0 | 5A | 1A | 4E | 52 | 29 |
| Octal | 211 | 275 | 23 | 34 | 0 | 132 | 32 | 116 | 122 | 51 |
| Binary | 10001001 | 10111101 | 10011 | 11100 | 0 | 1011010 | 11010 | 1001110 | 1010010 | 101001 |
Color Harmonies of #89BD13
Complementary color
Monochromatic Colors of #89BD13
Black with #89BD13
Text Example
Text Example
White with #89BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD13; }
p { color: rgb(137,189,19); }
H1.HeaderClassName
{
color: #89BD13;
}
.AnyTagClassName
{
color: #89BD13;
}
</style>
background-color css
<style>
a { background-color: #89BD13; }
a { background-color: rgb(137,189,19); }
div.DivClassName
{
background-color: #89BD13;
}
.BgClassName
{
background-color: #89BD13;
}
</style>
border-color css
<style>
span { border-color: #89BD13; }
span { border-color: rgb(137,189,19); }
td.TdClassName
{
border-color: #89BD13;
}
.TagClassName
{
border-color: #89BD13;
}
</style>