Shades of Limerick #8BA424
Tints of Limerick #8BA424
RGB
CMYK
RGB Variations
Color information
#8BA424 (or 0x8BA424) is known color: Limerick. HEX triplet: 8B, A4 and 24. RGB value is (139,164,36). Sum of RGB (Red+Green+Blue) = 139+164+36=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA424 is #745BDB. Grayscale: #8E8E8E. Windows color (decimal): -7625692 or 2401419. OLE color: 2401419.
HSL color Cylindrical-coordinate representation of color #8BA424: hue angle of 71.72º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BA424 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 36 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.36 |
| HSL | 71.72º | 0.64% | 0.39% | - |
| HSV(B) | 71.72º | 0.78% | 0.64% | - |
| XYZ | 24.24 | 32.17 | 6.6 | - |
| YUV | 141.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 36 | 0.15 | 0 | 0.78 | 0.36 | 71.72 | 0.64 | 0.39 |
| Hex | 8B | A4 | 24 | F | 0 | 4E | 24 | 48 | 40 | 27 |
| Octal | 213 | 244 | 44 | 17 | 0 | 116 | 44 | 110 | 100 | 47 |
| Binary | 10001011 | 10100100 | 100100 | 1111 | 0 | 1001110 | 100100 | 1001000 | 1000000 | 100111 |
Color Harmonies of #8BA424
Complementary color
Monochromatic Colors of #8BA424
Black with #8BA424
Text Example
Text Example
White with #8BA424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA424; }
p { color: rgb(139,164,36); }
H1.HeaderClassName
{
color: #8BA424;
}
.AnyTagClassName
{
color: #8BA424;
}
</style>
background-color css
<style>
a { background-color: #8BA424; }
a { background-color: rgb(139,164,36); }
div.DivClassName
{
background-color: #8BA424;
}
.BgClassName
{
background-color: #8BA424;
}
</style>
border-color css
<style>
span { border-color: #8BA424; }
span { border-color: rgb(139,164,36); }
td.TdClassName
{
border-color: #8BA424;
}
.TagClassName
{
border-color: #8BA424;
}
</style>