Shades of Limerick #8BBB14
Tints of Limerick #8BBB14
RGB
CMYK
RGB Variations
Color information
#8BBB14 (or 0x8BBB14) is known color: Limerick. HEX triplet: 8B, BB and 14. RGB value is (139,187,20). Sum of RGB (Red+Green+Blue) = 139+187+20=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBB14 is #7444EB. Grayscale: #9A9A9A. Windows color (decimal): -7619820 or 1358731. OLE color: 1358731.
HSL color Cylindrical-coordinate representation of color #8BBB14: hue angle of 77.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BBB14 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 20 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.27 |
| HSL | 77.25º | 0.81% | 0.41% | - |
| HSV(B) | 77.25º | 0.89% | 0.73% | - |
| XYZ | 28.54 | 41.08 | 7.09 | - |
| YUV | 153.61 | 52.6 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 20 | 0.26 | 0 | 0.89 | 0.27 | 77.25 | 0.81 | 0.41 |
| Hex | 8B | BB | 14 | 1A | 0 | 59 | 1B | 4D | 51 | 29 |
| Octal | 213 | 273 | 24 | 32 | 0 | 131 | 33 | 115 | 121 | 51 |
| Binary | 10001011 | 10111011 | 10100 | 11010 | 0 | 1011001 | 11011 | 1001101 | 1010001 | 101001 |
Color Harmonies of #8BBB14
Complementary color
Monochromatic Colors of #8BBB14
Black with #8BBB14
Text Example
Text Example
White with #8BBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB14; }
p { color: rgb(139,187,20); }
H1.HeaderClassName
{
color: #8BBB14;
}
.AnyTagClassName
{
color: #8BBB14;
}
</style>
background-color css
<style>
a { background-color: #8BBB14; }
a { background-color: rgb(139,187,20); }
div.DivClassName
{
background-color: #8BBB14;
}
.BgClassName
{
background-color: #8BBB14;
}
</style>
border-color css
<style>
span { border-color: #8BBB14; }
span { border-color: rgb(139,187,20); }
td.TdClassName
{
border-color: #8BBB14;
}
.TagClassName
{
border-color: #8BBB14;
}
</style>