Shades of Limerick #89B81F
Tints of Limerick #89B81F
RGB
CMYK
RGB Variations
Color information
#89B81F (or 0x89B81F) is known color: Limerick. HEX triplet: 89, B8 and 1F. RGB value is (137,184,31). Sum of RGB (Red+Green+Blue) = 137+184+31=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #89B81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B81F is #7647E0. Grayscale: #999999. Windows color (decimal): -7751649 or 2078857. OLE color: 2078857.
HSL color Cylindrical-coordinate representation of color #89B81F: hue angle of 78.43º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89B81F is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 184 | 31 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.28 |
| HSL | 78.43º | 0.71% | 0.42% | - |
| HSV(B) | 78.43º | 0.83% | 0.72% | - |
| XYZ | 27.7 | 39.7 | 7.5 | - |
| YUV | 152.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 184 | 31 | 0.26 | 0 | 0.83 | 0.28 | 78.43 | 0.71 | 0.42 |
| Hex | 89 | B8 | 1F | 1A | 0 | 53 | 1C | 4E | 47 | 2A |
| Octal | 211 | 270 | 37 | 32 | 0 | 123 | 34 | 116 | 107 | 52 |
| Binary | 10001001 | 10111000 | 11111 | 11010 | 0 | 1010011 | 11100 | 1001110 | 1000111 | 101010 |
Color Harmonies of #89B81F
Complementary color
Monochromatic Colors of #89B81F
Black with #89B81F
Text Example
Text Example
White with #89B81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B81F; }
p { color: rgb(137,184,31); }
H1.HeaderClassName
{
color: #89B81F;
}
.AnyTagClassName
{
color: #89B81F;
}
</style>
background-color css
<style>
a { background-color: #89B81F; }
a { background-color: rgb(137,184,31); }
div.DivClassName
{
background-color: #89B81F;
}
.BgClassName
{
background-color: #89B81F;
}
</style>
border-color css
<style>
span { border-color: #89B81F; }
span { border-color: rgb(137,184,31); }
td.TdClassName
{
border-color: #89B81F;
}
.TagClassName
{
border-color: #89B81F;
}
</style>