Shades of Limerick #89B221
Tints of Limerick #89B221
RGB
CMYK
RGB Variations
Color information
#89B221 (or 0x89B221) is known color: Limerick. HEX triplet: 89, B2 and 21. RGB value is (137,178,33). Sum of RGB (Red+Green+Blue) = 137+178+33=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #89B221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B221 is #764DDE. Grayscale: #959595. Windows color (decimal): -7753183 or 2208393. OLE color: 2208393.
HSL color Cylindrical-coordinate representation of color #89B221: hue angle of 76.97º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89B221 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 33 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.30 |
| HSL | 76.97º | 0.69% | 0.41% | - |
| HSV(B) | 76.97º | 0.81% | 0.7% | - |
| XYZ | 26.51 | 37.27 | 7.24 | - |
| YUV | 149.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 33 | 0.23 | 0 | 0.81 | 0.30 | 76.97 | 0.69 | 0.41 |
| Hex | 89 | B2 | 21 | 17 | 0 | 51 | 1E | 4D | 45 | 29 |
| Octal | 211 | 262 | 41 | 27 | 0 | 121 | 36 | 115 | 105 | 51 |
| Binary | 10001001 | 10110010 | 100001 | 10111 | 0 | 1010001 | 11110 | 1001101 | 1000101 | 101001 |
Color Harmonies of #89B221
Complementary color
Monochromatic Colors of #89B221
Black with #89B221
Text Example
Text Example
White with #89B221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B221; }
p { color: rgb(137,178,33); }
H1.HeaderClassName
{
color: #89B221;
}
.AnyTagClassName
{
color: #89B221;
}
</style>
background-color css
<style>
a { background-color: #89B221; }
a { background-color: rgb(137,178,33); }
div.DivClassName
{
background-color: #89B221;
}
.BgClassName
{
background-color: #89B221;
}
</style>
border-color css
<style>
span { border-color: #89B221; }
span { border-color: rgb(137,178,33); }
td.TdClassName
{
border-color: #89B221;
}
.TagClassName
{
border-color: #89B221;
}
</style>