Shades of Limerick #89B92C
Tints of Limerick #89B92C
RGB
CMYK
RGB Variations
Color information
#89B92C (or 0x89B92C) is known color: Limerick. HEX triplet: 89, B9 and 2C. RGB value is (137,185,44). Sum of RGB (Red+Green+Blue) = 137+185+44=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #89B92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B92C is #7646D3. Grayscale: #9B9B9B. Windows color (decimal): -7751380 or 2931081. OLE color: 2931081.
HSL color Cylindrical-coordinate representation of color #89B92C: hue angle of 80.43º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89B92C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 185 | 44 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.27 |
| HSL | 80.43º | 0.62% | 0.45% | - |
| HSV(B) | 80.43º | 0.76% | 0.73% | - |
| XYZ | 28.12 | 40.2 | 8.66 | - |
| YUV | 154.57 | 65.6 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 185 | 44 | 0.26 | 0 | 0.76 | 0.27 | 80.43 | 0.62 | 0.45 |
| Hex | 89 | B9 | 2C | 1A | 0 | 4C | 1B | 50 | 3E | 2D |
| Octal | 211 | 271 | 54 | 32 | 0 | 114 | 33 | 120 | 76 | 55 |
| Binary | 10001001 | 10111001 | 101100 | 11010 | 0 | 1001100 | 11011 | 1010000 | 111110 | 101101 |
Color Harmonies of #89B92C
Complementary color
Monochromatic Colors of #89B92C
Black with #89B92C
Text Example
Text Example
White with #89B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B92C; }
p { color: rgb(137,185,44); }
H1.HeaderClassName
{
color: #89B92C;
}
.AnyTagClassName
{
color: #89B92C;
}
</style>
background-color css
<style>
a { background-color: #89B92C; }
a { background-color: rgb(137,185,44); }
div.DivClassName
{
background-color: #89B92C;
}
.BgClassName
{
background-color: #89B92C;
}
</style>
border-color css
<style>
span { border-color: #89B92C; }
span { border-color: rgb(137,185,44); }
td.TdClassName
{
border-color: #89B92C;
}
.TagClassName
{
border-color: #89B92C;
}
</style>