Shades of Limerick #89B732
Tints of Limerick #89B732
RGB
CMYK
RGB Variations
Color information
#89B732 (or 0x89B732) is known color: Limerick. HEX triplet: 89, B7 and 32. RGB value is (137,183,50). Sum of RGB (Red+Green+Blue) = 137+183+50=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #89B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B732 is #7648CD. Grayscale: #9A9A9A. Windows color (decimal): -7751886 or 3323785. OLE color: 3323785.
HSL color Cylindrical-coordinate representation of color #89B732: hue angle of 80.75º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89B732 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 183 | 50 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.28 |
| HSL | 80.75º | 0.57% | 0.46% | - |
| HSV(B) | 80.75º | 0.73% | 0.72% | - |
| XYZ | 27.83 | 39.42 | 9.16 | - |
| YUV | 154.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 50 | 0.25 | 0 | 0.73 | 0.28 | 80.75 | 0.57 | 0.46 |
| Hex | 89 | B7 | 32 | 19 | 0 | 49 | 1C | 51 | 39 | 2E |
| Octal | 211 | 267 | 62 | 31 | 0 | 111 | 34 | 121 | 71 | 56 |
| Binary | 10001001 | 10110111 | 110010 | 11001 | 0 | 1001001 | 11100 | 1010001 | 111001 | 101110 |
Color Harmonies of #89B732
Complementary color
Monochromatic Colors of #89B732
Black with #89B732
Text Example
Text Example
White with #89B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B732; }
p { color: rgb(137,183,50); }
H1.HeaderClassName
{
color: #89B732;
}
.AnyTagClassName
{
color: #89B732;
}
</style>
background-color css
<style>
a { background-color: #89B732; }
a { background-color: rgb(137,183,50); }
div.DivClassName
{
background-color: #89B732;
}
.BgClassName
{
background-color: #89B732;
}
</style>
border-color css
<style>
span { border-color: #89B732; }
span { border-color: rgb(137,183,50); }
td.TdClassName
{
border-color: #89B732;
}
.TagClassName
{
border-color: #89B732;
}
</style>