Shades of Limerick #89B322
Tints of Limerick #89B322
RGB
CMYK
RGB Variations
Color information
#89B322 (or 0x89B322) is known color: Limerick. HEX triplet: 89, B3 and 22. RGB value is (137,179,34). Sum of RGB (Red+Green+Blue) = 137+179+34=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #89B322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B322 is #764CDD. Grayscale: #969696. Windows color (decimal): -7752926 or 2274185. OLE color: 2274185.
HSL color Cylindrical-coordinate representation of color #89B322: hue angle of 77.38º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89B322 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 34 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.30 |
| HSL | 77.38º | 0.68% | 0.42% | - |
| HSV(B) | 77.38º | 0.81% | 0.7% | - |
| XYZ | 26.73 | 37.67 | 7.38 | - |
| YUV | 149.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 34 | 0.23 | 0 | 0.81 | 0.30 | 77.38 | 0.68 | 0.42 |
| Hex | 89 | B3 | 22 | 17 | 0 | 51 | 1E | 4D | 44 | 2A |
| Octal | 211 | 263 | 42 | 27 | 0 | 121 | 36 | 115 | 104 | 52 |
| Binary | 10001001 | 10110011 | 100010 | 10111 | 0 | 1010001 | 11110 | 1001101 | 1000100 | 101010 |
Color Harmonies of #89B322
Complementary color
Monochromatic Colors of #89B322
Black with #89B322
Text Example
Text Example
White with #89B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B322; }
p { color: rgb(137,179,34); }
H1.HeaderClassName
{
color: #89B322;
}
.AnyTagClassName
{
color: #89B322;
}
</style>
background-color css
<style>
a { background-color: #89B322; }
a { background-color: rgb(137,179,34); }
div.DivClassName
{
background-color: #89B322;
}
.BgClassName
{
background-color: #89B322;
}
</style>
border-color css
<style>
span { border-color: #89B322; }
span { border-color: rgb(137,179,34); }
td.TdClassName
{
border-color: #89B322;
}
.TagClassName
{
border-color: #89B322;
}
</style>