Shades of Limerick #89C616
Tints of Limerick #89C616
RGB
CMYK
RGB Variations
Color information
#89C616 (or 0x89C616) is known color: Limerick. HEX triplet: 89, C6 and 16. RGB value is (137,198,22). Sum of RGB (Red+Green+Blue) = 137+198+22=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #89C616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C616 is #7639E9. Grayscale: #A0A0A0. Windows color (decimal): -7748074 or 1492617. OLE color: 1492617.
HSL color Cylindrical-coordinate representation of color #89C616: hue angle of 80.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89C616 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 198 | 22 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.22 |
| HSL | 80.8º | 0.8% | 0.43% | - |
| HSV(B) | 80.8º | 0.89% | 0.78% | - |
| XYZ | 30.66 | 45.76 | 7.98 | - |
| YUV | 159.7 | 50.29 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 198 | 22 | 0.31 | 0 | 0.89 | 0.22 | 80.8 | 0.8 | 0.43 |
| Hex | 89 | C6 | 16 | 1F | 0 | 59 | 16 | 51 | 50 | 2B |
| Octal | 211 | 306 | 26 | 37 | 0 | 131 | 26 | 121 | 120 | 53 |
| Binary | 10001001 | 11000110 | 10110 | 11111 | 0 | 1011001 | 10110 | 1010001 | 1010000 | 101011 |
Color Harmonies of #89C616
Complementary color
Monochromatic Colors of #89C616
Black with #89C616
Text Example
Text Example
White with #89C616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C616; }
p { color: rgb(137,198,22); }
H1.HeaderClassName
{
color: #89C616;
}
.AnyTagClassName
{
color: #89C616;
}
</style>
background-color css
<style>
a { background-color: #89C616; }
a { background-color: rgb(137,198,22); }
div.DivClassName
{
background-color: #89C616;
}
.BgClassName
{
background-color: #89C616;
}
</style>
border-color css
<style>
span { border-color: #89C616; }
span { border-color: rgb(137,198,22); }
td.TdClassName
{
border-color: #89C616;
}
.TagClassName
{
border-color: #89C616;
}
</style>