Shades of Limerick #8BBA16
Tints of Limerick #8BBA16
RGB
CMYK
RGB Variations
Color information
#8BBA16 (or 0x8BBA16) is known color: Limerick. HEX triplet: 8B, BA and 16. RGB value is (139,186,22). Sum of RGB (Red+Green+Blue) = 139+186+22=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA16 is #7445E9. Grayscale: #999999. Windows color (decimal): -7620074 or 1489547. OLE color: 1489547.
HSL color Cylindrical-coordinate representation of color #8BBA16: hue angle of 77.2º degrees, saturation: 0.79, 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 #8BBA16 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 22 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.27 |
| HSL | 77.2º | 0.79% | 0.41% | - |
| HSV(B) | 77.2º | 0.88% | 0.73% | - |
| XYZ | 28.35 | 40.66 | 7.11 | - |
| YUV | 153.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 22 | 0.25 | 0 | 0.88 | 0.27 | 77.2 | 0.79 | 0.41 |
| Hex | 8B | BA | 16 | 19 | 0 | 58 | 1B | 4D | 4F | 29 |
| Octal | 213 | 272 | 26 | 31 | 0 | 130 | 33 | 115 | 117 | 51 |
| Binary | 10001011 | 10111010 | 10110 | 11001 | 0 | 1011000 | 11011 | 1001101 | 1001111 | 101001 |
Color Harmonies of #8BBA16
Complementary color
Monochromatic Colors of #8BBA16
Black with #8BBA16
Text Example
Text Example
White with #8BBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA16; }
p { color: rgb(139,186,22); }
H1.HeaderClassName
{
color: #8BBA16;
}
.AnyTagClassName
{
color: #8BBA16;
}
</style>
background-color css
<style>
a { background-color: #8BBA16; }
a { background-color: rgb(139,186,22); }
div.DivClassName
{
background-color: #8BBA16;
}
.BgClassName
{
background-color: #8BBA16;
}
</style>
border-color css
<style>
span { border-color: #8BBA16; }
span { border-color: rgb(139,186,22); }
td.TdClassName
{
border-color: #8BBA16;
}
.TagClassName
{
border-color: #8BBA16;
}
</style>