Shades of Limerick #89BA3D
Tints of Limerick #89BA3D
RGB
CMYK
RGB Variations
Color information
#89BA3D (or 0x89BA3D) is known color: Limerick. HEX triplet: 89, BA and 3D. RGB value is (137,186,61). Sum of RGB (Red+Green+Blue) = 137+186+61=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BA3D is #7645C2. Grayscale: #9D9D9D. Windows color (decimal): -7751107 or 4045449. OLE color: 4045449.
HSL color Cylindrical-coordinate representation of color #89BA3D: hue angle of 83.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89BA3D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 61 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.27 |
| HSL | 83.52º | 0.51% | 0.48% | - |
| HSV(B) | 83.52º | 0.67% | 0.73% | - |
| XYZ | 28.72 | 40.77 | 10.77 | - |
| YUV | 157.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 61 | 0.26 | 0 | 0.67 | 0.27 | 83.52 | 0.51 | 0.48 |
| Hex | 89 | BA | 3D | 1A | 0 | 43 | 1B | 54 | 33 | 30 |
| Octal | 211 | 272 | 75 | 32 | 0 | 103 | 33 | 124 | 63 | 60 |
| Binary | 10001001 | 10111010 | 111101 | 11010 | 0 | 1000011 | 11011 | 1010100 | 110011 | 110000 |
Color Harmonies of #89BA3D
Complementary color
Monochromatic Colors of #89BA3D
Black with #89BA3D
Text Example
Text Example
White with #89BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA3D; }
p { color: rgb(137,186,61); }
H1.HeaderClassName
{
color: #89BA3D;
}
.AnyTagClassName
{
color: #89BA3D;
}
</style>
background-color css
<style>
a { background-color: #89BA3D; }
a { background-color: rgb(137,186,61); }
div.DivClassName
{
background-color: #89BA3D;
}
.BgClassName
{
background-color: #89BA3D;
}
</style>
border-color css
<style>
span { border-color: #89BA3D; }
span { border-color: rgb(137,186,61); }
td.TdClassName
{
border-color: #89BA3D;
}
.TagClassName
{
border-color: #89BA3D;
}
</style>