Shades of Limerick #8CB814
Tints of Limerick #8CB814
RGB
CMYK
RGB Variations
Color information
#8CB814 (or 0x8CB814) is known color: Limerick. HEX triplet: 8C, B8 and 14. RGB value is (140,184,20). Sum of RGB (Red+Green+Blue) = 140+184+20=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB814 is #7347EB. Grayscale: #989898. Windows color (decimal): -7555052 or 1357964. OLE color: 1357964.
HSL color Cylindrical-coordinate representation of color #8CB814: hue angle of 76.1º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CB814 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 20 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.28 |
| HSL | 76.1º | 0.8% | 0.4% | - |
| HSV(B) | 76.1º | 0.89% | 0.72% | - |
| XYZ | 28.08 | 39.91 | 6.88 | - |
| YUV | 152.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 20 | 0.24 | 0 | 0.89 | 0.28 | 76.1 | 0.8 | 0.4 |
| Hex | 8C | B8 | 14 | 18 | 0 | 59 | 1C | 4C | 50 | 28 |
| Octal | 214 | 270 | 24 | 30 | 0 | 131 | 34 | 114 | 120 | 50 |
| Binary | 10001100 | 10111000 | 10100 | 11000 | 0 | 1011001 | 11100 | 1001100 | 1010000 | 101000 |
Color Harmonies of #8CB814
Complementary color
Monochromatic Colors of #8CB814
Black with #8CB814
Text Example
Text Example
White with #8CB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB814; }
p { color: rgb(140,184,20); }
H1.HeaderClassName
{
color: #8CB814;
}
.AnyTagClassName
{
color: #8CB814;
}
</style>
background-color css
<style>
a { background-color: #8CB814; }
a { background-color: rgb(140,184,20); }
div.DivClassName
{
background-color: #8CB814;
}
.BgClassName
{
background-color: #8CB814;
}
</style>
border-color css
<style>
span { border-color: #8CB814; }
span { border-color: rgb(140,184,20); }
td.TdClassName
{
border-color: #8CB814;
}
.TagClassName
{
border-color: #8CB814;
}
</style>