Shades of Limerick #89B241
Tints of Limerick #89B241
RGB
CMYK
RGB Variations
Color information
#89B241 (or 0x89B241) is known color: Limerick. HEX triplet: 89, B2 and 41. RGB value is (137,178,65). Sum of RGB (Red+Green+Blue) = 137+178+65=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #89B241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B241 is #764DBE. Grayscale: #999999. Windows color (decimal): -7753151 or 4305545. OLE color: 4305545.
HSL color Cylindrical-coordinate representation of color #89B241: hue angle of 81.77º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89B241 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 65 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.30 |
| HSL | 81.77º | 0.47% | 0.48% | - |
| HSV(B) | 81.77º | 0.63% | 0.7% | - |
| XYZ | 27.19 | 37.54 | 10.81 | - |
| YUV | 152.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 65 | 0.23 | 0 | 0.63 | 0.30 | 81.77 | 0.47 | 0.48 |
| Hex | 89 | B2 | 41 | 17 | 0 | 3F | 1E | 52 | 2F | 30 |
| Octal | 211 | 262 | 101 | 27 | 0 | 77 | 36 | 122 | 57 | 60 |
| Binary | 10001001 | 10110010 | 1000001 | 10111 | 0 | 111111 | 11110 | 1010010 | 101111 | 110000 |
Color Harmonies of #89B241
Complementary color
Monochromatic Colors of #89B241
Black with #89B241
Text Example
Text Example
White with #89B241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B241; }
p { color: rgb(137,178,65); }
H1.HeaderClassName
{
color: #89B241;
}
.AnyTagClassName
{
color: #89B241;
}
</style>
background-color css
<style>
a { background-color: #89B241; }
a { background-color: rgb(137,178,65); }
div.DivClassName
{
background-color: #89B241;
}
.BgClassName
{
background-color: #89B241;
}
</style>
border-color css
<style>
span { border-color: #89B241; }
span { border-color: rgb(137,178,65); }
td.TdClassName
{
border-color: #89B241;
}
.TagClassName
{
border-color: #89B241;
}
</style>