Shades of Limerick #8CB112
Tints of Limerick #8CB112
RGB
CMYK
RGB Variations
Color information
#8CB112 (or 0x8CB112) is known color: Limerick. HEX triplet: 8C, B1 and 12. RGB value is (140,177,18). Sum of RGB (Red+Green+Blue) = 140+177+18=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB112 is #734EED. Grayscale: #949494. Windows color (decimal): -7556846 or 1225100. OLE color: 1225100.
HSL color Cylindrical-coordinate representation of color #8CB112: hue angle of 73.96º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CB112 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 18 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.31 |
| HSL | 73.96º | 0.82% | 0.38% | - |
| HSV(B) | 73.96º | 0.9% | 0.69% | - |
| XYZ | 26.65 | 37.06 | 6.32 | - |
| YUV | 147.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 18 | 0.21 | 0 | 0.90 | 0.31 | 73.96 | 0.82 | 0.38 |
| Hex | 8C | B1 | 12 | 15 | 0 | 5A | 1F | 4A | 52 | 26 |
| Octal | 214 | 261 | 22 | 25 | 0 | 132 | 37 | 112 | 122 | 46 |
| Binary | 10001100 | 10110001 | 10010 | 10101 | 0 | 1011010 | 11111 | 1001010 | 1010010 | 100110 |
Color Harmonies of #8CB112
Complementary color
Monochromatic Colors of #8CB112
Black with #8CB112
Text Example
Text Example
White with #8CB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB112; }
p { color: rgb(140,177,18); }
H1.HeaderClassName
{
color: #8CB112;
}
.AnyTagClassName
{
color: #8CB112;
}
</style>
background-color css
<style>
a { background-color: #8CB112; }
a { background-color: rgb(140,177,18); }
div.DivClassName
{
background-color: #8CB112;
}
.BgClassName
{
background-color: #8CB112;
}
</style>
border-color css
<style>
span { border-color: #8CB112; }
span { border-color: rgb(140,177,18); }
td.TdClassName
{
border-color: #8CB112;
}
.TagClassName
{
border-color: #8CB112;
}
</style>