Shades of Limerick #89BF1C
Tints of Limerick #89BF1C
RGB
CMYK
RGB Variations
Color information
#89BF1C (or 0x89BF1C) is known color: Limerick. HEX triplet: 89, BF and 1C. RGB value is (137,191,28). Sum of RGB (Red+Green+Blue) = 137+191+28=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF1C is #7640E3. Grayscale: #9C9C9C. Windows color (decimal): -7749860 or 1884041. OLE color: 1884041.
HSL color Cylindrical-coordinate representation of color #89BF1C: hue angle of 79.88º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89BF1C is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 28 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.25 |
| HSL | 79.88º | 0.74% | 0.43% | - |
| HSV(B) | 79.88º | 0.85% | 0.75% | - |
| XYZ | 29.16 | 42.66 | 7.8 | - |
| YUV | 156.27 | 55.61 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 28 | 0.28 | 0 | 0.85 | 0.25 | 79.88 | 0.74 | 0.43 |
| Hex | 89 | BF | 1C | 1C | 0 | 55 | 19 | 50 | 4A | 2B |
| Octal | 211 | 277 | 34 | 34 | 0 | 125 | 31 | 120 | 112 | 53 |
| Binary | 10001001 | 10111111 | 11100 | 11100 | 0 | 1010101 | 11001 | 1010000 | 1001010 | 101011 |
Color Harmonies of #89BF1C
Complementary color
Monochromatic Colors of #89BF1C
Black with #89BF1C
Text Example
Text Example
White with #89BF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF1C; }
p { color: rgb(137,191,28); }
H1.HeaderClassName
{
color: #89BF1C;
}
.AnyTagClassName
{
color: #89BF1C;
}
</style>
background-color css
<style>
a { background-color: #89BF1C; }
a { background-color: rgb(137,191,28); }
div.DivClassName
{
background-color: #89BF1C;
}
.BgClassName
{
background-color: #89BF1C;
}
</style>
border-color css
<style>
span { border-color: #89BF1C; }
span { border-color: rgb(137,191,28); }
td.TdClassName
{
border-color: #89BF1C;
}
.TagClassName
{
border-color: #89BF1C;
}
</style>