Shades of Limerick #89BA35
Tints of Limerick #89BA35
RGB
CMYK
RGB Variations
Color information
#89BA35 (or 0x89BA35) is known color: Limerick. HEX triplet: 89, BA and 35. RGB value is (137,186,53). Sum of RGB (Red+Green+Blue) = 137+186+53=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BA35 is #7645CA. Grayscale: #9C9C9C. Windows color (decimal): -7751115 or 3521161. OLE color: 3521161.
HSL color Cylindrical-coordinate representation of color #89BA35: hue angle of 82.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89BA35 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 53 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.27 |
| HSL | 82.11º | 0.56% | 0.47% | - |
| HSV(B) | 82.11º | 0.72% | 0.73% | - |
| XYZ | 28.52 | 40.69 | 9.72 | - |
| YUV | 156.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 53 | 0.26 | 0 | 0.72 | 0.27 | 82.11 | 0.56 | 0.47 |
| Hex | 89 | BA | 35 | 1A | 0 | 48 | 1B | 52 | 38 | 2F |
| Octal | 211 | 272 | 65 | 32 | 0 | 110 | 33 | 122 | 70 | 57 |
| Binary | 10001001 | 10111010 | 110101 | 11010 | 0 | 1001000 | 11011 | 1010010 | 111000 | 101111 |
Color Harmonies of #89BA35
Complementary color
Monochromatic Colors of #89BA35
Black with #89BA35
Text Example
Text Example
White with #89BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA35; }
p { color: rgb(137,186,53); }
H1.HeaderClassName
{
color: #89BA35;
}
.AnyTagClassName
{
color: #89BA35;
}
</style>
background-color css
<style>
a { background-color: #89BA35; }
a { background-color: rgb(137,186,53); }
div.DivClassName
{
background-color: #89BA35;
}
.BgClassName
{
background-color: #89BA35;
}
</style>
border-color css
<style>
span { border-color: #89BA35; }
span { border-color: rgb(137,186,53); }
td.TdClassName
{
border-color: #89BA35;
}
.TagClassName
{
border-color: #89BA35;
}
</style>