Shades of Limerick #89BD34
Tints of Limerick #89BD34
RGB
CMYK
RGB Variations
Color information
#89BD34 (or 0x89BD34) is known color: Limerick. HEX triplet: 89, BD and 34. RGB value is (137,189,52). Sum of RGB (Red+Green+Blue) = 137+189+52=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BD34 is #7642CB. Grayscale: #9E9E9E. Windows color (decimal): -7750348 or 3456393. OLE color: 3456393.
HSL color Cylindrical-coordinate representation of color #89BD34: hue angle of 82.77º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89BD34 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 52 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.26 |
| HSL | 82.77º | 0.57% | 0.47% | - |
| HSV(B) | 82.77º | 0.72% | 0.74% | - |
| XYZ | 29.13 | 41.96 | 9.81 | - |
| YUV | 157.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 52 | 0.28 | 0 | 0.72 | 0.26 | 82.77 | 0.57 | 0.47 |
| Hex | 89 | BD | 34 | 1C | 0 | 48 | 1A | 53 | 39 | 2F |
| Octal | 211 | 275 | 64 | 34 | 0 | 110 | 32 | 123 | 71 | 57 |
| Binary | 10001001 | 10111101 | 110100 | 11100 | 0 | 1001000 | 11010 | 1010011 | 111001 | 101111 |
Color Harmonies of #89BD34
Complementary color
Monochromatic Colors of #89BD34
Black with #89BD34
Text Example
Text Example
White with #89BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD34; }
p { color: rgb(137,189,52); }
H1.HeaderClassName
{
color: #89BD34;
}
.AnyTagClassName
{
color: #89BD34;
}
</style>
background-color css
<style>
a { background-color: #89BD34; }
a { background-color: rgb(137,189,52); }
div.DivClassName
{
background-color: #89BD34;
}
.BgClassName
{
background-color: #89BD34;
}
</style>
border-color css
<style>
span { border-color: #89BD34; }
span { border-color: rgb(137,189,52); }
td.TdClassName
{
border-color: #89BD34;
}
.TagClassName
{
border-color: #89BD34;
}
</style>