Shades of Limerick #89AA2C
Tints of Limerick #89AA2C
RGB
CMYK
RGB Variations
Color information
#89AA2C (or 0x89AA2C) is known color: Limerick. HEX triplet: 89, AA and 2C. RGB value is (137,170,44). Sum of RGB (Red+Green+Blue) = 137+170+44=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AA2C is #7655D3. Grayscale: #929292. Windows color (decimal): -7755220 or 2927241. OLE color: 2927241.
HSL color Cylindrical-coordinate representation of color #89AA2C: hue angle of 75.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89AA2C is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 44 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.33 |
| HSL | 75.71º | 0.59% | 0.42% | - |
| HSV(B) | 75.71º | 0.74% | 0.67% | - |
| XYZ | 25.15 | 34.25 | 7.67 | - |
| YUV | 145.77 | 70.57 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 44 | 0.19 | 0 | 0.74 | 0.33 | 75.71 | 0.59 | 0.42 |
| Hex | 89 | AA | 2C | 13 | 0 | 4A | 21 | 4C | 3B | 2A |
| Octal | 211 | 252 | 54 | 23 | 0 | 112 | 41 | 114 | 73 | 52 |
| Binary | 10001001 | 10101010 | 101100 | 10011 | 0 | 1001010 | 100001 | 1001100 | 111011 | 101010 |
Color Harmonies of #89AA2C
Complementary color
Monochromatic Colors of #89AA2C
Black with #89AA2C
Text Example
Text Example
White with #89AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA2C; }
p { color: rgb(137,170,44); }
H1.HeaderClassName
{
color: #89AA2C;
}
.AnyTagClassName
{
color: #89AA2C;
}
</style>
background-color css
<style>
a { background-color: #89AA2C; }
a { background-color: rgb(137,170,44); }
div.DivClassName
{
background-color: #89AA2C;
}
.BgClassName
{
background-color: #89AA2C;
}
</style>
border-color css
<style>
span { border-color: #89AA2C; }
span { border-color: rgb(137,170,44); }
td.TdClassName
{
border-color: #89AA2C;
}
.TagClassName
{
border-color: #89AA2C;
}
</style>