Shades of Limerick #89BD17
Tints of Limerick #89BD17
RGB
CMYK
RGB Variations
Color information
#89BD17 (or 0x89BD17) is known color: Limerick. HEX triplet: 89, BD and 17. RGB value is (137,189,23). Sum of RGB (Red+Green+Blue) = 137+189+23=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BD17 is #7642E8. Grayscale: #9B9B9B. Windows color (decimal): -7750377 or 1555849. OLE color: 1555849.
HSL color Cylindrical-coordinate representation of color #89BD17: hue angle of 78.8º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89BD17 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 23 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.26 |
| HSL | 78.8º | 0.78% | 0.42% | - |
| HSV(B) | 78.8º | 0.88% | 0.74% | - |
| XYZ | 28.67 | 41.78 | 7.36 | - |
| YUV | 154.53 | 53.77 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 23 | 0.28 | 0 | 0.88 | 0.26 | 78.8 | 0.78 | 0.42 |
| Hex | 89 | BD | 17 | 1C | 0 | 58 | 1A | 4F | 4E | 2A |
| Octal | 211 | 275 | 27 | 34 | 0 | 130 | 32 | 117 | 116 | 52 |
| Binary | 10001001 | 10111101 | 10111 | 11100 | 0 | 1011000 | 11010 | 1001111 | 1001110 | 101010 |
Color Harmonies of #89BD17
Complementary color
Monochromatic Colors of #89BD17
Black with #89BD17
Text Example
Text Example
White with #89BD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD17; }
p { color: rgb(137,189,23); }
H1.HeaderClassName
{
color: #89BD17;
}
.AnyTagClassName
{
color: #89BD17;
}
</style>
background-color css
<style>
a { background-color: #89BD17; }
a { background-color: rgb(137,189,23); }
div.DivClassName
{
background-color: #89BD17;
}
.BgClassName
{
background-color: #89BD17;
}
</style>
border-color css
<style>
span { border-color: #89BD17; }
span { border-color: rgb(137,189,23); }
td.TdClassName
{
border-color: #89BD17;
}
.TagClassName
{
border-color: #89BD17;
}
</style>