Shades of Limerick #8BBA2E
Tints of Limerick #8BBA2E
RGB
CMYK
RGB Variations
Color information
#8BBA2E (or 0x8BBA2E) is known color: Limerick. HEX triplet: 8B, BA and 2E. RGB value is (139,186,46). Sum of RGB (Red+Green+Blue) = 139+186+46=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA2E is #7445D1. Grayscale: #9C9C9C. Windows color (decimal): -7620050 or 3062411. OLE color: 3062411.
HSL color Cylindrical-coordinate representation of color #8BBA2E: hue angle of 80.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BBA2E is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 46 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.27 |
| HSL | 80.14º | 0.6% | 0.45% | - |
| HSV(B) | 80.14º | 0.75% | 0.73% | - |
| XYZ | 28.7 | 40.8 | 8.95 | - |
| YUV | 155.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 46 | 0.25 | 0 | 0.75 | 0.27 | 80.14 | 0.6 | 0.45 |
| Hex | 8B | BA | 2E | 19 | 0 | 4B | 1B | 50 | 3C | 2D |
| Octal | 213 | 272 | 56 | 31 | 0 | 113 | 33 | 120 | 74 | 55 |
| Binary | 10001011 | 10111010 | 101110 | 11001 | 0 | 1001011 | 11011 | 1010000 | 111100 | 101101 |
Color Harmonies of #8BBA2E
Complementary color
Monochromatic Colors of #8BBA2E
Black with #8BBA2E
Text Example
Text Example
White with #8BBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA2E; }
p { color: rgb(139,186,46); }
H1.HeaderClassName
{
color: #8BBA2E;
}
.AnyTagClassName
{
color: #8BBA2E;
}
</style>
background-color css
<style>
a { background-color: #8BBA2E; }
a { background-color: rgb(139,186,46); }
div.DivClassName
{
background-color: #8BBA2E;
}
.BgClassName
{
background-color: #8BBA2E;
}
</style>
border-color css
<style>
span { border-color: #8BBA2E; }
span { border-color: rgb(139,186,46); }
td.TdClassName
{
border-color: #8BBA2E;
}
.TagClassName
{
border-color: #8BBA2E;
}
</style>