Shades of Limerick #89BF14
Tints of Limerick #89BF14
RGB
CMYK
RGB Variations
Color information
#89BF14 (or 0x89BF14) is known color: Limerick. HEX triplet: 89, BF and 14. RGB value is (137,191,20). Sum of RGB (Red+Green+Blue) = 137+191+20=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BF14 is #7640EB. Grayscale: #9B9B9B. Windows color (decimal): -7749868 or 1359753. OLE color: 1359753.
HSL color Cylindrical-coordinate representation of color #89BF14: hue angle of 78.95º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89BF14 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 20 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.25 |
| HSL | 78.95º | 0.81% | 0.41% | - |
| HSV(B) | 78.95º | 0.9% | 0.75% | - |
| XYZ | 29.07 | 42.63 | 7.36 | - |
| YUV | 155.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 20 | 0.28 | 0 | 0.90 | 0.25 | 78.95 | 0.81 | 0.41 |
| Hex | 89 | BF | 14 | 1C | 0 | 5A | 19 | 4F | 51 | 29 |
| Octal | 211 | 277 | 24 | 34 | 0 | 132 | 31 | 117 | 121 | 51 |
| Binary | 10001001 | 10111111 | 10100 | 11100 | 0 | 1011010 | 11001 | 1001111 | 1010001 | 101001 |
Color Harmonies of #89BF14
Complementary color
Monochromatic Colors of #89BF14
Black with #89BF14
Text Example
Text Example
White with #89BF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF14; }
p { color: rgb(137,191,20); }
H1.HeaderClassName
{
color: #89BF14;
}
.AnyTagClassName
{
color: #89BF14;
}
</style>
background-color css
<style>
a { background-color: #89BF14; }
a { background-color: rgb(137,191,20); }
div.DivClassName
{
background-color: #89BF14;
}
.BgClassName
{
background-color: #89BF14;
}
</style>
border-color css
<style>
span { border-color: #89BF14; }
span { border-color: rgb(137,191,20); }
td.TdClassName
{
border-color: #89BF14;
}
.TagClassName
{
border-color: #89BF14;
}
</style>