Shades of Limerick #89B714
Tints of Limerick #89B714
RGB
CMYK
RGB Variations
Color information
#89B714 (or 0x89B714) is known color: Limerick. HEX triplet: 89, B7 and 14. RGB value is (137,183,20). Sum of RGB (Red+Green+Blue) = 137+183+20=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #89B714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B714 is #7648EB. Grayscale: #979797. Windows color (decimal): -7751916 or 1357705. OLE color: 1357705.
HSL color Cylindrical-coordinate representation of color #89B714: hue angle of 76.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89B714 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 183 | 20 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.28 |
| HSL | 76.93º | 0.8% | 0.4% | - |
| HSV(B) | 76.93º | 0.89% | 0.72% | - |
| XYZ | 27.38 | 39.24 | 6.79 | - |
| YUV | 150.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 20 | 0.25 | 0 | 0.89 | 0.28 | 76.93 | 0.8 | 0.4 |
| Hex | 89 | B7 | 14 | 19 | 0 | 59 | 1C | 4D | 50 | 28 |
| Octal | 211 | 267 | 24 | 31 | 0 | 131 | 34 | 115 | 120 | 50 |
| Binary | 10001001 | 10110111 | 10100 | 11001 | 0 | 1011001 | 11100 | 1001101 | 1010000 | 101000 |
Color Harmonies of #89B714
Complementary color
Monochromatic Colors of #89B714
Black with #89B714
Text Example
Text Example
White with #89B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B714; }
p { color: rgb(137,183,20); }
H1.HeaderClassName
{
color: #89B714;
}
.AnyTagClassName
{
color: #89B714;
}
</style>
background-color css
<style>
a { background-color: #89B714; }
a { background-color: rgb(137,183,20); }
div.DivClassName
{
background-color: #89B714;
}
.BgClassName
{
background-color: #89B714;
}
</style>
border-color css
<style>
span { border-color: #89B714; }
span { border-color: rgb(137,183,20); }
td.TdClassName
{
border-color: #89B714;
}
.TagClassName
{
border-color: #89B714;
}
</style>