Shades of Limerick #89BA1B
Tints of Limerick #89BA1B
RGB
CMYK
RGB Variations
Color information
#89BA1B (or 0x89BA1B) is known color: Limerick. HEX triplet: 89, BA and 1B. RGB value is (137,186,27). Sum of RGB (Red+Green+Blue) = 137+186+27=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BA1B is #7645E4. Grayscale: #999999. Windows color (decimal): -7751141 or 1817225. OLE color: 1817225.
HSL color Cylindrical-coordinate representation of color #89BA1B: hue angle of 78.49º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89BA1B is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 27 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.27 |
| HSL | 78.49º | 0.75% | 0.42% | - |
| HSV(B) | 78.49º | 0.85% | 0.73% | - |
| XYZ | 28.07 | 40.52 | 7.38 | - |
| YUV | 153.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 27 | 0.26 | 0 | 0.85 | 0.27 | 78.49 | 0.75 | 0.42 |
| Hex | 89 | BA | 1B | 1A | 0 | 55 | 1B | 4E | 4B | 2A |
| Octal | 211 | 272 | 33 | 32 | 0 | 125 | 33 | 116 | 113 | 52 |
| Binary | 10001001 | 10111010 | 11011 | 11010 | 0 | 1010101 | 11011 | 1001110 | 1001011 | 101010 |
Color Harmonies of #89BA1B
Complementary color
Monochromatic Colors of #89BA1B
Black with #89BA1B
Text Example
Text Example
White with #89BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA1B; }
p { color: rgb(137,186,27); }
H1.HeaderClassName
{
color: #89BA1B;
}
.AnyTagClassName
{
color: #89BA1B;
}
</style>
background-color css
<style>
a { background-color: #89BA1B; }
a { background-color: rgb(137,186,27); }
div.DivClassName
{
background-color: #89BA1B;
}
.BgClassName
{
background-color: #89BA1B;
}
</style>
border-color css
<style>
span { border-color: #89BA1B; }
span { border-color: rgb(137,186,27); }
td.TdClassName
{
border-color: #89BA1B;
}
.TagClassName
{
border-color: #89BA1B;
}
</style>