Shades of Limerick #89A92B
Tints of Limerick #89A92B
RGB
CMYK
RGB Variations
Color information
#89A92B (or 0x89A92B) is known color: Limerick. HEX triplet: 89, A9 and 2B. RGB value is (137,169,43). Sum of RGB (Red+Green+Blue) = 137+169+43=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #89A92B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A92B is #7656D4. Grayscale: #919191. Windows color (decimal): -7755477 or 2861449. OLE color: 2861449.
HSL color Cylindrical-coordinate representation of color #89A92B: hue angle of 75.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89A92B is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 43 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.34 |
| HSL | 75.24º | 0.59% | 0.42% | - |
| HSV(B) | 75.24º | 0.75% | 0.66% | - |
| XYZ | 24.94 | 33.87 | 7.51 | - |
| YUV | 145.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 43 | 0.19 | 0 | 0.75 | 0.34 | 75.24 | 0.59 | 0.42 |
| Hex | 89 | A9 | 2B | 13 | 0 | 4B | 22 | 4B | 3B | 2A |
| Octal | 211 | 251 | 53 | 23 | 0 | 113 | 42 | 113 | 73 | 52 |
| Binary | 10001001 | 10101001 | 101011 | 10011 | 0 | 1001011 | 100010 | 1001011 | 111011 | 101010 |
Color Harmonies of #89A92B
Complementary color
Monochromatic Colors of #89A92B
Black with #89A92B
Text Example
Text Example
White with #89A92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A92B; }
p { color: rgb(137,169,43); }
H1.HeaderClassName
{
color: #89A92B;
}
.AnyTagClassName
{
color: #89A92B;
}
</style>
background-color css
<style>
a { background-color: #89A92B; }
a { background-color: rgb(137,169,43); }
div.DivClassName
{
background-color: #89A92B;
}
.BgClassName
{
background-color: #89A92B;
}
</style>
border-color css
<style>
span { border-color: #89A92B; }
span { border-color: rgb(137,169,43); }
td.TdClassName
{
border-color: #89A92B;
}
.TagClassName
{
border-color: #89A92B;
}
</style>