Shades of Limerick #8BBC2E
Tints of Limerick #8BBC2E
RGB
CMYK
RGB Variations
Color information
#8BBC2E (or 0x8BBC2E) is known color: Limerick. HEX triplet: 8B, BC and 2E. RGB value is (139,188,46). Sum of RGB (Red+Green+Blue) = 139+188+46=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC2E is #7443D1. Grayscale: #9D9D9D. Windows color (decimal): -7619538 or 3062923. OLE color: 3062923.
HSL color Cylindrical-coordinate representation of color #8BBC2E: hue angle of 80.7º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8BBC2E is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 46 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.26 |
| HSL | 80.7º | 0.61% | 0.46% | - |
| HSV(B) | 80.7º | 0.76% | 0.74% | - |
| XYZ | 29.12 | 41.65 | 9.09 | - |
| YUV | 157.16 | 65.27 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 46 | 0.26 | 0 | 0.76 | 0.26 | 80.7 | 0.61 | 0.46 |
| Hex | 8B | BC | 2E | 1A | 0 | 4C | 1A | 51 | 3D | 2E |
| Octal | 213 | 274 | 56 | 32 | 0 | 114 | 32 | 121 | 75 | 56 |
| Binary | 10001011 | 10111100 | 101110 | 11010 | 0 | 1001100 | 11010 | 1010001 | 111101 | 101110 |
Color Harmonies of #8BBC2E
Complementary color
Monochromatic Colors of #8BBC2E
Black with #8BBC2E
Text Example
Text Example
White with #8BBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC2E; }
p { color: rgb(139,188,46); }
H1.HeaderClassName
{
color: #8BBC2E;
}
.AnyTagClassName
{
color: #8BBC2E;
}
</style>
background-color css
<style>
a { background-color: #8BBC2E; }
a { background-color: rgb(139,188,46); }
div.DivClassName
{
background-color: #8BBC2E;
}
.BgClassName
{
background-color: #8BBC2E;
}
</style>
border-color css
<style>
span { border-color: #8BBC2E; }
span { border-color: rgb(139,188,46); }
td.TdClassName
{
border-color: #8BBC2E;
}
.TagClassName
{
border-color: #8BBC2E;
}
</style>