Shades of Limerick #89AA31
Tints of Limerick #89AA31
RGB
CMYK
RGB Variations
Color information
#89AA31 (or 0x89AA31) is known color: Limerick. HEX triplet: 89, AA and 31. RGB value is (137,170,49). Sum of RGB (Red+Green+Blue) = 137+170+49=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AA31 is #7655CE. Grayscale: #929292. Windows color (decimal): -7755215 or 3254921. OLE color: 3254921.
HSL color Cylindrical-coordinate representation of color #89AA31: hue angle of 76.36º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89AA31 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 49 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.33 |
| HSL | 76.36º | 0.55% | 0.43% | - |
| HSV(B) | 76.36º | 0.71% | 0.67% | - |
| XYZ | 25.25 | 34.29 | 8.19 | - |
| YUV | 146.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 49 | 0.19 | 0 | 0.71 | 0.33 | 76.36 | 0.55 | 0.43 |
| Hex | 89 | AA | 31 | 13 | 0 | 47 | 21 | 4C | 37 | 2B |
| Octal | 211 | 252 | 61 | 23 | 0 | 107 | 41 | 114 | 67 | 53 |
| Binary | 10001001 | 10101010 | 110001 | 10011 | 0 | 1000111 | 100001 | 1001100 | 110111 | 101011 |
Color Harmonies of #89AA31
Complementary color
Monochromatic Colors of #89AA31
Black with #89AA31
Text Example
Text Example
White with #89AA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA31; }
p { color: rgb(137,170,49); }
H1.HeaderClassName
{
color: #89AA31;
}
.AnyTagClassName
{
color: #89AA31;
}
</style>
background-color css
<style>
a { background-color: #89AA31; }
a { background-color: rgb(137,170,49); }
div.DivClassName
{
background-color: #89AA31;
}
.BgClassName
{
background-color: #89AA31;
}
</style>
border-color css
<style>
span { border-color: #89AA31; }
span { border-color: rgb(137,170,49); }
td.TdClassName
{
border-color: #89AA31;
}
.TagClassName
{
border-color: #89AA31;
}
</style>