Shades of Limerick #89C022
Tints of Limerick #89C022
RGB
CMYK
RGB Variations
Color information
#89C022 (or 0x89C022) is known color: Limerick. HEX triplet: 89, C0 and 22. RGB value is (137,192,34). Sum of RGB (Red+Green+Blue) = 137+192+34=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #89C022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C022 is #763FDD. Grayscale: #9E9E9E. Windows color (decimal): -7749598 or 2277513. OLE color: 2277513.
HSL color Cylindrical-coordinate representation of color #89C022: hue angle of 80.89º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89C022 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 34 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.25 |
| HSL | 80.89º | 0.7% | 0.44% | - |
| HSV(B) | 80.89º | 0.82% | 0.75% | - |
| XYZ | 29.45 | 43.13 | 8.29 | - |
| YUV | 157.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 34 | 0.29 | 0 | 0.82 | 0.25 | 80.89 | 0.7 | 0.44 |
| Hex | 89 | C0 | 22 | 1D | 0 | 52 | 19 | 51 | 46 | 2C |
| Octal | 211 | 300 | 42 | 35 | 0 | 122 | 31 | 121 | 106 | 54 |
| Binary | 10001001 | 11000000 | 100010 | 11101 | 0 | 1010010 | 11001 | 1010001 | 1000110 | 101100 |
Color Harmonies of #89C022
Complementary color
Monochromatic Colors of #89C022
Black with #89C022
Text Example
Text Example
White with #89C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C022; }
p { color: rgb(137,192,34); }
H1.HeaderClassName
{
color: #89C022;
}
.AnyTagClassName
{
color: #89C022;
}
</style>
background-color css
<style>
a { background-color: #89C022; }
a { background-color: rgb(137,192,34); }
div.DivClassName
{
background-color: #89C022;
}
.BgClassName
{
background-color: #89C022;
}
</style>
border-color css
<style>
span { border-color: #89C022; }
span { border-color: rgb(137,192,34); }
td.TdClassName
{
border-color: #89C022;
}
.TagClassName
{
border-color: #89C022;
}
</style>