Shades of Limerick #89A91C
Tints of Limerick #89A91C
RGB
CMYK
RGB Variations
Color information
#89A91C (or 0x89A91C) is known color: Limerick. HEX triplet: 89, A9 and 1C. RGB value is (137,169,28). Sum of RGB (Red+Green+Blue) = 137+169+28=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #89A91C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A91C is #7656E3. Grayscale: #8F8F8F. Windows color (decimal): -7755492 or 1878409. OLE color: 1878409.
HSL color Cylindrical-coordinate representation of color #89A91C: hue angle of 73.62º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89A91C is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 28 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.34 |
| HSL | 73.62º | 0.72% | 0.39% | - |
| HSV(B) | 73.62º | 0.83% | 0.66% | - |
| XYZ | 24.71 | 33.78 | 6.32 | - |
| YUV | 143.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 28 | 0.19 | 0 | 0.83 | 0.34 | 73.62 | 0.72 | 0.39 |
| Hex | 89 | A9 | 1C | 13 | 0 | 53 | 22 | 4A | 48 | 27 |
| Octal | 211 | 251 | 34 | 23 | 0 | 123 | 42 | 112 | 110 | 47 |
| Binary | 10001001 | 10101001 | 11100 | 10011 | 0 | 1010011 | 100010 | 1001010 | 1001000 | 100111 |
Color Harmonies of #89A91C
Complementary color
Monochromatic Colors of #89A91C
Black with #89A91C
Text Example
Text Example
White with #89A91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A91C; }
p { color: rgb(137,169,28); }
H1.HeaderClassName
{
color: #89A91C;
}
.AnyTagClassName
{
color: #89A91C;
}
</style>
background-color css
<style>
a { background-color: #89A91C; }
a { background-color: rgb(137,169,28); }
div.DivClassName
{
background-color: #89A91C;
}
.BgClassName
{
background-color: #89A91C;
}
</style>
border-color css
<style>
span { border-color: #89A91C; }
span { border-color: rgb(137,169,28); }
td.TdClassName
{
border-color: #89A91C;
}
.TagClassName
{
border-color: #89A91C;
}
</style>