Shades of Limerick #89A42F
Tints of Limerick #89A42F
RGB
CMYK
RGB Variations
Color information
#89A42F (or 0x89A42F) is known color: Limerick. HEX triplet: 89, A4 and 2F. RGB value is (137,164,47). Sum of RGB (Red+Green+Blue) = 137+164+47=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #89A42F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A42F is #765BD0. Grayscale: #8F8F8F. Windows color (decimal): -7756753 or 3122313. OLE color: 3122313.
HSL color Cylindrical-coordinate representation of color #89A42F: hue angle of 73.85º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89A42F is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 164 | 47 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.36 |
| HSL | 73.85º | 0.55% | 0.41% | - |
| HSV(B) | 73.85º | 0.71% | 0.64% | - |
| XYZ | 24.11 | 32.07 | 7.61 | - |
| YUV | 142.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 47 | 0.16 | 0 | 0.71 | 0.36 | 73.85 | 0.55 | 0.41 |
| Hex | 89 | A4 | 2F | 10 | 0 | 47 | 24 | 4A | 37 | 29 |
| Octal | 211 | 244 | 57 | 20 | 0 | 107 | 44 | 112 | 67 | 51 |
| Binary | 10001001 | 10100100 | 101111 | 10000 | 0 | 1000111 | 100100 | 1001010 | 110111 | 101001 |
Color Harmonies of #89A42F
Complementary color
Monochromatic Colors of #89A42F
Black with #89A42F
Text Example
Text Example
White with #89A42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A42F; }
p { color: rgb(137,164,47); }
H1.HeaderClassName
{
color: #89A42F;
}
.AnyTagClassName
{
color: #89A42F;
}
</style>
background-color css
<style>
a { background-color: #89A42F; }
a { background-color: rgb(137,164,47); }
div.DivClassName
{
background-color: #89A42F;
}
.BgClassName
{
background-color: #89A42F;
}
</style>
border-color css
<style>
span { border-color: #89A42F; }
span { border-color: rgb(137,164,47); }
td.TdClassName
{
border-color: #89A42F;
}
.TagClassName
{
border-color: #89A42F;
}
</style>