Shades of Limerick #8DBA19
Tints of Limerick #8DBA19
RGB
CMYK
RGB Variations
Color information
#8DBA19 (or 0x8DBA19) is known color: Limerick. HEX triplet: 8D, BA and 19. RGB value is (141,186,25). Sum of RGB (Red+Green+Blue) = 141+186+25=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA19 is #7245E6. Grayscale: #9A9A9A. Windows color (decimal): -7488999 or 1686157. OLE color: 1686157.
HSL color Cylindrical-coordinate representation of color #8DBA19: hue angle of 76.77º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DBA19 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 25 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.27 |
| HSL | 76.77º | 0.76% | 0.41% | - |
| HSV(B) | 76.77º | 0.87% | 0.73% | - |
| XYZ | 28.72 | 40.85 | 7.29 | - |
| YUV | 154.19 | 55.09 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 25 | 0.24 | 0 | 0.87 | 0.27 | 76.77 | 0.76 | 0.41 |
| Hex | 8D | BA | 19 | 18 | 0 | 57 | 1B | 4D | 4C | 29 |
| Octal | 215 | 272 | 31 | 30 | 0 | 127 | 33 | 115 | 114 | 51 |
| Binary | 10001101 | 10111010 | 11001 | 11000 | 0 | 1010111 | 11011 | 1001101 | 1001100 | 101001 |
Color Harmonies of #8DBA19
Complementary color
Monochromatic Colors of #8DBA19
Black with #8DBA19
Text Example
Text Example
White with #8DBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA19; }
p { color: rgb(141,186,25); }
H1.HeaderClassName
{
color: #8DBA19;
}
.AnyTagClassName
{
color: #8DBA19;
}
</style>
background-color css
<style>
a { background-color: #8DBA19; }
a { background-color: rgb(141,186,25); }
div.DivClassName
{
background-color: #8DBA19;
}
.BgClassName
{
background-color: #8DBA19;
}
</style>
border-color css
<style>
span { border-color: #8DBA19; }
span { border-color: rgb(141,186,25); }
td.TdClassName
{
border-color: #8DBA19;
}
.TagClassName
{
border-color: #8DBA19;
}
</style>