Shades of Limerick #89B228
Tints of Limerick #89B228
RGB
CMYK
RGB Variations
Color information
#89B228 (or 0x89B228) is known color: Limerick. HEX triplet: 89, B2 and 28. RGB value is (137,178,40). Sum of RGB (Red+Green+Blue) = 137+178+40=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #89B228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B228 is #764DD7. Grayscale: #969696. Windows color (decimal): -7753176 or 2667145. OLE color: 2667145.
HSL color Cylindrical-coordinate representation of color #89B228: hue angle of 77.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89B228 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 40 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.30 |
| HSL | 77.83º | 0.63% | 0.43% | - |
| HSV(B) | 77.83º | 0.78% | 0.7% | - |
| XYZ | 26.62 | 37.31 | 7.81 | - |
| YUV | 150.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 40 | 0.23 | 0 | 0.78 | 0.30 | 77.83 | 0.63 | 0.43 |
| Hex | 89 | B2 | 28 | 17 | 0 | 4E | 1E | 4E | 3F | 2B |
| Octal | 211 | 262 | 50 | 27 | 0 | 116 | 36 | 116 | 77 | 53 |
| Binary | 10001001 | 10110010 | 101000 | 10111 | 0 | 1001110 | 11110 | 1001110 | 111111 | 101011 |
Color Harmonies of #89B228
Complementary color
Monochromatic Colors of #89B228
Black with #89B228
Text Example
Text Example
White with #89B228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B228; }
p { color: rgb(137,178,40); }
H1.HeaderClassName
{
color: #89B228;
}
.AnyTagClassName
{
color: #89B228;
}
</style>
background-color css
<style>
a { background-color: #89B228; }
a { background-color: rgb(137,178,40); }
div.DivClassName
{
background-color: #89B228;
}
.BgClassName
{
background-color: #89B228;
}
</style>
border-color css
<style>
span { border-color: #89B228; }
span { border-color: rgb(137,178,40); }
td.TdClassName
{
border-color: #89B228;
}
.TagClassName
{
border-color: #89B228;
}
</style>