Shades of Limerick #89B123
Tints of Limerick #89B123
RGB
CMYK
RGB Variations
Color information
#89B123 (or 0x89B123) is known color: Limerick. HEX triplet: 89, B1 and 23. RGB value is (137,177,35). Sum of RGB (Red+Green+Blue) = 137+177+35=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #89B123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B123 is #764EDC. Grayscale: #959595. Windows color (decimal): -7753437 or 2339209. OLE color: 2339209.
HSL color Cylindrical-coordinate representation of color #89B123: hue angle of 76.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89B123 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 177 | 35 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.31 |
| HSL | 76.9º | 0.67% | 0.42% | - |
| HSV(B) | 76.9º | 0.8% | 0.69% | - |
| XYZ | 26.34 | 36.88 | 7.32 | - |
| YUV | 148.85 | 63.75 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 35 | 0.23 | 0 | 0.80 | 0.31 | 76.9 | 0.67 | 0.42 |
| Hex | 89 | B1 | 23 | 17 | 0 | 50 | 1F | 4D | 43 | 2A |
| Octal | 211 | 261 | 43 | 27 | 0 | 120 | 37 | 115 | 103 | 52 |
| Binary | 10001001 | 10110001 | 100011 | 10111 | 0 | 1010000 | 11111 | 1001101 | 1000011 | 101010 |
Color Harmonies of #89B123
Complementary color
Monochromatic Colors of #89B123
Black with #89B123
Text Example
Text Example
White with #89B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B123; }
p { color: rgb(137,177,35); }
H1.HeaderClassName
{
color: #89B123;
}
.AnyTagClassName
{
color: #89B123;
}
</style>
background-color css
<style>
a { background-color: #89B123; }
a { background-color: rgb(137,177,35); }
div.DivClassName
{
background-color: #89B123;
}
.BgClassName
{
background-color: #89B123;
}
</style>
border-color css
<style>
span { border-color: #89B123; }
span { border-color: rgb(137,177,35); }
td.TdClassName
{
border-color: #89B123;
}
.TagClassName
{
border-color: #89B123;
}
</style>