Shades of Limerick #8BA12F
Tints of Limerick #8BA12F
RGB
CMYK
RGB Variations
Color information
#8BA12F (or 0x8BA12F) is known color: Limerick. HEX triplet: 8B, A1 and 2F. RGB value is (139,161,47). Sum of RGB (Red+Green+Blue) = 139+161+47=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA12F is #745ED0. Grayscale: #8D8D8D. Windows color (decimal): -7626449 or 3121547. OLE color: 3121547.
HSL color Cylindrical-coordinate representation of color #8BA12F: hue angle of 71.58º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BA12F is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 47 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.37 |
| HSL | 71.58º | 0.55% | 0.41% | - |
| HSV(B) | 71.58º | 0.71% | 0.63% | - |
| XYZ | 23.91 | 31.18 | 7.45 | - |
| YUV | 141.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 47 | 0.14 | 0 | 0.71 | 0.37 | 71.58 | 0.55 | 0.41 |
| Hex | 8B | A1 | 2F | E | 0 | 47 | 25 | 48 | 37 | 29 |
| Octal | 213 | 241 | 57 | 16 | 0 | 107 | 45 | 110 | 67 | 51 |
| Binary | 10001011 | 10100001 | 101111 | 1110 | 0 | 1000111 | 100101 | 1001000 | 110111 | 101001 |
Color Harmonies of #8BA12F
Complementary color
Monochromatic Colors of #8BA12F
Black with #8BA12F
Text Example
Text Example
White with #8BA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA12F; }
p { color: rgb(139,161,47); }
H1.HeaderClassName
{
color: #8BA12F;
}
.AnyTagClassName
{
color: #8BA12F;
}
</style>
background-color css
<style>
a { background-color: #8BA12F; }
a { background-color: rgb(139,161,47); }
div.DivClassName
{
background-color: #8BA12F;
}
.BgClassName
{
background-color: #8BA12F;
}
</style>
border-color css
<style>
span { border-color: #8BA12F; }
span { border-color: rgb(139,161,47); }
td.TdClassName
{
border-color: #8BA12F;
}
.TagClassName
{
border-color: #8BA12F;
}
</style>