Shades of Limerick #89BD2C
Tints of Limerick #89BD2C
RGB
CMYK
RGB Variations
Color information
#89BD2C (or 0x89BD2C) is known color: Limerick. HEX triplet: 89, BD and 2C. RGB value is (137,189,44). Sum of RGB (Red+Green+Blue) = 137+189+44=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BD2C is #7642D3. Grayscale: #9D9D9D. Windows color (decimal): -7750356 or 2932105. OLE color: 2932105.
HSL color Cylindrical-coordinate representation of color #89BD2C: hue angle of 81.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89BD2C is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 44 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.26 |
| HSL | 81.52º | 0.62% | 0.46% | - |
| HSV(B) | 81.52º | 0.77% | 0.74% | - |
| XYZ | 28.97 | 41.9 | 8.94 | - |
| YUV | 156.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 44 | 0.28 | 0 | 0.77 | 0.26 | 81.52 | 0.62 | 0.46 |
| Hex | 89 | BD | 2C | 1C | 0 | 4D | 1A | 52 | 3E | 2E |
| Octal | 211 | 275 | 54 | 34 | 0 | 115 | 32 | 122 | 76 | 56 |
| Binary | 10001001 | 10111101 | 101100 | 11100 | 0 | 1001101 | 11010 | 1010010 | 111110 | 101110 |
Color Harmonies of #89BD2C
Complementary color
Monochromatic Colors of #89BD2C
Black with #89BD2C
Text Example
Text Example
White with #89BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD2C; }
p { color: rgb(137,189,44); }
H1.HeaderClassName
{
color: #89BD2C;
}
.AnyTagClassName
{
color: #89BD2C;
}
</style>
background-color css
<style>
a { background-color: #89BD2C; }
a { background-color: rgb(137,189,44); }
div.DivClassName
{
background-color: #89BD2C;
}
.BgClassName
{
background-color: #89BD2C;
}
</style>
border-color css
<style>
span { border-color: #89BD2C; }
span { border-color: rgb(137,189,44); }
td.TdClassName
{
border-color: #89BD2C;
}
.TagClassName
{
border-color: #89BD2C;
}
</style>