Shades of Limerick #89A325
Tints of Limerick #89A325
RGB
CMYK
RGB Variations
Color information
#89A325 (or 0x89A325) is known color: Limerick. HEX triplet: 89, A3 and 25. RGB value is (137,163,37). Sum of RGB (Red+Green+Blue) = 137+163+37=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #89A325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A325 is #765CDA. Grayscale: #8D8D8D. Windows color (decimal): -7757019 or 2466697. OLE color: 2466697.
HSL color Cylindrical-coordinate representation of color #89A325: hue angle of 72.38º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89A325 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 163 | 37 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.36 |
| HSL | 72.38º | 0.63% | 0.39% | - |
| HSV(B) | 72.38º | 0.77% | 0.64% | - |
| XYZ | 23.75 | 31.65 | 6.61 | - |
| YUV | 140.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 37 | 0.16 | 0 | 0.77 | 0.36 | 72.38 | 0.63 | 0.39 |
| Hex | 89 | A3 | 25 | 10 | 0 | 4D | 24 | 48 | 3F | 27 |
| Octal | 211 | 243 | 45 | 20 | 0 | 115 | 44 | 110 | 77 | 47 |
| Binary | 10001001 | 10100011 | 100101 | 10000 | 0 | 1001101 | 100100 | 1001000 | 111111 | 100111 |
Color Harmonies of #89A325
Complementary color
Monochromatic Colors of #89A325
Black with #89A325
Text Example
Text Example
White with #89A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A325; }
p { color: rgb(137,163,37); }
H1.HeaderClassName
{
color: #89A325;
}
.AnyTagClassName
{
color: #89A325;
}
</style>
background-color css
<style>
a { background-color: #89A325; }
a { background-color: rgb(137,163,37); }
div.DivClassName
{
background-color: #89A325;
}
.BgClassName
{
background-color: #89A325;
}
</style>
border-color css
<style>
span { border-color: #89A325; }
span { border-color: rgb(137,163,37); }
td.TdClassName
{
border-color: #89A325;
}
.TagClassName
{
border-color: #89A325;
}
</style>