Shades of Limerick #89A91F
Tints of Limerick #89A91F
RGB
CMYK
RGB Variations
Color information
#89A91F (or 0x89A91F) is known color: Limerick. HEX triplet: 89, A9 and 1F. RGB value is (137,169,31). Sum of RGB (Red+Green+Blue) = 137+169+31=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 169 (66.41% from 255 or 50.15% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 169 - color contains mainly: green. Hex color #89A91F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A91F is #7656E0. Grayscale: #909090. Windows color (decimal): -7755489 or 2075017. OLE color: 2075017.
HSL color Cylindrical-coordinate representation of color #89A91F: hue angle of 73.91º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89A91F is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 31 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.34 |
| HSL | 73.91º | 0.69% | 0.39% | - |
| HSV(B) | 73.91º | 0.82% | 0.66% | - |
| XYZ | 24.75 | 33.79 | 6.51 | - |
| YUV | 143.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 31 | 0.19 | 0 | 0.82 | 0.34 | 73.91 | 0.69 | 0.39 |
| Hex | 89 | A9 | 1F | 13 | 0 | 52 | 22 | 4A | 45 | 27 |
| Octal | 211 | 251 | 37 | 23 | 0 | 122 | 42 | 112 | 105 | 47 |
| Binary | 10001001 | 10101001 | 11111 | 10011 | 0 | 1010010 | 100010 | 1001010 | 1000101 | 100111 |
Color Harmonies of #89A91F
Complementary color
Monochromatic Colors of #89A91F
Black with #89A91F
Text Example
Text Example
White with #89A91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A91F; }
p { color: rgb(137,169,31); }
H1.HeaderClassName
{
color: #89A91F;
}
.AnyTagClassName
{
color: #89A91F;
}
</style>
background-color css
<style>
a { background-color: #89A91F; }
a { background-color: rgb(137,169,31); }
div.DivClassName
{
background-color: #89A91F;
}
.BgClassName
{
background-color: #89A91F;
}
</style>
border-color css
<style>
span { border-color: #89A91F; }
span { border-color: rgb(137,169,31); }
td.TdClassName
{
border-color: #89A91F;
}
.TagClassName
{
border-color: #89A91F;
}
</style>