Shades of Limerick #89C023
Tints of Limerick #89C023
RGB
CMYK
RGB Variations
Color information
#89C023 (or 0x89C023) is known color: Limerick. HEX triplet: 89, C0 and 23. RGB value is (137,192,35). Sum of RGB (Red+Green+Blue) = 137+192+35=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #89C023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C023 is #763FDC. Grayscale: #9E9E9E. Windows color (decimal): -7749597 or 2343049. OLE color: 2343049.
HSL color Cylindrical-coordinate representation of color #89C023: hue angle of 81.02º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89C023 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 35 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.25 |
| HSL | 81.02º | 0.69% | 0.45% | - |
| HSV(B) | 81.02º | 0.82% | 0.75% | - |
| XYZ | 29.47 | 43.14 | 8.36 | - |
| YUV | 157.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 35 | 0.29 | 0 | 0.82 | 0.25 | 81.02 | 0.69 | 0.45 |
| Hex | 89 | C0 | 23 | 1D | 0 | 52 | 19 | 51 | 45 | 2D |
| Octal | 211 | 300 | 43 | 35 | 0 | 122 | 31 | 121 | 105 | 55 |
| Binary | 10001001 | 11000000 | 100011 | 11101 | 0 | 1010010 | 11001 | 1010001 | 1000101 | 101101 |
Color Harmonies of #89C023
Complementary color
Monochromatic Colors of #89C023
Black with #89C023
Text Example
Text Example
White with #89C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C023; }
p { color: rgb(137,192,35); }
H1.HeaderClassName
{
color: #89C023;
}
.AnyTagClassName
{
color: #89C023;
}
</style>
background-color css
<style>
a { background-color: #89C023; }
a { background-color: rgb(137,192,35); }
div.DivClassName
{
background-color: #89C023;
}
.BgClassName
{
background-color: #89C023;
}
</style>
border-color css
<style>
span { border-color: #89C023; }
span { border-color: rgb(137,192,35); }
td.TdClassName
{
border-color: #89C023;
}
.TagClassName
{
border-color: #89C023;
}
</style>