Shades of Limerick #89C317
Tints of Limerick #89C317
RGB
CMYK
RGB Variations
Color information
#89C317 (or 0x89C317) is known color: Limerick. HEX triplet: 89, C3 and 17. RGB value is (137,195,23). Sum of RGB (Red+Green+Blue) = 137+195+23=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #89C317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C317 is #763CE8. Grayscale: #9E9E9E. Windows color (decimal): -7748841 or 1557385. OLE color: 1557385.
HSL color Cylindrical-coordinate representation of color #89C317: hue angle of 80.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89C317 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 23 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.24 |
| HSL | 80.23º | 0.79% | 0.43% | - |
| HSV(B) | 80.23º | 0.88% | 0.76% | - |
| XYZ | 29.99 | 44.41 | 7.8 | - |
| YUV | 158.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 23 | 0.30 | 0 | 0.88 | 0.24 | 80.23 | 0.79 | 0.43 |
| Hex | 89 | C3 | 17 | 1E | 0 | 58 | 18 | 50 | 4F | 2B |
| Octal | 211 | 303 | 27 | 36 | 0 | 130 | 30 | 120 | 117 | 53 |
| Binary | 10001001 | 11000011 | 10111 | 11110 | 0 | 1011000 | 11000 | 1010000 | 1001111 | 101011 |
Color Harmonies of #89C317
Complementary color
Monochromatic Colors of #89C317
Black with #89C317
Text Example
Text Example
White with #89C317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C317; }
p { color: rgb(137,195,23); }
H1.HeaderClassName
{
color: #89C317;
}
.AnyTagClassName
{
color: #89C317;
}
</style>
background-color css
<style>
a { background-color: #89C317; }
a { background-color: rgb(137,195,23); }
div.DivClassName
{
background-color: #89C317;
}
.BgClassName
{
background-color: #89C317;
}
</style>
border-color css
<style>
span { border-color: #89C317; }
span { border-color: rgb(137,195,23); }
td.TdClassName
{
border-color: #89C317;
}
.TagClassName
{
border-color: #89C317;
}
</style>