Shades of Limerick #89AB23
Tints of Limerick #89AB23
RGB
CMYK
RGB Variations
Color information
#89AB23 (or 0x89AB23) is known color: Limerick. HEX triplet: 89, AB and 23. RGB value is (137,171,35). Sum of RGB (Red+Green+Blue) = 137+171+35=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AB23 is #7654DC. Grayscale: #919191. Windows color (decimal): -7754973 or 2337673. OLE color: 2337673.
HSL color Cylindrical-coordinate representation of color #89AB23: hue angle of 75º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89AB23 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 35 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.33 |
| HSL | 75º | 0.66% | 0.4% | - |
| HSV(B) | 75º | 0.8% | 0.67% | - |
| XYZ | 25.18 | 34.57 | 6.93 | - |
| YUV | 145.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 35 | 0.20 | 0 | 0.80 | 0.33 | 75 | 0.66 | 0.4 |
| Hex | 89 | AB | 23 | 14 | 0 | 50 | 21 | 4B | 42 | 28 |
| Octal | 211 | 253 | 43 | 24 | 0 | 120 | 41 | 113 | 102 | 50 |
| Binary | 10001001 | 10101011 | 100011 | 10100 | 0 | 1010000 | 100001 | 1001011 | 1000010 | 101000 |
Color Harmonies of #89AB23
Complementary color
Monochromatic Colors of #89AB23
Black with #89AB23
Text Example
Text Example
White with #89AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB23; }
p { color: rgb(137,171,35); }
H1.HeaderClassName
{
color: #89AB23;
}
.AnyTagClassName
{
color: #89AB23;
}
</style>
background-color css
<style>
a { background-color: #89AB23; }
a { background-color: rgb(137,171,35); }
div.DivClassName
{
background-color: #89AB23;
}
.BgClassName
{
background-color: #89AB23;
}
</style>
border-color css
<style>
span { border-color: #89AB23; }
span { border-color: rgb(137,171,35); }
td.TdClassName
{
border-color: #89AB23;
}
.TagClassName
{
border-color: #89AB23;
}
</style>