Shades of Limerick #89B31A
Tints of Limerick #89B31A
RGB
CMYK
RGB Variations
Color information
#89B31A (or 0x89B31A) is known color: Limerick. HEX triplet: 89, B3 and 1A. RGB value is (137,179,26). Sum of RGB (Red+Green+Blue) = 137+179+26=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #89B31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B31A is #764CE5. Grayscale: #959595. Windows color (decimal): -7752934 or 1749897. OLE color: 1749897.
HSL color Cylindrical-coordinate representation of color #89B31A: hue angle of 76.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89B31A is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 26 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.30 |
| HSL | 76.47º | 0.75% | 0.4% | - |
| HSV(B) | 76.47º | 0.85% | 0.7% | - |
| XYZ | 26.62 | 37.63 | 6.84 | - |
| YUV | 149 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 26 | 0.23 | 0 | 0.85 | 0.30 | 76.47 | 0.75 | 0.4 |
| Hex | 89 | B3 | 1A | 17 | 0 | 55 | 1E | 4C | 4B | 28 |
| Octal | 211 | 263 | 32 | 27 | 0 | 125 | 36 | 114 | 113 | 50 |
| Binary | 10001001 | 10110011 | 11010 | 10111 | 0 | 1010101 | 11110 | 1001100 | 1001011 | 101000 |
Color Harmonies of #89B31A
Complementary color
Monochromatic Colors of #89B31A
Black with #89B31A
Text Example
Text Example
White with #89B31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B31A; }
p { color: rgb(137,179,26); }
H1.HeaderClassName
{
color: #89B31A;
}
.AnyTagClassName
{
color: #89B31A;
}
</style>
background-color css
<style>
a { background-color: #89B31A; }
a { background-color: rgb(137,179,26); }
div.DivClassName
{
background-color: #89B31A;
}
.BgClassName
{
background-color: #89B31A;
}
</style>
border-color css
<style>
span { border-color: #89B31A; }
span { border-color: rgb(137,179,26); }
td.TdClassName
{
border-color: #89B31A;
}
.TagClassName
{
border-color: #89B31A;
}
</style>