Shades of Limerick #8CB81A
Tints of Limerick #8CB81A
RGB
CMYK
RGB Variations
Color information
#8CB81A (or 0x8CB81A) is known color: Limerick. HEX triplet: 8C, B8 and 1A. RGB value is (140,184,26). Sum of RGB (Red+Green+Blue) = 140+184+26=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB81A is #7347E5. Grayscale: #999999. Windows color (decimal): -7555046 or 1751180. OLE color: 1751180.
HSL color Cylindrical-coordinate representation of color #8CB81A: hue angle of 76.71º degrees, saturation: 0.75, 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 #8CB81A is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 26 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.28 |
| HSL | 76.71º | 0.75% | 0.41% | - |
| HSV(B) | 76.71º | 0.86% | 0.72% | - |
| XYZ | 28.14 | 39.93 | 7.2 | - |
| YUV | 152.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 26 | 0.24 | 0 | 0.86 | 0.28 | 76.71 | 0.75 | 0.41 |
| Hex | 8C | B8 | 1A | 18 | 0 | 56 | 1C | 4D | 4B | 29 |
| Octal | 214 | 270 | 32 | 30 | 0 | 126 | 34 | 115 | 113 | 51 |
| Binary | 10001100 | 10111000 | 11010 | 11000 | 0 | 1010110 | 11100 | 1001101 | 1001011 | 101001 |
Color Harmonies of #8CB81A
Complementary color
Monochromatic Colors of #8CB81A
Black with #8CB81A
Text Example
Text Example
White with #8CB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB81A; }
p { color: rgb(140,184,26); }
H1.HeaderClassName
{
color: #8CB81A;
}
.AnyTagClassName
{
color: #8CB81A;
}
</style>
background-color css
<style>
a { background-color: #8CB81A; }
a { background-color: rgb(140,184,26); }
div.DivClassName
{
background-color: #8CB81A;
}
.BgClassName
{
background-color: #8CB81A;
}
</style>
border-color css
<style>
span { border-color: #8CB81A; }
span { border-color: rgb(140,184,26); }
td.TdClassName
{
border-color: #8CB81A;
}
.TagClassName
{
border-color: #8CB81A;
}
</style>