Shades of Limerick #8BA42B
Tints of Limerick #8BA42B
RGB
CMYK
RGB Variations
Color information
#8BA42B (or 0x8BA42B) is known color: Limerick. HEX triplet: 8B, A4 and 2B. RGB value is (139,164,43). Sum of RGB (Red+Green+Blue) = 139+164+43=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA42B is #745BD4. Grayscale: #8F8F8F. Windows color (decimal): -7625685 or 2860171. OLE color: 2860171.
HSL color Cylindrical-coordinate representation of color #8BA42B: hue angle of 72.4º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BA42B is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 43 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.36 |
| HSL | 72.4º | 0.58% | 0.41% | - |
| HSV(B) | 72.4º | 0.74% | 0.64% | - |
| XYZ | 24.36 | 32.21 | 7.22 | - |
| YUV | 142.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 43 | 0.15 | 0 | 0.74 | 0.36 | 72.4 | 0.58 | 0.41 |
| Hex | 8B | A4 | 2B | F | 0 | 4A | 24 | 48 | 3A | 29 |
| Octal | 213 | 244 | 53 | 17 | 0 | 112 | 44 | 110 | 72 | 51 |
| Binary | 10001011 | 10100100 | 101011 | 1111 | 0 | 1001010 | 100100 | 1001000 | 111010 | 101001 |
Color Harmonies of #8BA42B
Complementary color
Monochromatic Colors of #8BA42B
Black with #8BA42B
Text Example
Text Example
White with #8BA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA42B; }
p { color: rgb(139,164,43); }
H1.HeaderClassName
{
color: #8BA42B;
}
.AnyTagClassName
{
color: #8BA42B;
}
</style>
background-color css
<style>
a { background-color: #8BA42B; }
a { background-color: rgb(139,164,43); }
div.DivClassName
{
background-color: #8BA42B;
}
.BgClassName
{
background-color: #8BA42B;
}
</style>
border-color css
<style>
span { border-color: #8BA42B; }
span { border-color: rgb(139,164,43); }
td.TdClassName
{
border-color: #8BA42B;
}
.TagClassName
{
border-color: #8BA42B;
}
</style>