Shades of Limerick #89AB1F
Tints of Limerick #89AB1F
RGB
CMYK
RGB Variations
Color information
#89AB1F (or 0x89AB1F) is known color: Limerick. HEX triplet: 89, AB and 1F. RGB value is (137,171,31). Sum of RGB (Red+Green+Blue) = 137+171+31=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AB1F is #7654E0. Grayscale: #919191. Windows color (decimal): -7754977 or 2075529. OLE color: 2075529.
HSL color Cylindrical-coordinate representation of color #89AB1F: hue angle of 74.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89AB1F is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 31 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.33 |
| HSL | 74.57º | 0.69% | 0.4% | - |
| HSV(B) | 74.57º | 0.82% | 0.67% | - |
| XYZ | 25.13 | 34.54 | 6.64 | - |
| YUV | 144.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 31 | 0.20 | 0 | 0.82 | 0.33 | 74.57 | 0.69 | 0.4 |
| Hex | 89 | AB | 1F | 14 | 0 | 52 | 21 | 4B | 45 | 28 |
| Octal | 211 | 253 | 37 | 24 | 0 | 122 | 41 | 113 | 105 | 50 |
| Binary | 10001001 | 10101011 | 11111 | 10100 | 0 | 1010010 | 100001 | 1001011 | 1000101 | 101000 |
Color Harmonies of #89AB1F
Complementary color
Monochromatic Colors of #89AB1F
Black with #89AB1F
Text Example
Text Example
White with #89AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB1F; }
p { color: rgb(137,171,31); }
H1.HeaderClassName
{
color: #89AB1F;
}
.AnyTagClassName
{
color: #89AB1F;
}
</style>
background-color css
<style>
a { background-color: #89AB1F; }
a { background-color: rgb(137,171,31); }
div.DivClassName
{
background-color: #89AB1F;
}
.BgClassName
{
background-color: #89AB1F;
}
</style>
border-color css
<style>
span { border-color: #89AB1F; }
span { border-color: rgb(137,171,31); }
td.TdClassName
{
border-color: #89AB1F;
}
.TagClassName
{
border-color: #89AB1F;
}
</style>