Shades of Limerick #89BF24
Tints of Limerick #89BF24
RGB
CMYK
RGB Variations
Color information
#89BF24 (or 0x89BF24) is known color: Limerick. HEX triplet: 89, BF and 24. RGB value is (137,191,36). Sum of RGB (Red+Green+Blue) = 137+191+36=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF24 is #7640DB. Grayscale: #9D9D9D. Windows color (decimal): -7749852 or 2408329. OLE color: 2408329.
HSL color Cylindrical-coordinate representation of color #89BF24: hue angle of 80.9º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89BF24 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 36 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.25 |
| HSL | 80.9º | 0.68% | 0.45% | - |
| HSV(B) | 80.9º | 0.81% | 0.75% | - |
| XYZ | 29.27 | 42.71 | 8.37 | - |
| YUV | 157.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 36 | 0.28 | 0 | 0.81 | 0.25 | 80.9 | 0.68 | 0.45 |
| Hex | 89 | BF | 24 | 1C | 0 | 51 | 19 | 51 | 44 | 2D |
| Octal | 211 | 277 | 44 | 34 | 0 | 121 | 31 | 121 | 104 | 55 |
| Binary | 10001001 | 10111111 | 100100 | 11100 | 0 | 1010001 | 11001 | 1010001 | 1000100 | 101101 |
Color Harmonies of #89BF24
Complementary color
Monochromatic Colors of #89BF24
Black with #89BF24
Text Example
Text Example
White with #89BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF24; }
p { color: rgb(137,191,36); }
H1.HeaderClassName
{
color: #89BF24;
}
.AnyTagClassName
{
color: #89BF24;
}
</style>
background-color css
<style>
a { background-color: #89BF24; }
a { background-color: rgb(137,191,36); }
div.DivClassName
{
background-color: #89BF24;
}
.BgClassName
{
background-color: #89BF24;
}
</style>
border-color css
<style>
span { border-color: #89BF24; }
span { border-color: rgb(137,191,36); }
td.TdClassName
{
border-color: #89BF24;
}
.TagClassName
{
border-color: #89BF24;
}
</style>