Shades of Limerick #89A828
Tints of Limerick #89A828
RGB
CMYK
RGB Variations
Color information
#89A828 (or 0x89A828) is known color: Limerick. HEX triplet: 89, A8 and 28. RGB value is (137,168,40). Sum of RGB (Red+Green+Blue) = 137+168+40=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #89A828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A828 is #7657D7. Grayscale: #909090. Windows color (decimal): -7755736 or 2664585. OLE color: 2664585.
HSL color Cylindrical-coordinate representation of color #89A828: hue angle of 74.53º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89A828 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 168 | 40 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.34 |
| HSL | 74.53º | 0.62% | 0.41% | - |
| HSV(B) | 74.53º | 0.76% | 0.66% | - |
| XYZ | 24.7 | 33.48 | 7.17 | - |
| YUV | 144.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 40 | 0.18 | 0 | 0.76 | 0.34 | 74.53 | 0.62 | 0.41 |
| Hex | 89 | A8 | 28 | 12 | 0 | 4C | 22 | 4B | 3E | 29 |
| Octal | 211 | 250 | 50 | 22 | 0 | 114 | 42 | 113 | 76 | 51 |
| Binary | 10001001 | 10101000 | 101000 | 10010 | 0 | 1001100 | 100010 | 1001011 | 111110 | 101001 |
Color Harmonies of #89A828
Complementary color
Monochromatic Colors of #89A828
Black with #89A828
Text Example
Text Example
White with #89A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A828; }
p { color: rgb(137,168,40); }
H1.HeaderClassName
{
color: #89A828;
}
.AnyTagClassName
{
color: #89A828;
}
</style>
background-color css
<style>
a { background-color: #89A828; }
a { background-color: rgb(137,168,40); }
div.DivClassName
{
background-color: #89A828;
}
.BgClassName
{
background-color: #89A828;
}
</style>
border-color css
<style>
span { border-color: #89A828; }
span { border-color: rgb(137,168,40); }
td.TdClassName
{
border-color: #89A828;
}
.TagClassName
{
border-color: #89A828;
}
</style>