Shades of Limerick #89A725
Tints of Limerick #89A725
RGB
CMYK
RGB Variations
Color information
#89A725 (or 0x89A725) is known color: Limerick. HEX triplet: 89, A7 and 25. RGB value is (137,167,37). Sum of RGB (Red+Green+Blue) = 137+167+37=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #89A725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A725 is #7658DA. Grayscale: #8F8F8F. Windows color (decimal): -7755995 or 2467721. OLE color: 2467721.
HSL color Cylindrical-coordinate representation of color #89A725: hue angle of 73.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89A725 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 167 | 37 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.35 |
| HSL | 73.85º | 0.64% | 0.4% | - |
| HSV(B) | 73.85º | 0.78% | 0.65% | - |
| XYZ | 24.47 | 33.09 | 6.85 | - |
| YUV | 143.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 167 | 37 | 0.18 | 0 | 0.78 | 0.35 | 73.85 | 0.64 | 0.4 |
| Hex | 89 | A7 | 25 | 12 | 0 | 4E | 23 | 4A | 40 | 28 |
| Octal | 211 | 247 | 45 | 22 | 0 | 116 | 43 | 112 | 100 | 50 |
| Binary | 10001001 | 10100111 | 100101 | 10010 | 0 | 1001110 | 100011 | 1001010 | 1000000 | 101000 |
Color Harmonies of #89A725
Complementary color
Monochromatic Colors of #89A725
Black with #89A725
Text Example
Text Example
White with #89A725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A725; }
p { color: rgb(137,167,37); }
H1.HeaderClassName
{
color: #89A725;
}
.AnyTagClassName
{
color: #89A725;
}
</style>
background-color css
<style>
a { background-color: #89A725; }
a { background-color: rgb(137,167,37); }
div.DivClassName
{
background-color: #89A725;
}
.BgClassName
{
background-color: #89A725;
}
</style>
border-color css
<style>
span { border-color: #89A725; }
span { border-color: rgb(137,167,37); }
td.TdClassName
{
border-color: #89A725;
}
.TagClassName
{
border-color: #89A725;
}
</style>