Shades of Limerick #89BC2F
Tints of Limerick #89BC2F
RGB
CMYK
RGB Variations
Color information
#89BC2F (or 0x89BC2F) is known color: Limerick. HEX triplet: 89, BC and 2F. RGB value is (137,188,47). Sum of RGB (Red+Green+Blue) = 137+188+47=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BC2F is #7643D0. Grayscale: #9D9D9D. Windows color (decimal): -7750609 or 3128457. OLE color: 3128457.
HSL color Cylindrical-coordinate representation of color #89BC2F: hue angle of 81.7º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89BC2F is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 47 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.26 |
| HSL | 81.7º | 0.6% | 0.46% | - |
| HSV(B) | 81.7º | 0.75% | 0.74% | - |
| XYZ | 28.81 | 41.49 | 9.18 | - |
| YUV | 156.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 47 | 0.27 | 0 | 0.75 | 0.26 | 81.7 | 0.6 | 0.46 |
| Hex | 89 | BC | 2F | 1B | 0 | 4B | 1A | 52 | 3C | 2E |
| Octal | 211 | 274 | 57 | 33 | 0 | 113 | 32 | 122 | 74 | 56 |
| Binary | 10001001 | 10111100 | 101111 | 11011 | 0 | 1001011 | 11010 | 1010010 | 111100 | 101110 |
Color Harmonies of #89BC2F
Complementary color
Monochromatic Colors of #89BC2F
Black with #89BC2F
Text Example
Text Example
White with #89BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC2F; }
p { color: rgb(137,188,47); }
H1.HeaderClassName
{
color: #89BC2F;
}
.AnyTagClassName
{
color: #89BC2F;
}
</style>
background-color css
<style>
a { background-color: #89BC2F; }
a { background-color: rgb(137,188,47); }
div.DivClassName
{
background-color: #89BC2F;
}
.BgClassName
{
background-color: #89BC2F;
}
</style>
border-color css
<style>
span { border-color: #89BC2F; }
span { border-color: rgb(137,188,47); }
td.TdClassName
{
border-color: #89BC2F;
}
.TagClassName
{
border-color: #89BC2F;
}
</style>