Shades of Limerick #889F2D
Tints of Limerick #889F2D
RGB
CMYK
RGB Variations
Color information
#889F2D (or 0x889F2D) is known color: Limerick. HEX triplet: 88, 9F and 2D. RGB value is (136,159,45). Sum of RGB (Red+Green+Blue) = 136+159+45=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #889F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889F2D is #7760D2. Grayscale: #8B8B8B. Windows color (decimal): -7823571 or 2989960. OLE color: 2989960.
HSL color Cylindrical-coordinate representation of color #889F2D: hue angle of 72.11º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #889F2D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 45 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.38 |
| HSL | 72.11º | 0.56% | 0.4% | - |
| HSV(B) | 72.11º | 0.72% | 0.62% | - |
| XYZ | 23.03 | 30.22 | 7.1 | - |
| YUV | 139.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 45 | 0.14 | 0 | 0.72 | 0.38 | 72.11 | 0.56 | 0.4 |
| Hex | 88 | 9F | 2D | E | 0 | 48 | 26 | 48 | 38 | 28 |
| Octal | 210 | 237 | 55 | 16 | 0 | 110 | 46 | 110 | 70 | 50 |
| Binary | 10001000 | 10011111 | 101101 | 1110 | 0 | 1001000 | 100110 | 1001000 | 111000 | 101000 |
Color Harmonies of #889F2D
Complementary color
Monochromatic Colors of #889F2D
Black with #889F2D
Text Example
Text Example
White with #889F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F2D; }
p { color: rgb(136,159,45); }
H1.HeaderClassName
{
color: #889F2D;
}
.AnyTagClassName
{
color: #889F2D;
}
</style>
background-color css
<style>
a { background-color: #889F2D; }
a { background-color: rgb(136,159,45); }
div.DivClassName
{
background-color: #889F2D;
}
.BgClassName
{
background-color: #889F2D;
}
</style>
border-color css
<style>
span { border-color: #889F2D; }
span { border-color: rgb(136,159,45); }
td.TdClassName
{
border-color: #889F2D;
}
.TagClassName
{
border-color: #889F2D;
}
</style>