Shades of Limerick #89B532
Tints of Limerick #89B532
RGB
CMYK
RGB Variations
Color information
#89B532 (or 0x89B532) is known color: Limerick. HEX triplet: 89, B5 and 32. RGB value is (137,181,50). Sum of RGB (Red+Green+Blue) = 137+181+50=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #89B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B532 is #764ACD. Grayscale: #999999. Windows color (decimal): -7752398 or 3323273. OLE color: 3323273.
HSL color Cylindrical-coordinate representation of color #89B532: hue angle of 80.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89B532 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 181 | 50 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.29 |
| HSL | 80.15º | 0.57% | 0.45% | - |
| HSV(B) | 80.15º | 0.72% | 0.71% | - |
| XYZ | 27.42 | 38.6 | 9.02 | - |
| YUV | 152.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 50 | 0.24 | 0 | 0.72 | 0.29 | 80.15 | 0.57 | 0.45 |
| Hex | 89 | B5 | 32 | 18 | 0 | 48 | 1D | 50 | 39 | 2D |
| Octal | 211 | 265 | 62 | 30 | 0 | 110 | 35 | 120 | 71 | 55 |
| Binary | 10001001 | 10110101 | 110010 | 11000 | 0 | 1001000 | 11101 | 1010000 | 111001 | 101101 |
Color Harmonies of #89B532
Complementary color
Monochromatic Colors of #89B532
Black with #89B532
Text Example
Text Example
White with #89B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B532; }
p { color: rgb(137,181,50); }
H1.HeaderClassName
{
color: #89B532;
}
.AnyTagClassName
{
color: #89B532;
}
</style>
background-color css
<style>
a { background-color: #89B532; }
a { background-color: rgb(137,181,50); }
div.DivClassName
{
background-color: #89B532;
}
.BgClassName
{
background-color: #89B532;
}
</style>
border-color css
<style>
span { border-color: #89B532; }
span { border-color: rgb(137,181,50); }
td.TdClassName
{
border-color: #89B532;
}
.TagClassName
{
border-color: #89B532;
}
</style>