Shades of Limerick #89BA3A
Tints of Limerick #89BA3A
RGB
CMYK
RGB Variations
Color information
#89BA3A (or 0x89BA3A) is known color: Limerick. HEX triplet: 89, BA and 3A. RGB value is (137,186,58). Sum of RGB (Red+Green+Blue) = 137+186+58=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BA3A is #7645C5. Grayscale: #9D9D9D. Windows color (decimal): -7751110 or 3848841. OLE color: 3848841.
HSL color Cylindrical-coordinate representation of color #89BA3A: hue angle of 82.97º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89BA3A is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 58 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.27 |
| HSL | 82.97º | 0.52% | 0.48% | - |
| HSV(B) | 82.97º | 0.69% | 0.73% | - |
| XYZ | 28.64 | 40.74 | 10.36 | - |
| YUV | 156.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 58 | 0.26 | 0 | 0.69 | 0.27 | 82.97 | 0.52 | 0.48 |
| Hex | 89 | BA | 3A | 1A | 0 | 45 | 1B | 53 | 34 | 30 |
| Octal | 211 | 272 | 72 | 32 | 0 | 105 | 33 | 123 | 64 | 60 |
| Binary | 10001001 | 10111010 | 111010 | 11010 | 0 | 1000101 | 11011 | 1010011 | 110100 | 110000 |
Color Harmonies of #89BA3A
Complementary color
Monochromatic Colors of #89BA3A
Black with #89BA3A
Text Example
Text Example
White with #89BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA3A; }
p { color: rgb(137,186,58); }
H1.HeaderClassName
{
color: #89BA3A;
}
.AnyTagClassName
{
color: #89BA3A;
}
</style>
background-color css
<style>
a { background-color: #89BA3A; }
a { background-color: rgb(137,186,58); }
div.DivClassName
{
background-color: #89BA3A;
}
.BgClassName
{
background-color: #89BA3A;
}
</style>
border-color css
<style>
span { border-color: #89BA3A; }
span { border-color: rgb(137,186,58); }
td.TdClassName
{
border-color: #89BA3A;
}
.TagClassName
{
border-color: #89BA3A;
}
</style>