Shades of Limerick #89A330
Tints of Limerick #89A330
RGB
CMYK
RGB Variations
Color information
#89A330 (or 0x89A330) is known color: Limerick. HEX triplet: 89, A3 and 30. RGB value is (137,163,48). Sum of RGB (Red+Green+Blue) = 137+163+48=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #89A330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A330 is #765CCF. Grayscale: #8E8E8E. Windows color (decimal): -7757008 or 3187593. OLE color: 3187593.
HSL color Cylindrical-coordinate representation of color #89A330: hue angle of 73.57º 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 #89A330 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 163 | 48 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.36 |
| HSL | 73.57º | 0.55% | 0.41% | - |
| HSV(B) | 73.57º | 0.71% | 0.64% | - |
| XYZ | 23.95 | 31.73 | 7.66 | - |
| YUV | 142.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 48 | 0.16 | 0 | 0.71 | 0.36 | 73.57 | 0.55 | 0.41 |
| Hex | 89 | A3 | 30 | 10 | 0 | 47 | 24 | 4A | 37 | 29 |
| Octal | 211 | 243 | 60 | 20 | 0 | 107 | 44 | 112 | 67 | 51 |
| Binary | 10001001 | 10100011 | 110000 | 10000 | 0 | 1000111 | 100100 | 1001010 | 110111 | 101001 |
Color Harmonies of #89A330
Complementary color
Monochromatic Colors of #89A330
Black with #89A330
Text Example
Text Example
White with #89A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A330; }
p { color: rgb(137,163,48); }
H1.HeaderClassName
{
color: #89A330;
}
.AnyTagClassName
{
color: #89A330;
}
</style>
background-color css
<style>
a { background-color: #89A330; }
a { background-color: rgb(137,163,48); }
div.DivClassName
{
background-color: #89A330;
}
.BgClassName
{
background-color: #89A330;
}
</style>
border-color css
<style>
span { border-color: #89A330; }
span { border-color: rgb(137,163,48); }
td.TdClassName
{
border-color: #89A330;
}
.TagClassName
{
border-color: #89A330;
}
</style>