Shades of Limerick #89B513
Tints of Limerick #89B513
RGB
CMYK
RGB Variations
Color information
#89B513 (or 0x89B513) is known color: Limerick. HEX triplet: 89, B5 and 13. RGB value is (137,181,19). Sum of RGB (Red+Green+Blue) = 137+181+19=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #89B513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B513 is #764AEC. Grayscale: #959595. Windows color (decimal): -7752429 or 1291657. OLE color: 1291657.
HSL color Cylindrical-coordinate representation of color #89B513: hue angle of 76.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89B513 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 181 | 19 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.29 |
| HSL | 76.3º | 0.81% | 0.39% | - |
| HSV(B) | 76.3º | 0.9% | 0.71% | - |
| XYZ | 26.96 | 38.41 | 6.61 | - |
| YUV | 149.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 19 | 0.24 | 0 | 0.90 | 0.29 | 76.3 | 0.81 | 0.39 |
| Hex | 89 | B5 | 13 | 18 | 0 | 5A | 1D | 4C | 51 | 27 |
| Octal | 211 | 265 | 23 | 30 | 0 | 132 | 35 | 114 | 121 | 47 |
| Binary | 10001001 | 10110101 | 10011 | 11000 | 0 | 1011010 | 11101 | 1001100 | 1010001 | 100111 |
Color Harmonies of #89B513
Complementary color
Monochromatic Colors of #89B513
Black with #89B513
Text Example
Text Example
White with #89B513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B513; }
p { color: rgb(137,181,19); }
H1.HeaderClassName
{
color: #89B513;
}
.AnyTagClassName
{
color: #89B513;
}
</style>
background-color css
<style>
a { background-color: #89B513; }
a { background-color: rgb(137,181,19); }
div.DivClassName
{
background-color: #89B513;
}
.BgClassName
{
background-color: #89B513;
}
</style>
border-color css
<style>
span { border-color: #89B513; }
span { border-color: rgb(137,181,19); }
td.TdClassName
{
border-color: #89B513;
}
.TagClassName
{
border-color: #89B513;
}
</style>