Shades of Limerick #8BA819
Tints of Limerick #8BA819
RGB
CMYK
RGB Variations
Color information
#8BA819 (or 0x8BA819) is known color: Limerick. HEX triplet: 8B, A8 and 19. RGB value is (139,168,25). Sum of RGB (Red+Green+Blue) = 139+168+25=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA819 is #7457E6. Grayscale: #8F8F8F. Windows color (decimal): -7624679 or 1681547. OLE color: 1681547.
HSL color Cylindrical-coordinate representation of color #8BA819: hue angle of 72.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8BA819 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 25 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.34 |
| HSL | 72.17º | 0.74% | 0.38% | - |
| HSV(B) | 72.17º | 0.85% | 0.66% | - |
| XYZ | 24.83 | 33.56 | 6.09 | - |
| YUV | 143.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 25 | 0.17 | 0 | 0.85 | 0.34 | 72.17 | 0.74 | 0.38 |
| Hex | 8B | A8 | 19 | 11 | 0 | 55 | 22 | 48 | 4A | 26 |
| Octal | 213 | 250 | 31 | 21 | 0 | 125 | 42 | 110 | 112 | 46 |
| Binary | 10001011 | 10101000 | 11001 | 10001 | 0 | 1010101 | 100010 | 1001000 | 1001010 | 100110 |
Color Harmonies of #8BA819
Complementary color
Monochromatic Colors of #8BA819
Black with #8BA819
Text Example
Text Example
White with #8BA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA819; }
p { color: rgb(139,168,25); }
H1.HeaderClassName
{
color: #8BA819;
}
.AnyTagClassName
{
color: #8BA819;
}
</style>
background-color css
<style>
a { background-color: #8BA819; }
a { background-color: rgb(139,168,25); }
div.DivClassName
{
background-color: #8BA819;
}
.BgClassName
{
background-color: #8BA819;
}
</style>
border-color css
<style>
span { border-color: #8BA819; }
span { border-color: rgb(139,168,25); }
td.TdClassName
{
border-color: #8BA819;
}
.TagClassName
{
border-color: #8BA819;
}
</style>