Shades of Limerick #89C016
Tints of Limerick #89C016
RGB
CMYK
RGB Variations
Color information
#89C016 (or 0x89C016) is known color: Limerick. HEX triplet: 89, C0 and 16. RGB value is (137,192,22). Sum of RGB (Red+Green+Blue) = 137+192+22=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #89C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C016 is #763FE9. Grayscale: #9C9C9C. Windows color (decimal): -7749610 or 1491081. OLE color: 1491081.
HSL color Cylindrical-coordinate representation of color #89C016: hue angle of 79.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89C016 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 22 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.25 |
| HSL | 79.41º | 0.79% | 0.42% | - |
| HSV(B) | 79.41º | 0.89% | 0.75% | - |
| XYZ | 29.31 | 43.08 | 7.53 | - |
| YUV | 156.18 | 52.28 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 22 | 0.29 | 0 | 0.89 | 0.25 | 79.41 | 0.79 | 0.42 |
| Hex | 89 | C0 | 16 | 1D | 0 | 59 | 19 | 4F | 4F | 2A |
| Octal | 211 | 300 | 26 | 35 | 0 | 131 | 31 | 117 | 117 | 52 |
| Binary | 10001001 | 11000000 | 10110 | 11101 | 0 | 1011001 | 11001 | 1001111 | 1001111 | 101010 |
Color Harmonies of #89C016
Complementary color
Monochromatic Colors of #89C016
Black with #89C016
Text Example
Text Example
White with #89C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C016; }
p { color: rgb(137,192,22); }
H1.HeaderClassName
{
color: #89C016;
}
.AnyTagClassName
{
color: #89C016;
}
</style>
background-color css
<style>
a { background-color: #89C016; }
a { background-color: rgb(137,192,22); }
div.DivClassName
{
background-color: #89C016;
}
.BgClassName
{
background-color: #89C016;
}
</style>
border-color css
<style>
span { border-color: #89C016; }
span { border-color: rgb(137,192,22); }
td.TdClassName
{
border-color: #89C016;
}
.TagClassName
{
border-color: #89C016;
}
</style>