Shades of Limerick #8CB012
Tints of Limerick #8CB012
RGB
CMYK
RGB Variations
Color information
#8CB012 (or 0x8CB012) is known color: Limerick. HEX triplet: 8C, B0 and 12. RGB value is (140,176,18). Sum of RGB (Red+Green+Blue) = 140+176+18=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB012 is #734FED. Grayscale: #939393. Windows color (decimal): -7557102 or 1224844. OLE color: 1224844.
HSL color Cylindrical-coordinate representation of color #8CB012: hue angle of 73.67º degrees, saturation: 0.81, 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 #8CB012 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 18 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.31 |
| HSL | 73.67º | 0.81% | 0.38% | - |
| HSV(B) | 73.67º | 0.9% | 0.69% | - |
| XYZ | 26.45 | 36.67 | 6.26 | - |
| YUV | 147.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 18 | 0.20 | 0 | 0.90 | 0.31 | 73.67 | 0.81 | 0.38 |
| Hex | 8C | B0 | 12 | 14 | 0 | 5A | 1F | 4A | 51 | 26 |
| Octal | 214 | 260 | 22 | 24 | 0 | 132 | 37 | 112 | 121 | 46 |
| Binary | 10001100 | 10110000 | 10010 | 10100 | 0 | 1011010 | 11111 | 1001010 | 1010001 | 100110 |
Color Harmonies of #8CB012
Complementary color
Monochromatic Colors of #8CB012
Black with #8CB012
Text Example
Text Example
White with #8CB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB012; }
p { color: rgb(140,176,18); }
H1.HeaderClassName
{
color: #8CB012;
}
.AnyTagClassName
{
color: #8CB012;
}
</style>
background-color css
<style>
a { background-color: #8CB012; }
a { background-color: rgb(140,176,18); }
div.DivClassName
{
background-color: #8CB012;
}
.BgClassName
{
background-color: #8CB012;
}
</style>
border-color css
<style>
span { border-color: #8CB012; }
span { border-color: rgb(140,176,18); }
td.TdClassName
{
border-color: #8CB012;
}
.TagClassName
{
border-color: #8CB012;
}
</style>