Shades of Limerick #89B136
Tints of Limerick #89B136
RGB
CMYK
RGB Variations
Color information
#89B136 (or 0x89B136) is known color: Limerick. HEX triplet: 89, B1 and 36. RGB value is (137,177,54). Sum of RGB (Red+Green+Blue) = 137+177+54=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #89B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B136 is #764EC9. Grayscale: #979797. Windows color (decimal): -7753418 or 3584393. OLE color: 3584393.
HSL color Cylindrical-coordinate representation of color #89B136: hue angle of 79.51º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89B136 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 177 | 54 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.31 |
| HSL | 79.51º | 0.53% | 0.45% | - |
| HSV(B) | 79.51º | 0.69% | 0.69% | - |
| XYZ | 26.7 | 37.03 | 9.23 | - |
| YUV | 151.02 | 73.25 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 54 | 0.23 | 0 | 0.69 | 0.31 | 79.51 | 0.53 | 0.45 |
| Hex | 89 | B1 | 36 | 17 | 0 | 45 | 1F | 50 | 35 | 2D |
| Octal | 211 | 261 | 66 | 27 | 0 | 105 | 37 | 120 | 65 | 55 |
| Binary | 10001001 | 10110001 | 110110 | 10111 | 0 | 1000101 | 11111 | 1010000 | 110101 | 101101 |
Color Harmonies of #89B136
Complementary color
Monochromatic Colors of #89B136
Black with #89B136
Text Example
Text Example
White with #89B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B136; }
p { color: rgb(137,177,54); }
H1.HeaderClassName
{
color: #89B136;
}
.AnyTagClassName
{
color: #89B136;
}
</style>
background-color css
<style>
a { background-color: #89B136; }
a { background-color: rgb(137,177,54); }
div.DivClassName
{
background-color: #89B136;
}
.BgClassName
{
background-color: #89B136;
}
</style>
border-color css
<style>
span { border-color: #89B136; }
span { border-color: rgb(137,177,54); }
td.TdClassName
{
border-color: #89B136;
}
.TagClassName
{
border-color: #89B136;
}
</style>