Shades of Limerick #89B53C
Tints of Limerick #89B53C
RGB
CMYK
RGB Variations
Color information
#89B53C (or 0x89B53C) is known color: Limerick. HEX triplet: 89, B5 and 3C. RGB value is (137,181,60). Sum of RGB (Red+Green+Blue) = 137+181+60=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #89B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B53C is #764AC3. Grayscale: #9A9A9A. Windows color (decimal): -7752388 or 3978633. OLE color: 3978633.
HSL color Cylindrical-coordinate representation of color #89B53C: hue angle of 81.82º 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 #89B53C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 181 | 60 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.29 |
| HSL | 81.82º | 0.5% | 0.47% | - |
| HSV(B) | 81.82º | 0.67% | 0.71% | - |
| XYZ | 27.66 | 38.69 | 10.29 | - |
| YUV | 154.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 60 | 0.24 | 0 | 0.67 | 0.29 | 81.82 | 0.5 | 0.47 |
| Hex | 89 | B5 | 3C | 18 | 0 | 43 | 1D | 52 | 32 | 2F |
| Octal | 211 | 265 | 74 | 30 | 0 | 103 | 35 | 122 | 62 | 57 |
| Binary | 10001001 | 10110101 | 111100 | 11000 | 0 | 1000011 | 11101 | 1010010 | 110010 | 101111 |
Color Harmonies of #89B53C
Complementary color
Monochromatic Colors of #89B53C
Black with #89B53C
Text Example
Text Example
White with #89B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B53C; }
p { color: rgb(137,181,60); }
H1.HeaderClassName
{
color: #89B53C;
}
.AnyTagClassName
{
color: #89B53C;
}
</style>
background-color css
<style>
a { background-color: #89B53C; }
a { background-color: rgb(137,181,60); }
div.DivClassName
{
background-color: #89B53C;
}
.BgClassName
{
background-color: #89B53C;
}
</style>
border-color css
<style>
span { border-color: #89B53C; }
span { border-color: rgb(137,181,60); }
td.TdClassName
{
border-color: #89B53C;
}
.TagClassName
{
border-color: #89B53C;
}
</style>