Shades of Limerick #89BA13
Tints of Limerick #89BA13
RGB
CMYK
RGB Variations
Color information
#89BA13 (or 0x89BA13) is known color: Limerick. HEX triplet: 89, BA and 13. RGB value is (137,186,19). Sum of RGB (Red+Green+Blue) = 137+186+19=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BA13 is #7645EC. Grayscale: #989898. Windows color (decimal): -7751149 or 1292937. OLE color: 1292937.
HSL color Cylindrical-coordinate representation of color #89BA13: hue angle of 77.6º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89BA13 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 19 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.27 |
| HSL | 77.6º | 0.81% | 0.4% | - |
| HSV(B) | 77.6º | 0.9% | 0.73% | - |
| XYZ | 27.99 | 40.48 | 6.95 | - |
| YUV | 152.31 | 52.77 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 19 | 0.26 | 0 | 0.90 | 0.27 | 77.6 | 0.81 | 0.4 |
| Hex | 89 | BA | 13 | 1A | 0 | 5A | 1B | 4E | 51 | 28 |
| Octal | 211 | 272 | 23 | 32 | 0 | 132 | 33 | 116 | 121 | 50 |
| Binary | 10001001 | 10111010 | 10011 | 11010 | 0 | 1011010 | 11011 | 1001110 | 1010001 | 101000 |
Color Harmonies of #89BA13
Complementary color
Monochromatic Colors of #89BA13
Black with #89BA13
Text Example
Text Example
White with #89BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA13; }
p { color: rgb(137,186,19); }
H1.HeaderClassName
{
color: #89BA13;
}
.AnyTagClassName
{
color: #89BA13;
}
</style>
background-color css
<style>
a { background-color: #89BA13; }
a { background-color: rgb(137,186,19); }
div.DivClassName
{
background-color: #89BA13;
}
.BgClassName
{
background-color: #89BA13;
}
</style>
border-color css
<style>
span { border-color: #89BA13; }
span { border-color: rgb(137,186,19); }
td.TdClassName
{
border-color: #89BA13;
}
.TagClassName
{
border-color: #89BA13;
}
</style>