Shades of Limerick #89B52C
Tints of Limerick #89B52C
RGB
CMYK
RGB Variations
Color information
#89B52C (or 0x89B52C) is known color: Limerick. HEX triplet: 89, B5 and 2C. RGB value is (137,181,44). Sum of RGB (Red+Green+Blue) = 137+181+44=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #89B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B52C is #764AD3. Grayscale: #989898. Windows color (decimal): -7752404 or 2930057. OLE color: 2930057.
HSL color Cylindrical-coordinate representation of color #89B52C: hue angle of 79.27º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89B52C is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 181 | 44 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.29 |
| HSL | 79.27º | 0.61% | 0.44% | - |
| HSV(B) | 79.27º | 0.76% | 0.71% | - |
| XYZ | 27.3 | 38.55 | 8.38 | - |
| YUV | 152.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 44 | 0.24 | 0 | 0.76 | 0.29 | 79.27 | 0.61 | 0.44 |
| Hex | 89 | B5 | 2C | 18 | 0 | 4C | 1D | 4F | 3D | 2C |
| Octal | 211 | 265 | 54 | 30 | 0 | 114 | 35 | 117 | 75 | 54 |
| Binary | 10001001 | 10110101 | 101100 | 11000 | 0 | 1001100 | 11101 | 1001111 | 111101 | 101100 |
Color Harmonies of #89B52C
Complementary color
Monochromatic Colors of #89B52C
Black with #89B52C
Text Example
Text Example
White with #89B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B52C; }
p { color: rgb(137,181,44); }
H1.HeaderClassName
{
color: #89B52C;
}
.AnyTagClassName
{
color: #89B52C;
}
</style>
background-color css
<style>
a { background-color: #89B52C; }
a { background-color: rgb(137,181,44); }
div.DivClassName
{
background-color: #89B52C;
}
.BgClassName
{
background-color: #89B52C;
}
</style>
border-color css
<style>
span { border-color: #89B52C; }
span { border-color: rgb(137,181,44); }
td.TdClassName
{
border-color: #89B52C;
}
.TagClassName
{
border-color: #89B52C;
}
</style>