Shades of Limerick #8BAC3F
Tints of Limerick #8BAC3F
RGB
CMYK
RGB Variations
Color information
#8BAC3F (or 0x8BAC3F) is known color: Limerick. HEX triplet: 8B, AC and 3F. RGB value is (139,172,63). Sum of RGB (Red+Green+Blue) = 139+172+63=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC3F is #7453C0. Grayscale: #969696. Windows color (decimal): -7623617 or 4172939. OLE color: 4172939.
HSL color Cylindrical-coordinate representation of color #8BAC3F: hue angle of 78.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BAC3F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 63 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.33 |
| HSL | 78.17º | 0.46% | 0.46% | - |
| HSV(B) | 78.17º | 0.63% | 0.67% | - |
| XYZ | 26.3 | 35.35 | 10.14 | - |
| YUV | 149.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 63 | 0.19 | 0 | 0.63 | 0.33 | 78.17 | 0.46 | 0.46 |
| Hex | 8B | AC | 3F | 13 | 0 | 3F | 21 | 4E | 2E | 2E |
| Octal | 213 | 254 | 77 | 23 | 0 | 77 | 41 | 116 | 56 | 56 |
| Binary | 10001011 | 10101100 | 111111 | 10011 | 0 | 111111 | 100001 | 1001110 | 101110 | 101110 |
Color Harmonies of #8BAC3F
Complementary color
Monochromatic Colors of #8BAC3F
Black with #8BAC3F
Text Example
Text Example
White with #8BAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC3F; }
p { color: rgb(139,172,63); }
H1.HeaderClassName
{
color: #8BAC3F;
}
.AnyTagClassName
{
color: #8BAC3F;
}
</style>
background-color css
<style>
a { background-color: #8BAC3F; }
a { background-color: rgb(139,172,63); }
div.DivClassName
{
background-color: #8BAC3F;
}
.BgClassName
{
background-color: #8BAC3F;
}
</style>
border-color css
<style>
span { border-color: #8BAC3F; }
span { border-color: rgb(139,172,63); }
td.TdClassName
{
border-color: #8BAC3F;
}
.TagClassName
{
border-color: #8BAC3F;
}
</style>