Shades of Limerick #8CBC15
Tints of Limerick #8CBC15
RGB
CMYK
RGB Variations
Color information
#8CBC15 (or 0x8CBC15) is known color: Limerick. HEX triplet: 8C, BC and 15. RGB value is (140,188,21). Sum of RGB (Red+Green+Blue) = 140+188+21=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC15 is #7343EA. Grayscale: #9B9B9B. Windows color (decimal): -7554027 or 1424524. OLE color: 1424524.
HSL color Cylindrical-coordinate representation of color #8CBC15: hue angle of 77.25º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CBC15 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 21 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.26 |
| HSL | 77.25º | 0.8% | 0.41% | - |
| HSV(B) | 77.25º | 0.89% | 0.74% | - |
| XYZ | 28.93 | 41.6 | 7.21 | - |
| YUV | 154.61 | 52.6 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 21 | 0.26 | 0 | 0.89 | 0.26 | 77.25 | 0.8 | 0.41 |
| Hex | 8C | BC | 15 | 1A | 0 | 59 | 1A | 4D | 50 | 29 |
| Octal | 214 | 274 | 25 | 32 | 0 | 131 | 32 | 115 | 120 | 51 |
| Binary | 10001100 | 10111100 | 10101 | 11010 | 0 | 1011001 | 11010 | 1001101 | 1010000 | 101001 |
Color Harmonies of #8CBC15
Complementary color
Monochromatic Colors of #8CBC15
Black with #8CBC15
Text Example
Text Example
White with #8CBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC15; }
p { color: rgb(140,188,21); }
H1.HeaderClassName
{
color: #8CBC15;
}
.AnyTagClassName
{
color: #8CBC15;
}
</style>
background-color css
<style>
a { background-color: #8CBC15; }
a { background-color: rgb(140,188,21); }
div.DivClassName
{
background-color: #8CBC15;
}
.BgClassName
{
background-color: #8CBC15;
}
</style>
border-color css
<style>
span { border-color: #8CBC15; }
span { border-color: rgb(140,188,21); }
td.TdClassName
{
border-color: #8CBC15;
}
.TagClassName
{
border-color: #8CBC15;
}
</style>