Shades of Limerick #89B63C
Tints of Limerick #89B63C
RGB
CMYK
RGB Variations
Color information
#89B63C (or 0x89B63C) is known color: Limerick. HEX triplet: 89, B6 and 3C. RGB value is (137,182,60). Sum of RGB (Red+Green+Blue) = 137+182+60=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #89B63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B63C is #7649C3. Grayscale: #9B9B9B. Windows color (decimal): -7752132 or 3978889. OLE color: 3978889.
HSL color Cylindrical-coordinate representation of color #89B63C: hue angle of 82.13º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89B63C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 182 | 60 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.29 |
| HSL | 82.13º | 0.5% | 0.47% | - |
| HSV(B) | 82.13º | 0.67% | 0.71% | - |
| XYZ | 27.86 | 39.1 | 10.35 | - |
| YUV | 154.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 182 | 60 | 0.25 | 0 | 0.67 | 0.29 | 82.13 | 0.5 | 0.47 |
| Hex | 89 | B6 | 3C | 19 | 0 | 43 | 1D | 52 | 32 | 2F |
| Octal | 211 | 266 | 74 | 31 | 0 | 103 | 35 | 122 | 62 | 57 |
| Binary | 10001001 | 10110110 | 111100 | 11001 | 0 | 1000011 | 11101 | 1010010 | 110010 | 101111 |
Color Harmonies of #89B63C
Complementary color
Monochromatic Colors of #89B63C
Black with #89B63C
Text Example
Text Example
White with #89B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B63C; }
p { color: rgb(137,182,60); }
H1.HeaderClassName
{
color: #89B63C;
}
.AnyTagClassName
{
color: #89B63C;
}
</style>
background-color css
<style>
a { background-color: #89B63C; }
a { background-color: rgb(137,182,60); }
div.DivClassName
{
background-color: #89B63C;
}
.BgClassName
{
background-color: #89B63C;
}
</style>
border-color css
<style>
span { border-color: #89B63C; }
span { border-color: rgb(137,182,60); }
td.TdClassName
{
border-color: #89B63C;
}
.TagClassName
{
border-color: #89B63C;
}
</style>