Shades of Limerick #8BAC19
Tints of Limerick #8BAC19
RGB
CMYK
RGB Variations
Color information
#8BAC19 (or 0x8BAC19) is known color: Limerick. HEX triplet: 8B, AC and 19. RGB value is (139,172,25). Sum of RGB (Red+Green+Blue) = 139+172+25=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAC19 is #7453E6. Grayscale: #919191. Windows color (decimal): -7623655 or 1682571. OLE color: 1682571.
HSL color Cylindrical-coordinate representation of color #8BAC19: hue angle of 73.47º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8BAC19 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 25 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.33 |
| HSL | 73.47º | 0.75% | 0.39% | - |
| HSV(B) | 73.47º | 0.85% | 0.67% | - |
| XYZ | 25.58 | 35.06 | 6.34 | - |
| YUV | 145.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 25 | 0.19 | 0 | 0.85 | 0.33 | 73.47 | 0.75 | 0.39 |
| Hex | 8B | AC | 19 | 13 | 0 | 55 | 21 | 49 | 4B | 27 |
| Octal | 213 | 254 | 31 | 23 | 0 | 125 | 41 | 111 | 113 | 47 |
| Binary | 10001011 | 10101100 | 11001 | 10011 | 0 | 1010101 | 100001 | 1001001 | 1001011 | 100111 |
Color Harmonies of #8BAC19
Complementary color
Monochromatic Colors of #8BAC19
Black with #8BAC19
Text Example
Text Example
White with #8BAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC19; }
p { color: rgb(139,172,25); }
H1.HeaderClassName
{
color: #8BAC19;
}
.AnyTagClassName
{
color: #8BAC19;
}
</style>
background-color css
<style>
a { background-color: #8BAC19; }
a { background-color: rgb(139,172,25); }
div.DivClassName
{
background-color: #8BAC19;
}
.BgClassName
{
background-color: #8BAC19;
}
</style>
border-color css
<style>
span { border-color: #8BAC19; }
span { border-color: rgb(139,172,25); }
td.TdClassName
{
border-color: #8BAC19;
}
.TagClassName
{
border-color: #8BAC19;
}
</style>