Shades of Limerick #89B232
Tints of Limerick #89B232
RGB
CMYK
RGB Variations
Color information
#89B232 (or 0x89B232) is known color: Limerick. HEX triplet: 89, B2 and 32. RGB value is (137,178,50). Sum of RGB (Red+Green+Blue) = 137+178+50=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #89B232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B232 is #764DCD. Grayscale: #979797. Windows color (decimal): -7753166 or 3322505. OLE color: 3322505.
HSL color Cylindrical-coordinate representation of color #89B232: hue angle of 79.22º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89B232 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 50 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.30 |
| HSL | 79.22º | 0.56% | 0.45% | - |
| HSV(B) | 79.22º | 0.72% | 0.7% | - |
| XYZ | 26.81 | 37.39 | 8.82 | - |
| YUV | 151.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 50 | 0.23 | 0 | 0.72 | 0.30 | 79.22 | 0.56 | 0.45 |
| Hex | 89 | B2 | 32 | 17 | 0 | 48 | 1E | 4F | 38 | 2D |
| Octal | 211 | 262 | 62 | 27 | 0 | 110 | 36 | 117 | 70 | 55 |
| Binary | 10001001 | 10110010 | 110010 | 10111 | 0 | 1001000 | 11110 | 1001111 | 111000 | 101101 |
Color Harmonies of #89B232
Complementary color
Monochromatic Colors of #89B232
Black with #89B232
Text Example
Text Example
White with #89B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B232; }
p { color: rgb(137,178,50); }
H1.HeaderClassName
{
color: #89B232;
}
.AnyTagClassName
{
color: #89B232;
}
</style>
background-color css
<style>
a { background-color: #89B232; }
a { background-color: rgb(137,178,50); }
div.DivClassName
{
background-color: #89B232;
}
.BgClassName
{
background-color: #89B232;
}
</style>
border-color css
<style>
span { border-color: #89B232; }
span { border-color: rgb(137,178,50); }
td.TdClassName
{
border-color: #89B232;
}
.TagClassName
{
border-color: #89B232;
}
</style>