Shades of Limerick #89C321
Tints of Limerick #89C321
RGB
CMYK
RGB Variations
Color information
#89C321 (or 0x89C321) is known color: Limerick. HEX triplet: 89, C3 and 21. RGB value is (137,195,33). Sum of RGB (Red+Green+Blue) = 137+195+33=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #89C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C321 is #763CDE. Grayscale: #9F9F9F. Windows color (decimal): -7748831 or 2212745. OLE color: 2212745.
HSL color Cylindrical-coordinate representation of color #89C321: hue angle of 81.48º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89C321 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 33 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.24 |
| HSL | 81.48º | 0.71% | 0.45% | - |
| HSV(B) | 81.48º | 0.83% | 0.76% | - |
| XYZ | 30.11 | 44.46 | 8.43 | - |
| YUV | 159.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 33 | 0.30 | 0 | 0.83 | 0.24 | 81.48 | 0.71 | 0.45 |
| Hex | 89 | C3 | 21 | 1E | 0 | 53 | 18 | 51 | 47 | 2D |
| Octal | 211 | 303 | 41 | 36 | 0 | 123 | 30 | 121 | 107 | 55 |
| Binary | 10001001 | 11000011 | 100001 | 11110 | 0 | 1010011 | 11000 | 1010001 | 1000111 | 101101 |
Color Harmonies of #89C321
Complementary color
Monochromatic Colors of #89C321
Black with #89C321
Text Example
Text Example
White with #89C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C321; }
p { color: rgb(137,195,33); }
H1.HeaderClassName
{
color: #89C321;
}
.AnyTagClassName
{
color: #89C321;
}
</style>
background-color css
<style>
a { background-color: #89C321; }
a { background-color: rgb(137,195,33); }
div.DivClassName
{
background-color: #89C321;
}
.BgClassName
{
background-color: #89C321;
}
</style>
border-color css
<style>
span { border-color: #89C321; }
span { border-color: rgb(137,195,33); }
td.TdClassName
{
border-color: #89C321;
}
.TagClassName
{
border-color: #89C321;
}
</style>