Shades of Limerick #8CBA17
Tints of Limerick #8CBA17
RGB
CMYK
RGB Variations
Color information
#8CBA17 (or 0x8CBA17) is known color: Limerick. HEX triplet: 8C, BA and 17. RGB value is (140,186,23). Sum of RGB (Red+Green+Blue) = 140+186+23=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA17 is #7345E8. Grayscale: #9A9A9A. Windows color (decimal): -7554537 or 1555084. OLE color: 1555084.
HSL color Cylindrical-coordinate representation of color #8CBA17: hue angle of 76.93º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CBA17 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 23 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.27 |
| HSL | 76.93º | 0.78% | 0.41% | - |
| HSV(B) | 76.93º | 0.88% | 0.73% | - |
| XYZ | 28.53 | 40.76 | 7.17 | - |
| YUV | 153.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 23 | 0.25 | 0 | 0.88 | 0.27 | 76.93 | 0.78 | 0.41 |
| Hex | 8C | BA | 17 | 19 | 0 | 58 | 1B | 4D | 4E | 29 |
| Octal | 214 | 272 | 27 | 31 | 0 | 130 | 33 | 115 | 116 | 51 |
| Binary | 10001100 | 10111010 | 10111 | 11001 | 0 | 1011000 | 11011 | 1001101 | 1001110 | 101001 |
Color Harmonies of #8CBA17
Complementary color
Monochromatic Colors of #8CBA17
Black with #8CBA17
Text Example
Text Example
White with #8CBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA17; }
p { color: rgb(140,186,23); }
H1.HeaderClassName
{
color: #8CBA17;
}
.AnyTagClassName
{
color: #8CBA17;
}
</style>
background-color css
<style>
a { background-color: #8CBA17; }
a { background-color: rgb(140,186,23); }
div.DivClassName
{
background-color: #8CBA17;
}
.BgClassName
{
background-color: #8CBA17;
}
</style>
border-color css
<style>
span { border-color: #8CBA17; }
span { border-color: rgb(140,186,23); }
td.TdClassName
{
border-color: #8CBA17;
}
.TagClassName
{
border-color: #8CBA17;
}
</style>