Shades of Limerick #89AC3C
Tints of Limerick #89AC3C
RGB
CMYK
RGB Variations
Color information
#89AC3C (or 0x89AC3C) is known color: Limerick. HEX triplet: 89, AC and 3C. RGB value is (137,172,60). Sum of RGB (Red+Green+Blue) = 137+172+60=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AC3C is #7653C3. Grayscale: #959595. Windows color (decimal): -7754692 or 3976329. OLE color: 3976329.
HSL color Cylindrical-coordinate representation of color #89AC3C: hue angle of 78.75º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89AC3C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 172 | 60 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.33 |
| HSL | 78.75º | 0.48% | 0.45% | - |
| HSV(B) | 78.75º | 0.65% | 0.67% | - |
| XYZ | 25.88 | 35.15 | 9.7 | - |
| YUV | 148.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 60 | 0.20 | 0 | 0.65 | 0.33 | 78.75 | 0.48 | 0.45 |
| Hex | 89 | AC | 3C | 14 | 0 | 41 | 21 | 4F | 30 | 2D |
| Octal | 211 | 254 | 74 | 24 | 0 | 101 | 41 | 117 | 60 | 55 |
| Binary | 10001001 | 10101100 | 111100 | 10100 | 0 | 1000001 | 100001 | 1001111 | 110000 | 101101 |
Color Harmonies of #89AC3C
Complementary color
Monochromatic Colors of #89AC3C
Black with #89AC3C
Text Example
Text Example
White with #89AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AC3C; }
p { color: rgb(137,172,60); }
H1.HeaderClassName
{
color: #89AC3C;
}
.AnyTagClassName
{
color: #89AC3C;
}
</style>
background-color css
<style>
a { background-color: #89AC3C; }
a { background-color: rgb(137,172,60); }
div.DivClassName
{
background-color: #89AC3C;
}
.BgClassName
{
background-color: #89AC3C;
}
</style>
border-color css
<style>
span { border-color: #89AC3C; }
span { border-color: rgb(137,172,60); }
td.TdClassName
{
border-color: #89AC3C;
}
.TagClassName
{
border-color: #89AC3C;
}
</style>