Shades of Limerick #89BB32
Tints of Limerick #89BB32
RGB
CMYK
RGB Variations
Color information
#89BB32 (or 0x89BB32) is known color: Limerick. HEX triplet: 89, BB and 32. RGB value is (137,187,50). Sum of RGB (Red+Green+Blue) = 137+187+50=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #89BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BB32 is #7644CD. Grayscale: #9C9C9C. Windows color (decimal): -7750862 or 3324809. OLE color: 3324809.
HSL color Cylindrical-coordinate representation of color #89BB32: hue angle of 81.9º 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 #89BB32 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 187 | 50 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.27 |
| HSL | 81.9º | 0.58% | 0.46% | - |
| HSV(B) | 81.9º | 0.73% | 0.73% | - |
| XYZ | 28.66 | 41.09 | 9.44 | - |
| YUV | 156.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 50 | 0.27 | 0 | 0.73 | 0.27 | 81.9 | 0.58 | 0.46 |
| Hex | 89 | BB | 32 | 1B | 0 | 49 | 1B | 52 | 3A | 2E |
| Octal | 211 | 273 | 62 | 33 | 0 | 111 | 33 | 122 | 72 | 56 |
| Binary | 10001001 | 10111011 | 110010 | 11011 | 0 | 1001001 | 11011 | 1010010 | 111010 | 101110 |
Color Harmonies of #89BB32
Complementary color
Monochromatic Colors of #89BB32
Black with #89BB32
Text Example
Text Example
White with #89BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BB32; }
p { color: rgb(137,187,50); }
H1.HeaderClassName
{
color: #89BB32;
}
.AnyTagClassName
{
color: #89BB32;
}
</style>
background-color css
<style>
a { background-color: #89BB32; }
a { background-color: rgb(137,187,50); }
div.DivClassName
{
background-color: #89BB32;
}
.BgClassName
{
background-color: #89BB32;
}
</style>
border-color css
<style>
span { border-color: #89BB32; }
span { border-color: rgb(137,187,50); }
td.TdClassName
{
border-color: #89BB32;
}
.TagClassName
{
border-color: #89BB32;
}
</style>