Shades of Limerick #89A628
Tints of Limerick #89A628
RGB
CMYK
RGB Variations
Color information
#89A628 (or 0x89A628) is known color: Limerick. HEX triplet: 89, A6 and 28. RGB value is (137,166,40). Sum of RGB (Red+Green+Blue) = 137+166+40=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #89A628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A628 is #7659D7. Grayscale: #8F8F8F. Windows color (decimal): -7756248 or 2664073. OLE color: 2664073.
HSL color Cylindrical-coordinate representation of color #89A628: hue angle of 73.81º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89A628 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 166 | 40 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.35 |
| HSL | 73.81º | 0.61% | 0.4% | - |
| HSV(B) | 73.81º | 0.76% | 0.65% | - |
| XYZ | 24.34 | 32.74 | 7.05 | - |
| YUV | 142.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 40 | 0.17 | 0 | 0.76 | 0.35 | 73.81 | 0.61 | 0.4 |
| Hex | 89 | A6 | 28 | 11 | 0 | 4C | 23 | 4A | 3D | 28 |
| Octal | 211 | 246 | 50 | 21 | 0 | 114 | 43 | 112 | 75 | 50 |
| Binary | 10001001 | 10100110 | 101000 | 10001 | 0 | 1001100 | 100011 | 1001010 | 111101 | 101000 |
Color Harmonies of #89A628
Complementary color
Monochromatic Colors of #89A628
Black with #89A628
Text Example
Text Example
White with #89A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A628; }
p { color: rgb(137,166,40); }
H1.HeaderClassName
{
color: #89A628;
}
.AnyTagClassName
{
color: #89A628;
}
</style>
background-color css
<style>
a { background-color: #89A628; }
a { background-color: rgb(137,166,40); }
div.DivClassName
{
background-color: #89A628;
}
.BgClassName
{
background-color: #89A628;
}
</style>
border-color css
<style>
span { border-color: #89A628; }
span { border-color: rgb(137,166,40); }
td.TdClassName
{
border-color: #89A628;
}
.TagClassName
{
border-color: #89A628;
}
</style>