Shades of Limerick #89A932
Tints of Limerick #89A932
RGB
CMYK
RGB Variations
Color information
#89A932 (or 0x89A932) is known color: Limerick. HEX triplet: 89, A9 and 32. RGB value is (137,169,50). Sum of RGB (Red+Green+Blue) = 137+169+50=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #89A932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A932 is #7656CD. Grayscale: #929292. Windows color (decimal): -7755470 or 3320201. OLE color: 3320201.
HSL color Cylindrical-coordinate representation of color #89A932: hue angle of 76.13º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89A932 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 50 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.34 |
| HSL | 76.13º | 0.54% | 0.43% | - |
| HSV(B) | 76.13º | 0.7% | 0.66% | - |
| XYZ | 25.08 | 33.92 | 8.24 | - |
| YUV | 145.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 50 | 0.19 | 0 | 0.70 | 0.34 | 76.13 | 0.54 | 0.43 |
| Hex | 89 | A9 | 32 | 13 | 0 | 46 | 22 | 4C | 36 | 2B |
| Octal | 211 | 251 | 62 | 23 | 0 | 106 | 42 | 114 | 66 | 53 |
| Binary | 10001001 | 10101001 | 110010 | 10011 | 0 | 1000110 | 100010 | 1001100 | 110110 | 101011 |
Color Harmonies of #89A932
Complementary color
Monochromatic Colors of #89A932
Black with #89A932
Text Example
Text Example
White with #89A932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A932; }
p { color: rgb(137,169,50); }
H1.HeaderClassName
{
color: #89A932;
}
.AnyTagClassName
{
color: #89A932;
}
</style>
background-color css
<style>
a { background-color: #89A932; }
a { background-color: rgb(137,169,50); }
div.DivClassName
{
background-color: #89A932;
}
.BgClassName
{
background-color: #89A932;
}
</style>
border-color css
<style>
span { border-color: #89A932; }
span { border-color: rgb(137,169,50); }
td.TdClassName
{
border-color: #89A932;
}
.TagClassName
{
border-color: #89A932;
}
</style>