Shades of Limerick #89A327
Tints of Limerick #89A327
RGB
CMYK
RGB Variations
Color information
#89A327 (or 0x89A327) is known color: Limerick. HEX triplet: 89, A3 and 27. RGB value is (137,163,39). Sum of RGB (Red+Green+Blue) = 137+163+39=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #89A327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A327 is #765CD8. Grayscale: #8D8D8D. Windows color (decimal): -7757017 or 2597769. OLE color: 2597769.
HSL color Cylindrical-coordinate representation of color #89A327: hue angle of 72.58º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89A327 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 163 | 39 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.36 |
| HSL | 72.58º | 0.61% | 0.4% | - |
| HSV(B) | 72.58º | 0.76% | 0.64% | - |
| XYZ | 23.78 | 31.66 | 6.78 | - |
| YUV | 141.09 | 70.39 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 39 | 0.16 | 0 | 0.76 | 0.36 | 72.58 | 0.61 | 0.4 |
| Hex | 89 | A3 | 27 | 10 | 0 | 4C | 24 | 49 | 3D | 28 |
| Octal | 211 | 243 | 47 | 20 | 0 | 114 | 44 | 111 | 75 | 50 |
| Binary | 10001001 | 10100011 | 100111 | 10000 | 0 | 1001100 | 100100 | 1001001 | 111101 | 101000 |
Color Harmonies of #89A327
Complementary color
Monochromatic Colors of #89A327
Black with #89A327
Text Example
Text Example
White with #89A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A327; }
p { color: rgb(137,163,39); }
H1.HeaderClassName
{
color: #89A327;
}
.AnyTagClassName
{
color: #89A327;
}
</style>
background-color css
<style>
a { background-color: #89A327; }
a { background-color: rgb(137,163,39); }
div.DivClassName
{
background-color: #89A327;
}
.BgClassName
{
background-color: #89A327;
}
</style>
border-color css
<style>
span { border-color: #89A327; }
span { border-color: rgb(137,163,39); }
td.TdClassName
{
border-color: #89A327;
}
.TagClassName
{
border-color: #89A327;
}
</style>