Shades of Limerick #8CB314
Tints of Limerick #8CB314
RGB
CMYK
RGB Variations
Color information
#8CB314 (or 0x8CB314) is known color: Limerick. HEX triplet: 8C, B3 and 14. RGB value is (140,179,20). Sum of RGB (Red+Green+Blue) = 140+179+20=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB314 is #734CEB. Grayscale: #959595. Windows color (decimal): -7556332 or 1356684. OLE color: 1356684.
HSL color Cylindrical-coordinate representation of color #8CB314: hue angle of 74.72º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CB314 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 20 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.30 |
| HSL | 74.72º | 0.8% | 0.39% | - |
| HSV(B) | 74.72º | 0.89% | 0.7% | - |
| XYZ | 27.06 | 37.87 | 6.54 | - |
| YUV | 149.21 | 55.08 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 20 | 0.22 | 0 | 0.89 | 0.30 | 74.72 | 0.8 | 0.39 |
| Hex | 8C | B3 | 14 | 16 | 0 | 59 | 1E | 4B | 50 | 27 |
| Octal | 214 | 263 | 24 | 26 | 0 | 131 | 36 | 113 | 120 | 47 |
| Binary | 10001100 | 10110011 | 10100 | 10110 | 0 | 1011001 | 11110 | 1001011 | 1010000 | 100111 |
Color Harmonies of #8CB314
Complementary color
Monochromatic Colors of #8CB314
Black with #8CB314
Text Example
Text Example
White with #8CB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB314; }
p { color: rgb(140,179,20); }
H1.HeaderClassName
{
color: #8CB314;
}
.AnyTagClassName
{
color: #8CB314;
}
</style>
background-color css
<style>
a { background-color: #8CB314; }
a { background-color: rgb(140,179,20); }
div.DivClassName
{
background-color: #8CB314;
}
.BgClassName
{
background-color: #8CB314;
}
</style>
border-color css
<style>
span { border-color: #8CB314; }
span { border-color: rgb(140,179,20); }
td.TdClassName
{
border-color: #8CB314;
}
.TagClassName
{
border-color: #8CB314;
}
</style>