Shades of Limerick #89B91F
Tints of Limerick #89B91F
RGB
CMYK
RGB Variations
Color information
#89B91F (or 0x89B91F) is known color: Limerick. HEX triplet: 89, B9 and 1F. RGB value is (137,185,31). Sum of RGB (Red+Green+Blue) = 137+185+31=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #89B91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B91F is #7646E0. Grayscale: #999999. Windows color (decimal): -7751393 or 2079113. OLE color: 2079113.
HSL color Cylindrical-coordinate representation of color #89B91F: hue angle of 78.7º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89B91F is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 185 | 31 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.27 |
| HSL | 78.7º | 0.71% | 0.42% | - |
| HSV(B) | 78.7º | 0.83% | 0.73% | - |
| XYZ | 27.91 | 40.12 | 7.57 | - |
| YUV | 153.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 185 | 31 | 0.26 | 0 | 0.83 | 0.27 | 78.7 | 0.71 | 0.42 |
| Hex | 89 | B9 | 1F | 1A | 0 | 53 | 1B | 4F | 47 | 2A |
| Octal | 211 | 271 | 37 | 32 | 0 | 123 | 33 | 117 | 107 | 52 |
| Binary | 10001001 | 10111001 | 11111 | 11010 | 0 | 1010011 | 11011 | 1001111 | 1000111 | 101010 |
Color Harmonies of #89B91F
Complementary color
Monochromatic Colors of #89B91F
Black with #89B91F
Text Example
Text Example
White with #89B91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B91F; }
p { color: rgb(137,185,31); }
H1.HeaderClassName
{
color: #89B91F;
}
.AnyTagClassName
{
color: #89B91F;
}
</style>
background-color css
<style>
a { background-color: #89B91F; }
a { background-color: rgb(137,185,31); }
div.DivClassName
{
background-color: #89B91F;
}
.BgClassName
{
background-color: #89B91F;
}
</style>
border-color css
<style>
span { border-color: #89B91F; }
span { border-color: rgb(137,185,31); }
td.TdClassName
{
border-color: #89B91F;
}
.TagClassName
{
border-color: #89B91F;
}
</style>