Shades of Limerick #89B413
Tints of Limerick #89B413
RGB
CMYK
RGB Variations
Color information
#89B413 (or 0x89B413) is known color: Limerick. HEX triplet: 89, B4 and 13. RGB value is (137,180,19). Sum of RGB (Red+Green+Blue) = 137+180+19=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #89B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B413 is #764BEC. Grayscale: #959595. Windows color (decimal): -7752685 or 1291401. OLE color: 1291401.
HSL color Cylindrical-coordinate representation of color #89B413: hue angle of 76.02º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89B413 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 180 | 19 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.29 |
| HSL | 76.02º | 0.81% | 0.39% | - |
| HSV(B) | 76.02º | 0.89% | 0.71% | - |
| XYZ | 26.76 | 38.01 | 6.54 | - |
| YUV | 148.79 | 54.75 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 19 | 0.24 | 0 | 0.89 | 0.29 | 76.02 | 0.81 | 0.39 |
| Hex | 89 | B4 | 13 | 18 | 0 | 59 | 1D | 4C | 51 | 27 |
| Octal | 211 | 264 | 23 | 30 | 0 | 131 | 35 | 114 | 121 | 47 |
| Binary | 10001001 | 10110100 | 10011 | 11000 | 0 | 1011001 | 11101 | 1001100 | 1010001 | 100111 |
Color Harmonies of #89B413
Complementary color
Monochromatic Colors of #89B413
Black with #89B413
Text Example
Text Example
White with #89B413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B413; }
p { color: rgb(137,180,19); }
H1.HeaderClassName
{
color: #89B413;
}
.AnyTagClassName
{
color: #89B413;
}
</style>
background-color css
<style>
a { background-color: #89B413; }
a { background-color: rgb(137,180,19); }
div.DivClassName
{
background-color: #89B413;
}
.BgClassName
{
background-color: #89B413;
}
</style>
border-color css
<style>
span { border-color: #89B413; }
span { border-color: rgb(137,180,19); }
td.TdClassName
{
border-color: #89B413;
}
.TagClassName
{
border-color: #89B413;
}
</style>