Shades of Limerick #89BA32
Tints of Limerick #89BA32
RGB
CMYK
RGB Variations
Color information
#89BA32 (or 0x89BA32) is known color: Limerick. HEX triplet: 89, BA and 32. RGB value is (137,186,50). Sum of RGB (Red+Green+Blue) = 137+186+50=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BA32 is #7645CD. Grayscale: #9C9C9C. Windows color (decimal): -7751118 or 3324553. OLE color: 3324553.
HSL color Cylindrical-coordinate representation of color #89BA32: hue angle of 81.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89BA32 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 50 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.27 |
| HSL | 81.62º | 0.58% | 0.46% | - |
| HSV(B) | 81.62º | 0.73% | 0.73% | - |
| XYZ | 28.45 | 40.67 | 9.37 | - |
| YUV | 155.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 50 | 0.26 | 0 | 0.73 | 0.27 | 81.62 | 0.58 | 0.46 |
| Hex | 89 | BA | 32 | 1A | 0 | 49 | 1B | 52 | 3A | 2E |
| Octal | 211 | 272 | 62 | 32 | 0 | 111 | 33 | 122 | 72 | 56 |
| Binary | 10001001 | 10111010 | 110010 | 11010 | 0 | 1001001 | 11011 | 1010010 | 111010 | 101110 |
Color Harmonies of #89BA32
Complementary color
Monochromatic Colors of #89BA32
Black with #89BA32
Text Example
Text Example
White with #89BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA32; }
p { color: rgb(137,186,50); }
H1.HeaderClassName
{
color: #89BA32;
}
.AnyTagClassName
{
color: #89BA32;
}
</style>
background-color css
<style>
a { background-color: #89BA32; }
a { background-color: rgb(137,186,50); }
div.DivClassName
{
background-color: #89BA32;
}
.BgClassName
{
background-color: #89BA32;
}
</style>
border-color css
<style>
span { border-color: #89BA32; }
span { border-color: rgb(137,186,50); }
td.TdClassName
{
border-color: #89BA32;
}
.TagClassName
{
border-color: #89BA32;
}
</style>