Shades of Limerick #8BBA13
Tints of Limerick #8BBA13
RGB
CMYK
RGB Variations
Color information
#8BBA13 (or 0x8BBA13) is known color: Limerick. HEX triplet: 8B, BA and 13. RGB value is (139,186,19). Sum of RGB (Red+Green+Blue) = 139+186+19=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA13 is #7445EC. Grayscale: #999999. Windows color (decimal): -7620077 or 1292939. OLE color: 1292939.
HSL color Cylindrical-coordinate representation of color #8BBA13: hue angle of 76.89º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BBA13 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 19 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.27 |
| HSL | 76.89º | 0.81% | 0.4% | - |
| HSV(B) | 76.89º | 0.9% | 0.73% | - |
| XYZ | 28.32 | 40.65 | 6.97 | - |
| YUV | 152.91 | 52.43 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 19 | 0.25 | 0 | 0.90 | 0.27 | 76.89 | 0.81 | 0.4 |
| Hex | 8B | BA | 13 | 19 | 0 | 5A | 1B | 4D | 51 | 28 |
| Octal | 213 | 272 | 23 | 31 | 0 | 132 | 33 | 115 | 121 | 50 |
| Binary | 10001011 | 10111010 | 10011 | 11001 | 0 | 1011010 | 11011 | 1001101 | 1010001 | 101000 |
Color Harmonies of #8BBA13
Complementary color
Monochromatic Colors of #8BBA13
Black with #8BBA13
Text Example
Text Example
White with #8BBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA13; }
p { color: rgb(139,186,19); }
H1.HeaderClassName
{
color: #8BBA13;
}
.AnyTagClassName
{
color: #8BBA13;
}
</style>
background-color css
<style>
a { background-color: #8BBA13; }
a { background-color: rgb(139,186,19); }
div.DivClassName
{
background-color: #8BBA13;
}
.BgClassName
{
background-color: #8BBA13;
}
</style>
border-color css
<style>
span { border-color: #8BBA13; }
span { border-color: rgb(139,186,19); }
td.TdClassName
{
border-color: #8BBA13;
}
.TagClassName
{
border-color: #8BBA13;
}
</style>