Shades of Limerick #89BF2E
Tints of Limerick #89BF2E
RGB
CMYK
RGB Variations
Color information
#89BF2E (or 0x89BF2E) is known color: Limerick. HEX triplet: 89, BF and 2E. RGB value is (137,191,46). Sum of RGB (Red+Green+Blue) = 137+191+46=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF2E is #7640D1. Grayscale: #9E9E9E. Windows color (decimal): -7749842 or 3063689. OLE color: 3063689.
HSL color Cylindrical-coordinate representation of color #89BF2E: hue angle of 82.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89BF2E is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 46 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.25 |
| HSL | 82.34º | 0.61% | 0.46% | - |
| HSV(B) | 82.34º | 0.76% | 0.75% | - |
| XYZ | 29.44 | 42.78 | 9.29 | - |
| YUV | 158.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 46 | 0.28 | 0 | 0.76 | 0.25 | 82.34 | 0.61 | 0.46 |
| Hex | 89 | BF | 2E | 1C | 0 | 4C | 19 | 52 | 3D | 2E |
| Octal | 211 | 277 | 56 | 34 | 0 | 114 | 31 | 122 | 75 | 56 |
| Binary | 10001001 | 10111111 | 101110 | 11100 | 0 | 1001100 | 11001 | 1010010 | 111101 | 101110 |
Color Harmonies of #89BF2E
Complementary color
Monochromatic Colors of #89BF2E
Black with #89BF2E
Text Example
Text Example
White with #89BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF2E; }
p { color: rgb(137,191,46); }
H1.HeaderClassName
{
color: #89BF2E;
}
.AnyTagClassName
{
color: #89BF2E;
}
</style>
background-color css
<style>
a { background-color: #89BF2E; }
a { background-color: rgb(137,191,46); }
div.DivClassName
{
background-color: #89BF2E;
}
.BgClassName
{
background-color: #89BF2E;
}
</style>
border-color css
<style>
span { border-color: #89BF2E; }
span { border-color: rgb(137,191,46); }
td.TdClassName
{
border-color: #89BF2E;
}
.TagClassName
{
border-color: #89BF2E;
}
</style>