Shades of Limerick #8BBC13
Tints of Limerick #8BBC13
RGB
CMYK
RGB Variations
Color information
#8BBC13 (or 0x8BBC13) is known color: Limerick. HEX triplet: 8B, BC and 13. RGB value is (139,188,19). Sum of RGB (Red+Green+Blue) = 139+188+19=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC13 is #7443EC. Grayscale: #9A9A9A. Windows color (decimal): -7619565 or 1293451. OLE color: 1293451.
HSL color Cylindrical-coordinate representation of color #8BBC13: hue angle of 77.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BBC13 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 19 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.26 |
| HSL | 77.4º | 0.82% | 0.41% | - |
| HSV(B) | 77.4º | 0.9% | 0.74% | - |
| XYZ | 28.75 | 41.5 | 7.11 | - |
| YUV | 154.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 19 | 0.26 | 0 | 0.90 | 0.26 | 77.4 | 0.82 | 0.41 |
| Hex | 8B | BC | 13 | 1A | 0 | 5A | 1A | 4D | 52 | 29 |
| Octal | 213 | 274 | 23 | 32 | 0 | 132 | 32 | 115 | 122 | 51 |
| Binary | 10001011 | 10111100 | 10011 | 11010 | 0 | 1011010 | 11010 | 1001101 | 1010010 | 101001 |
Color Harmonies of #8BBC13
Complementary color
Monochromatic Colors of #8BBC13
Black with #8BBC13
Text Example
Text Example
White with #8BBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC13; }
p { color: rgb(139,188,19); }
H1.HeaderClassName
{
color: #8BBC13;
}
.AnyTagClassName
{
color: #8BBC13;
}
</style>
background-color css
<style>
a { background-color: #8BBC13; }
a { background-color: rgb(139,188,19); }
div.DivClassName
{
background-color: #8BBC13;
}
.BgClassName
{
background-color: #8BBC13;
}
</style>
border-color css
<style>
span { border-color: #8BBC13; }
span { border-color: rgb(139,188,19); }
td.TdClassName
{
border-color: #8BBC13;
}
.TagClassName
{
border-color: #8BBC13;
}
</style>