Shades of Limerick #89BA30
Tints of Limerick #89BA30
RGB
CMYK
RGB Variations
Color information
#89BA30 (or 0x89BA30) is known color: Limerick. HEX triplet: 89, BA and 30. RGB value is (137,186,48). Sum of RGB (Red+Green+Blue) = 137+186+48=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BA30 is #7645CF. Grayscale: #9C9C9C. Windows color (decimal): -7751120 or 3193481. OLE color: 3193481.
HSL color Cylindrical-coordinate representation of color #89BA30: hue angle of 81.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89BA30 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 48 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.27 |
| HSL | 81.3º | 0.59% | 0.46% | - |
| HSV(B) | 81.3º | 0.74% | 0.73% | - |
| XYZ | 28.41 | 40.65 | 9.15 | - |
| YUV | 155.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 48 | 0.26 | 0 | 0.74 | 0.27 | 81.3 | 0.59 | 0.46 |
| Hex | 89 | BA | 30 | 1A | 0 | 4A | 1B | 51 | 3B | 2E |
| Octal | 211 | 272 | 60 | 32 | 0 | 112 | 33 | 121 | 73 | 56 |
| Binary | 10001001 | 10111010 | 110000 | 11010 | 0 | 1001010 | 11011 | 1010001 | 111011 | 101110 |
Color Harmonies of #89BA30
Complementary color
Monochromatic Colors of #89BA30
Black with #89BA30
Text Example
Text Example
White with #89BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA30; }
p { color: rgb(137,186,48); }
H1.HeaderClassName
{
color: #89BA30;
}
.AnyTagClassName
{
color: #89BA30;
}
</style>
background-color css
<style>
a { background-color: #89BA30; }
a { background-color: rgb(137,186,48); }
div.DivClassName
{
background-color: #89BA30;
}
.BgClassName
{
background-color: #89BA30;
}
</style>
border-color css
<style>
span { border-color: #89BA30; }
span { border-color: rgb(137,186,48); }
td.TdClassName
{
border-color: #89BA30;
}
.TagClassName
{
border-color: #89BA30;
}
</style>