Shades of Limerick #89A32C
Tints of Limerick #89A32C
RGB
CMYK
RGB Variations
Color information
#89A32C (or 0x89A32C) is known color: Limerick. HEX triplet: 89, A3 and 2C. RGB value is (137,163,44). Sum of RGB (Red+Green+Blue) = 137+163+44=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #89A32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A32C is #765CD3. Grayscale: #8E8E8E. Windows color (decimal): -7757012 or 2925449. OLE color: 2925449.
HSL color Cylindrical-coordinate representation of color #89A32C: hue angle of 73.11º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89A32C is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 163 | 44 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.36 |
| HSL | 73.11º | 0.57% | 0.41% | - |
| HSV(B) | 73.11º | 0.73% | 0.64% | - |
| XYZ | 23.87 | 31.69 | 7.24 | - |
| YUV | 141.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 44 | 0.16 | 0 | 0.73 | 0.36 | 73.11 | 0.57 | 0.41 |
| Hex | 89 | A3 | 2C | 10 | 0 | 49 | 24 | 49 | 39 | 29 |
| Octal | 211 | 243 | 54 | 20 | 0 | 111 | 44 | 111 | 71 | 51 |
| Binary | 10001001 | 10100011 | 101100 | 10000 | 0 | 1001001 | 100100 | 1001001 | 111001 | 101001 |
Color Harmonies of #89A32C
Complementary color
Monochromatic Colors of #89A32C
Black with #89A32C
Text Example
Text Example
White with #89A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A32C; }
p { color: rgb(137,163,44); }
H1.HeaderClassName
{
color: #89A32C;
}
.AnyTagClassName
{
color: #89A32C;
}
</style>
background-color css
<style>
a { background-color: #89A32C; }
a { background-color: rgb(137,163,44); }
div.DivClassName
{
background-color: #89A32C;
}
.BgClassName
{
background-color: #89A32C;
}
</style>
border-color css
<style>
span { border-color: #89A32C; }
span { border-color: rgb(137,163,44); }
td.TdClassName
{
border-color: #89A32C;
}
.TagClassName
{
border-color: #89A32C;
}
</style>