Shades of Limerick #89A424
Tints of Limerick #89A424
RGB
CMYK
RGB Variations
Color information
#89A424 (or 0x89A424) is known color: Limerick. HEX triplet: 89, A4 and 24. RGB value is (137,164,36). Sum of RGB (Red+Green+Blue) = 137+164+36=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #89A424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A424 is #765BDB. Grayscale: #8D8D8D. Windows color (decimal): -7756764 or 2401417. OLE color: 2401417.
HSL color Cylindrical-coordinate representation of color #89A424: hue angle of 72.66º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89A424 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 164 | 36 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.36 |
| HSL | 72.66º | 0.64% | 0.39% | - |
| HSV(B) | 72.66º | 0.78% | 0.64% | - |
| XYZ | 23.91 | 32 | 6.58 | - |
| YUV | 141.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 36 | 0.16 | 0 | 0.78 | 0.36 | 72.66 | 0.64 | 0.39 |
| Hex | 89 | A4 | 24 | 10 | 0 | 4E | 24 | 49 | 40 | 27 |
| Octal | 211 | 244 | 44 | 20 | 0 | 116 | 44 | 111 | 100 | 47 |
| Binary | 10001001 | 10100100 | 100100 | 10000 | 0 | 1001110 | 100100 | 1001001 | 1000000 | 100111 |
Color Harmonies of #89A424
Complementary color
Monochromatic Colors of #89A424
Black with #89A424
Text Example
Text Example
White with #89A424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A424; }
p { color: rgb(137,164,36); }
H1.HeaderClassName
{
color: #89A424;
}
.AnyTagClassName
{
color: #89A424;
}
</style>
background-color css
<style>
a { background-color: #89A424; }
a { background-color: rgb(137,164,36); }
div.DivClassName
{
background-color: #89A424;
}
.BgClassName
{
background-color: #89A424;
}
</style>
border-color css
<style>
span { border-color: #89A424; }
span { border-color: rgb(137,164,36); }
td.TdClassName
{
border-color: #89A424;
}
.TagClassName
{
border-color: #89A424;
}
</style>