Shades of Limerick #8BBC15
Tints of Limerick #8BBC15
RGB
CMYK
RGB Variations
Color information
#8BBC15 (or 0x8BBC15) is known color: Limerick. HEX triplet: 8B, BC and 15. RGB value is (139,188,21). Sum of RGB (Red+Green+Blue) = 139+188+21=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC15 is #7443EA. Grayscale: #9A9A9A. Windows color (decimal): -7619563 or 1424523. OLE color: 1424523.
HSL color Cylindrical-coordinate representation of color #8BBC15: hue angle of 77.6º 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 #8BBC15 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 21 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.26 |
| HSL | 77.6º | 0.8% | 0.41% | - |
| HSV(B) | 77.6º | 0.89% | 0.74% | - |
| XYZ | 28.77 | 41.51 | 7.21 | - |
| YUV | 154.31 | 52.77 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 21 | 0.26 | 0 | 0.89 | 0.26 | 77.6 | 0.8 | 0.41 |
| Hex | 8B | BC | 15 | 1A | 0 | 59 | 1A | 4E | 50 | 29 |
| Octal | 213 | 274 | 25 | 32 | 0 | 131 | 32 | 116 | 120 | 51 |
| Binary | 10001011 | 10111100 | 10101 | 11010 | 0 | 1011001 | 11010 | 1001110 | 1010000 | 101001 |
Color Harmonies of #8BBC15
Complementary color
Monochromatic Colors of #8BBC15
Black with #8BBC15
Text Example
Text Example
White with #8BBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC15; }
p { color: rgb(139,188,21); }
H1.HeaderClassName
{
color: #8BBC15;
}
.AnyTagClassName
{
color: #8BBC15;
}
</style>
background-color css
<style>
a { background-color: #8BBC15; }
a { background-color: rgb(139,188,21); }
div.DivClassName
{
background-color: #8BBC15;
}
.BgClassName
{
background-color: #8BBC15;
}
</style>
border-color css
<style>
span { border-color: #8BBC15; }
span { border-color: rgb(139,188,21); }
td.TdClassName
{
border-color: #8BBC15;
}
.TagClassName
{
border-color: #8BBC15;
}
</style>