Shades of Limerick #89B616
Tints of Limerick #89B616
RGB
CMYK
RGB Variations
Color information
#89B616 (or 0x89B616) is known color: Limerick. HEX triplet: 89, B6 and 16. RGB value is (137,182,22). Sum of RGB (Red+Green+Blue) = 137+182+22=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #89B616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B616 is #7649E9. Grayscale: #969696. Windows color (decimal): -7752170 or 1488521. OLE color: 1488521.
HSL color Cylindrical-coordinate representation of color #89B616: hue angle of 76.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89B616 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 182 | 22 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.29 |
| HSL | 76.88º | 0.78% | 0.4% | - |
| HSV(B) | 76.88º | 0.88% | 0.71% | - |
| XYZ | 27.19 | 38.83 | 6.82 | - |
| YUV | 150.31 | 55.59 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 182 | 22 | 0.25 | 0 | 0.88 | 0.29 | 76.88 | 0.78 | 0.4 |
| Hex | 89 | B6 | 16 | 19 | 0 | 58 | 1D | 4D | 4E | 28 |
| Octal | 211 | 266 | 26 | 31 | 0 | 130 | 35 | 115 | 116 | 50 |
| Binary | 10001001 | 10110110 | 10110 | 11001 | 0 | 1011000 | 11101 | 1001101 | 1001110 | 101000 |
Color Harmonies of #89B616
Complementary color
Monochromatic Colors of #89B616
Black with #89B616
Text Example
Text Example
White with #89B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B616; }
p { color: rgb(137,182,22); }
H1.HeaderClassName
{
color: #89B616;
}
.AnyTagClassName
{
color: #89B616;
}
</style>
background-color css
<style>
a { background-color: #89B616; }
a { background-color: rgb(137,182,22); }
div.DivClassName
{
background-color: #89B616;
}
.BgClassName
{
background-color: #89B616;
}
</style>
border-color css
<style>
span { border-color: #89B616; }
span { border-color: rgb(137,182,22); }
td.TdClassName
{
border-color: #89B616;
}
.TagClassName
{
border-color: #89B616;
}
</style>