Shades of Limerick #89BC2E
Tints of Limerick #89BC2E
RGB
CMYK
RGB Variations
Color information
#89BC2E (or 0x89BC2E) is known color: Limerick. HEX triplet: 89, BC and 2E. RGB value is (137,188,46). Sum of RGB (Red+Green+Blue) = 137+188+46=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BC2E is #7643D1. Grayscale: #9D9D9D. Windows color (decimal): -7750610 or 3062921. OLE color: 3062921.
HSL color Cylindrical-coordinate representation of color #89BC2E: hue angle of 81.55º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89BC2E is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 46 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.26 |
| HSL | 81.55º | 0.61% | 0.46% | - |
| HSV(B) | 81.55º | 0.76% | 0.74% | - |
| XYZ | 28.79 | 41.48 | 9.07 | - |
| YUV | 156.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 46 | 0.27 | 0 | 0.76 | 0.26 | 81.55 | 0.61 | 0.46 |
| Hex | 89 | BC | 2E | 1B | 0 | 4C | 1A | 52 | 3D | 2E |
| Octal | 211 | 274 | 56 | 33 | 0 | 114 | 32 | 122 | 75 | 56 |
| Binary | 10001001 | 10111100 | 101110 | 11011 | 0 | 1001100 | 11010 | 1010010 | 111101 | 101110 |
Color Harmonies of #89BC2E
Complementary color
Monochromatic Colors of #89BC2E
Black with #89BC2E
Text Example
Text Example
White with #89BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC2E; }
p { color: rgb(137,188,46); }
H1.HeaderClassName
{
color: #89BC2E;
}
.AnyTagClassName
{
color: #89BC2E;
}
</style>
background-color css
<style>
a { background-color: #89BC2E; }
a { background-color: rgb(137,188,46); }
div.DivClassName
{
background-color: #89BC2E;
}
.BgClassName
{
background-color: #89BC2E;
}
</style>
border-color css
<style>
span { border-color: #89BC2E; }
span { border-color: rgb(137,188,46); }
td.TdClassName
{
border-color: #89BC2E;
}
.TagClassName
{
border-color: #89BC2E;
}
</style>