Shades of Limerick #89AB2F
Tints of Limerick #89AB2F
RGB
CMYK
RGB Variations
Color information
#89AB2F (or 0x89AB2F) is known color: Limerick. HEX triplet: 89, AB and 2F. RGB value is (137,171,47). Sum of RGB (Red+Green+Blue) = 137+171+47=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AB2F is #7654D0. Grayscale: #939393. Windows color (decimal): -7754961 or 3124105. OLE color: 3124105.
HSL color Cylindrical-coordinate representation of color #89AB2F: hue angle of 76.45º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89AB2F is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 47 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.33 |
| HSL | 76.45º | 0.57% | 0.43% | - |
| HSV(B) | 76.45º | 0.73% | 0.67% | - |
| XYZ | 25.39 | 34.65 | 8.04 | - |
| YUV | 146.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 47 | 0.20 | 0 | 0.73 | 0.33 | 76.45 | 0.57 | 0.43 |
| Hex | 89 | AB | 2F | 14 | 0 | 49 | 21 | 4C | 39 | 2B |
| Octal | 211 | 253 | 57 | 24 | 0 | 111 | 41 | 114 | 71 | 53 |
| Binary | 10001001 | 10101011 | 101111 | 10100 | 0 | 1001001 | 100001 | 1001100 | 111001 | 101011 |
Color Harmonies of #89AB2F
Complementary color
Monochromatic Colors of #89AB2F
Black with #89AB2F
Text Example
Text Example
White with #89AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB2F; }
p { color: rgb(137,171,47); }
H1.HeaderClassName
{
color: #89AB2F;
}
.AnyTagClassName
{
color: #89AB2F;
}
</style>
background-color css
<style>
a { background-color: #89AB2F; }
a { background-color: rgb(137,171,47); }
div.DivClassName
{
background-color: #89AB2F;
}
.BgClassName
{
background-color: #89AB2F;
}
</style>
border-color css
<style>
span { border-color: #89AB2F; }
span { border-color: rgb(137,171,47); }
td.TdClassName
{
border-color: #89AB2F;
}
.TagClassName
{
border-color: #89AB2F;
}
</style>