Shades of Limerick #89B311
Tints of Limerick #89B311
RGB
CMYK
RGB Variations
Color information
#89B311 (or 0x89B311) is known color: Limerick. HEX triplet: 89, B3 and 11. RGB value is (137,179,17). Sum of RGB (Red+Green+Blue) = 137+179+17=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #89B311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B311 is #764CEE. Grayscale: #949494. Windows color (decimal): -7752943 or 1160073. OLE color: 1160073.
HSL color Cylindrical-coordinate representation of color #89B311: hue angle of 75.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89B311 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 17 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.30 |
| HSL | 75.56º | 0.83% | 0.38% | - |
| HSV(B) | 75.56º | 0.91% | 0.7% | - |
| XYZ | 26.54 | 37.6 | 6.39 | - |
| YUV | 147.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 17 | 0.23 | 0 | 0.91 | 0.30 | 75.56 | 0.83 | 0.38 |
| Hex | 89 | B3 | 11 | 17 | 0 | 5B | 1E | 4C | 53 | 26 |
| Octal | 211 | 263 | 21 | 27 | 0 | 133 | 36 | 114 | 123 | 46 |
| Binary | 10001001 | 10110011 | 10001 | 10111 | 0 | 1011011 | 11110 | 1001100 | 1010011 | 100110 |
Color Harmonies of #89B311
Complementary color
Monochromatic Colors of #89B311
Black with #89B311
Text Example
Text Example
White with #89B311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B311; }
p { color: rgb(137,179,17); }
H1.HeaderClassName
{
color: #89B311;
}
.AnyTagClassName
{
color: #89B311;
}
</style>
background-color css
<style>
a { background-color: #89B311; }
a { background-color: rgb(137,179,17); }
div.DivClassName
{
background-color: #89B311;
}
.BgClassName
{
background-color: #89B311;
}
</style>
border-color css
<style>
span { border-color: #89B311; }
span { border-color: rgb(137,179,17); }
td.TdClassName
{
border-color: #89B311;
}
.TagClassName
{
border-color: #89B311;
}
</style>