Shades of Limerick #8BAC13
Tints of Limerick #8BAC13
RGB
CMYK
RGB Variations
Color information
#8BAC13 (or 0x8BAC13) is known color: Limerick. HEX triplet: 8B, AC and 13. RGB value is (139,172,19). Sum of RGB (Red+Green+Blue) = 139+172+19=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAC13 is #7453EC. Grayscale: #919191. Windows color (decimal): -7623661 or 1289355. OLE color: 1289355.
HSL color Cylindrical-coordinate representation of color #8BAC13: hue angle of 72.94º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BAC13 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 19 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.33 |
| HSL | 72.94º | 0.8% | 0.37% | - |
| HSV(B) | 72.94º | 0.89% | 0.67% | - |
| XYZ | 25.52 | 35.04 | 6.03 | - |
| YUV | 144.69 | 57.07 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 19 | 0.19 | 0 | 0.89 | 0.33 | 72.94 | 0.8 | 0.37 |
| Hex | 8B | AC | 13 | 13 | 0 | 59 | 21 | 49 | 50 | 25 |
| Octal | 213 | 254 | 23 | 23 | 0 | 131 | 41 | 111 | 120 | 45 |
| Binary | 10001011 | 10101100 | 10011 | 10011 | 0 | 1011001 | 100001 | 1001001 | 1010000 | 100101 |
Color Harmonies of #8BAC13
Complementary color
Monochromatic Colors of #8BAC13
Black with #8BAC13
Text Example
Text Example
White with #8BAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC13; }
p { color: rgb(139,172,19); }
H1.HeaderClassName
{
color: #8BAC13;
}
.AnyTagClassName
{
color: #8BAC13;
}
</style>
background-color css
<style>
a { background-color: #8BAC13; }
a { background-color: rgb(139,172,19); }
div.DivClassName
{
background-color: #8BAC13;
}
.BgClassName
{
background-color: #8BAC13;
}
</style>
border-color css
<style>
span { border-color: #8BAC13; }
span { border-color: rgb(139,172,19); }
td.TdClassName
{
border-color: #8BAC13;
}
.TagClassName
{
border-color: #8BAC13;
}
</style>