Shades of Limerick #89BC2B
Tints of Limerick #89BC2B
RGB
CMYK
RGB Variations
Color information
#89BC2B (or 0x89BC2B) is known color: Limerick. HEX triplet: 89, BC and 2B. RGB value is (137,188,43). Sum of RGB (Red+Green+Blue) = 137+188+43=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BC2B is #7643D4. Grayscale: #9C9C9C. Windows color (decimal): -7750613 or 2866313. OLE color: 2866313.
HSL color Cylindrical-coordinate representation of color #89BC2B: hue angle of 81.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89BC2B is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 43 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.26 |
| HSL | 81.1º | 0.63% | 0.45% | - |
| HSV(B) | 81.1º | 0.77% | 0.74% | - |
| XYZ | 28.74 | 41.46 | 8.77 | - |
| YUV | 156.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 43 | 0.27 | 0 | 0.77 | 0.26 | 81.1 | 0.63 | 0.45 |
| Hex | 89 | BC | 2B | 1B | 0 | 4D | 1A | 51 | 3F | 2D |
| Octal | 211 | 274 | 53 | 33 | 0 | 115 | 32 | 121 | 77 | 55 |
| Binary | 10001001 | 10111100 | 101011 | 11011 | 0 | 1001101 | 11010 | 1010001 | 111111 | 101101 |
Color Harmonies of #89BC2B
Complementary color
Monochromatic Colors of #89BC2B
Black with #89BC2B
Text Example
Text Example
White with #89BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC2B; }
p { color: rgb(137,188,43); }
H1.HeaderClassName
{
color: #89BC2B;
}
.AnyTagClassName
{
color: #89BC2B;
}
</style>
background-color css
<style>
a { background-color: #89BC2B; }
a { background-color: rgb(137,188,43); }
div.DivClassName
{
background-color: #89BC2B;
}
.BgClassName
{
background-color: #89BC2B;
}
</style>
border-color css
<style>
span { border-color: #89BC2B; }
span { border-color: rgb(137,188,43); }
td.TdClassName
{
border-color: #89BC2B;
}
.TagClassName
{
border-color: #89BC2B;
}
</style>