Shades of Limerick #8CB819
Tints of Limerick #8CB819
RGB
CMYK
RGB Variations
Color information
#8CB819 (or 0x8CB819) is known color: Limerick. HEX triplet: 8C, B8 and 19. RGB value is (140,184,25). Sum of RGB (Red+Green+Blue) = 140+184+25=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB819 is #7347E6. Grayscale: #999999. Windows color (decimal): -7555047 or 1685644. OLE color: 1685644.
HSL color Cylindrical-coordinate representation of color #8CB819: hue angle of 76.6º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CB819 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 25 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.28 |
| HSL | 76.6º | 0.76% | 0.41% | - |
| HSV(B) | 76.6º | 0.86% | 0.72% | - |
| XYZ | 28.13 | 39.93 | 7.14 | - |
| YUV | 152.72 | 55.92 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 25 | 0.24 | 0 | 0.86 | 0.28 | 76.6 | 0.76 | 0.41 |
| Hex | 8C | B8 | 19 | 18 | 0 | 56 | 1C | 4D | 4C | 29 |
| Octal | 214 | 270 | 31 | 30 | 0 | 126 | 34 | 115 | 114 | 51 |
| Binary | 10001100 | 10111000 | 11001 | 11000 | 0 | 1010110 | 11100 | 1001101 | 1001100 | 101001 |
Color Harmonies of #8CB819
Complementary color
Monochromatic Colors of #8CB819
Black with #8CB819
Text Example
Text Example
White with #8CB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB819; }
p { color: rgb(140,184,25); }
H1.HeaderClassName
{
color: #8CB819;
}
.AnyTagClassName
{
color: #8CB819;
}
</style>
background-color css
<style>
a { background-color: #8CB819; }
a { background-color: rgb(140,184,25); }
div.DivClassName
{
background-color: #8CB819;
}
.BgClassName
{
background-color: #8CB819;
}
</style>
border-color css
<style>
span { border-color: #8CB819; }
span { border-color: rgb(140,184,25); }
td.TdClassName
{
border-color: #8CB819;
}
.TagClassName
{
border-color: #8CB819;
}
</style>