Shades of Limerick #89B73D
Tints of Limerick #89B73D
RGB
CMYK
RGB Variations
Color information
#89B73D (or 0x89B73D) is known color: Limerick. HEX triplet: 89, B7 and 3D. RGB value is (137,183,61). Sum of RGB (Red+Green+Blue) = 137+183+61=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #89B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B73D is #7648C2. Grayscale: #9B9B9B. Windows color (decimal): -7751875 or 4044681. OLE color: 4044681.
HSL color Cylindrical-coordinate representation of color #89B73D: hue angle of 82.62º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89B73D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 183 | 61 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.28 |
| HSL | 82.62º | 0.5% | 0.48% | - |
| HSV(B) | 82.62º | 0.67% | 0.72% | - |
| XYZ | 28.09 | 39.52 | 10.56 | - |
| YUV | 155.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 61 | 0.25 | 0 | 0.67 | 0.28 | 82.62 | 0.5 | 0.48 |
| Hex | 89 | B7 | 3D | 19 | 0 | 43 | 1C | 53 | 32 | 30 |
| Octal | 211 | 267 | 75 | 31 | 0 | 103 | 34 | 123 | 62 | 60 |
| Binary | 10001001 | 10110111 | 111101 | 11001 | 0 | 1000011 | 11100 | 1010011 | 110010 | 110000 |
Color Harmonies of #89B73D
Complementary color
Monochromatic Colors of #89B73D
Black with #89B73D
Text Example
Text Example
White with #89B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B73D; }
p { color: rgb(137,183,61); }
H1.HeaderClassName
{
color: #89B73D;
}
.AnyTagClassName
{
color: #89B73D;
}
</style>
background-color css
<style>
a { background-color: #89B73D; }
a { background-color: rgb(137,183,61); }
div.DivClassName
{
background-color: #89B73D;
}
.BgClassName
{
background-color: #89B73D;
}
</style>
border-color css
<style>
span { border-color: #89B73D; }
span { border-color: rgb(137,183,61); }
td.TdClassName
{
border-color: #89B73D;
}
.TagClassName
{
border-color: #89B73D;
}
</style>