Shades of Limerick #8BA52E
Tints of Limerick #8BA52E
RGB
CMYK
RGB Variations
Color information
#8BA52E (or 0x8BA52E) is known color: Limerick. HEX triplet: 8B, A5 and 2E. RGB value is (139,165,46). Sum of RGB (Red+Green+Blue) = 139+165+46=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA52E is #745AD1. Grayscale: #909090. Windows color (decimal): -7625426 or 3057035. OLE color: 3057035.
HSL color Cylindrical-coordinate representation of color #8BA52E: hue angle of 73.11º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BA52E is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 46 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.35 |
| HSL | 73.11º | 0.56% | 0.41% | - |
| HSV(B) | 73.11º | 0.72% | 0.65% | - |
| XYZ | 24.6 | 32.6 | 7.58 | - |
| YUV | 143.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 46 | 0.16 | 0 | 0.72 | 0.35 | 73.11 | 0.56 | 0.41 |
| Hex | 8B | A5 | 2E | 10 | 0 | 48 | 23 | 49 | 38 | 29 |
| Octal | 213 | 245 | 56 | 20 | 0 | 110 | 43 | 111 | 70 | 51 |
| Binary | 10001011 | 10100101 | 101110 | 10000 | 0 | 1001000 | 100011 | 1001001 | 111000 | 101001 |
Color Harmonies of #8BA52E
Complementary color
Monochromatic Colors of #8BA52E
Black with #8BA52E
Text Example
Text Example
White with #8BA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA52E; }
p { color: rgb(139,165,46); }
H1.HeaderClassName
{
color: #8BA52E;
}
.AnyTagClassName
{
color: #8BA52E;
}
</style>
background-color css
<style>
a { background-color: #8BA52E; }
a { background-color: rgb(139,165,46); }
div.DivClassName
{
background-color: #8BA52E;
}
.BgClassName
{
background-color: #8BA52E;
}
</style>
border-color css
<style>
span { border-color: #8BA52E; }
span { border-color: rgb(139,165,46); }
td.TdClassName
{
border-color: #8BA52E;
}
.TagClassName
{
border-color: #8BA52E;
}
</style>