Shades of Limerick #8BBA15
Tints of Limerick #8BBA15
RGB
CMYK
RGB Variations
Color information
#8BBA15 (or 0x8BBA15) is known color: Limerick. HEX triplet: 8B, BA and 15. RGB value is (139,186,21). Sum of RGB (Red+Green+Blue) = 139+186+21=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA15 is #7445EA. Grayscale: #999999. Windows color (decimal): -7620075 or 1424011. OLE color: 1424011.
HSL color Cylindrical-coordinate representation of color #8BBA15: hue angle of 77.09º degrees, saturation: 0.8, 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 #8BBA15 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 21 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.27 |
| HSL | 77.09º | 0.8% | 0.41% | - |
| HSV(B) | 77.09º | 0.89% | 0.73% | - |
| XYZ | 28.34 | 40.66 | 7.06 | - |
| YUV | 153.14 | 53.43 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 21 | 0.25 | 0 | 0.89 | 0.27 | 77.09 | 0.8 | 0.41 |
| Hex | 8B | BA | 15 | 19 | 0 | 59 | 1B | 4D | 50 | 29 |
| Octal | 213 | 272 | 25 | 31 | 0 | 131 | 33 | 115 | 120 | 51 |
| Binary | 10001011 | 10111010 | 10101 | 11001 | 0 | 1011001 | 11011 | 1001101 | 1010000 | 101001 |
Color Harmonies of #8BBA15
Complementary color
Monochromatic Colors of #8BBA15
Black with #8BBA15
Text Example
Text Example
White with #8BBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA15; }
p { color: rgb(139,186,21); }
H1.HeaderClassName
{
color: #8BBA15;
}
.AnyTagClassName
{
color: #8BBA15;
}
</style>
background-color css
<style>
a { background-color: #8BBA15; }
a { background-color: rgb(139,186,21); }
div.DivClassName
{
background-color: #8BBA15;
}
.BgClassName
{
background-color: #8BBA15;
}
</style>
border-color css
<style>
span { border-color: #8BBA15; }
span { border-color: rgb(139,186,21); }
td.TdClassName
{
border-color: #8BBA15;
}
.TagClassName
{
border-color: #8BBA15;
}
</style>