Shades of Limerick #89AB1D
Tints of Limerick #89AB1D
RGB
CMYK
RGB Variations
Color information
#89AB1D (or 0x89AB1D) is known color: Limerick. HEX triplet: 89, AB and 1D. RGB value is (137,171,29). Sum of RGB (Red+Green+Blue) = 137+171+29=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AB1D is #7654E2. Grayscale: #919191. Windows color (decimal): -7754979 or 1944457. OLE color: 1944457.
HSL color Cylindrical-coordinate representation of color #89AB1D: hue angle of 74.37º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89AB1D is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 29 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.33 |
| HSL | 74.37º | 0.71% | 0.39% | - |
| HSV(B) | 74.37º | 0.83% | 0.67% | - |
| XYZ | 25.1 | 34.53 | 6.5 | - |
| YUV | 144.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 29 | 0.20 | 0 | 0.83 | 0.33 | 74.37 | 0.71 | 0.39 |
| Hex | 89 | AB | 1D | 14 | 0 | 53 | 21 | 4A | 47 | 27 |
| Octal | 211 | 253 | 35 | 24 | 0 | 123 | 41 | 112 | 107 | 47 |
| Binary | 10001001 | 10101011 | 11101 | 10100 | 0 | 1010011 | 100001 | 1001010 | 1000111 | 100111 |
Color Harmonies of #89AB1D
Complementary color
Monochromatic Colors of #89AB1D
Black with #89AB1D
Text Example
Text Example
White with #89AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB1D; }
p { color: rgb(137,171,29); }
H1.HeaderClassName
{
color: #89AB1D;
}
.AnyTagClassName
{
color: #89AB1D;
}
</style>
background-color css
<style>
a { background-color: #89AB1D; }
a { background-color: rgb(137,171,29); }
div.DivClassName
{
background-color: #89AB1D;
}
.BgClassName
{
background-color: #89AB1D;
}
</style>
border-color css
<style>
span { border-color: #89AB1D; }
span { border-color: rgb(137,171,29); }
td.TdClassName
{
border-color: #89AB1D;
}
.TagClassName
{
border-color: #89AB1D;
}
</style>