Shades of Limerick #89B319
Tints of Limerick #89B319
RGB
CMYK
RGB Variations
Color information
#89B319 (or 0x89B319) is known color: Limerick. HEX triplet: 89, B3 and 19. RGB value is (137,179,25). Sum of RGB (Red+Green+Blue) = 137+179+25=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #89B319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B319 is #764CE6. Grayscale: #959595. Windows color (decimal): -7752935 or 1684361. OLE color: 1684361.
HSL color Cylindrical-coordinate representation of color #89B319: hue angle of 76.36º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89B319 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 25 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.30 |
| HSL | 76.36º | 0.75% | 0.4% | - |
| HSV(B) | 76.36º | 0.86% | 0.7% | - |
| XYZ | 26.61 | 37.63 | 6.78 | - |
| YUV | 148.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 25 | 0.23 | 0 | 0.86 | 0.30 | 76.36 | 0.75 | 0.4 |
| Hex | 89 | B3 | 19 | 17 | 0 | 56 | 1E | 4C | 4B | 28 |
| Octal | 211 | 263 | 31 | 27 | 0 | 126 | 36 | 114 | 113 | 50 |
| Binary | 10001001 | 10110011 | 11001 | 10111 | 0 | 1010110 | 11110 | 1001100 | 1001011 | 101000 |
Color Harmonies of #89B319
Complementary color
Monochromatic Colors of #89B319
Black with #89B319
Text Example
Text Example
White with #89B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B319; }
p { color: rgb(137,179,25); }
H1.HeaderClassName
{
color: #89B319;
}
.AnyTagClassName
{
color: #89B319;
}
</style>
background-color css
<style>
a { background-color: #89B319; }
a { background-color: rgb(137,179,25); }
div.DivClassName
{
background-color: #89B319;
}
.BgClassName
{
background-color: #89B319;
}
</style>
border-color css
<style>
span { border-color: #89B319; }
span { border-color: rgb(137,179,25); }
td.TdClassName
{
border-color: #89B319;
}
.TagClassName
{
border-color: #89B319;
}
</style>