Shades of Limerick #89AB1B
Tints of Limerick #89AB1B
RGB
CMYK
RGB Variations
Color information
#89AB1B (or 0x89AB1B) is known color: Limerick. HEX triplet: 89, AB and 1B. RGB value is (137,171,27). Sum of RGB (Red+Green+Blue) = 137+171+27=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AB1B is #7654E4. Grayscale: #909090. Windows color (decimal): -7754981 or 1813385. OLE color: 1813385.
HSL color Cylindrical-coordinate representation of color #89AB1B: hue angle of 74.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89AB1B is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 27 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.33 |
| HSL | 74.17º | 0.73% | 0.39% | - |
| HSV(B) | 74.17º | 0.84% | 0.67% | - |
| XYZ | 25.08 | 34.52 | 6.38 | - |
| YUV | 144.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 27 | 0.20 | 0 | 0.84 | 0.33 | 74.17 | 0.73 | 0.39 |
| Hex | 89 | AB | 1B | 14 | 0 | 54 | 21 | 4A | 49 | 27 |
| Octal | 211 | 253 | 33 | 24 | 0 | 124 | 41 | 112 | 111 | 47 |
| Binary | 10001001 | 10101011 | 11011 | 10100 | 0 | 1010100 | 100001 | 1001010 | 1001001 | 100111 |
Color Harmonies of #89AB1B
Complementary color
Monochromatic Colors of #89AB1B
Black with #89AB1B
Text Example
Text Example
White with #89AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB1B; }
p { color: rgb(137,171,27); }
H1.HeaderClassName
{
color: #89AB1B;
}
.AnyTagClassName
{
color: #89AB1B;
}
</style>
background-color css
<style>
a { background-color: #89AB1B; }
a { background-color: rgb(137,171,27); }
div.DivClassName
{
background-color: #89AB1B;
}
.BgClassName
{
background-color: #89AB1B;
}
</style>
border-color css
<style>
span { border-color: #89AB1B; }
span { border-color: rgb(137,171,27); }
td.TdClassName
{
border-color: #89AB1B;
}
.TagClassName
{
border-color: #89AB1B;
}
</style>