Shades of Limerick #89B324
Tints of Limerick #89B324
RGB
CMYK
RGB Variations
Color information
#89B324 (or 0x89B324) is known color: Limerick. HEX triplet: 89, B3 and 24. RGB value is (137,179,36). Sum of RGB (Red+Green+Blue) = 137+179+36=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #89B324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B324 is #764CDB. Grayscale: #969696. Windows color (decimal): -7752924 or 2405257. OLE color: 2405257.
HSL color Cylindrical-coordinate representation of color #89B324: hue angle of 77.62º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89B324 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 36 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.30 |
| HSL | 77.62º | 0.67% | 0.42% | - |
| HSV(B) | 77.62º | 0.8% | 0.7% | - |
| XYZ | 26.76 | 37.69 | 7.53 | - |
| YUV | 150.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 36 | 0.23 | 0 | 0.80 | 0.30 | 77.62 | 0.67 | 0.42 |
| Hex | 89 | B3 | 24 | 17 | 0 | 50 | 1E | 4E | 43 | 2A |
| Octal | 211 | 263 | 44 | 27 | 0 | 120 | 36 | 116 | 103 | 52 |
| Binary | 10001001 | 10110011 | 100100 | 10111 | 0 | 1010000 | 11110 | 1001110 | 1000011 | 101010 |
Color Harmonies of #89B324
Complementary color
Monochromatic Colors of #89B324
Black with #89B324
Text Example
Text Example
White with #89B324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B324; }
p { color: rgb(137,179,36); }
H1.HeaderClassName
{
color: #89B324;
}
.AnyTagClassName
{
color: #89B324;
}
</style>
background-color css
<style>
a { background-color: #89B324; }
a { background-color: rgb(137,179,36); }
div.DivClassName
{
background-color: #89B324;
}
.BgClassName
{
background-color: #89B324;
}
</style>
border-color css
<style>
span { border-color: #89B324; }
span { border-color: rgb(137,179,36); }
td.TdClassName
{
border-color: #89B324;
}
.TagClassName
{
border-color: #89B324;
}
</style>