Shades of Limerick #8BAC34
Tints of Limerick #8BAC34
RGB
CMYK
RGB Variations
Color information
#8BAC34 (or 0x8BAC34) is known color: Limerick. HEX triplet: 8B, AC and 34. RGB value is (139,172,52). Sum of RGB (Red+Green+Blue) = 139+172+52=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC34 is #7453CB. Grayscale: #949494. Windows color (decimal): -7623628 or 3452043. OLE color: 3452043.
HSL color Cylindrical-coordinate representation of color #8BAC34: hue angle of 76.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BAC34 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 52 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.33 |
| HSL | 76.5º | 0.54% | 0.44% | - |
| HSV(B) | 76.5º | 0.7% | 0.67% | - |
| XYZ | 26.02 | 35.24 | 8.68 | - |
| YUV | 148.45 | 73.57 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 52 | 0.19 | 0 | 0.70 | 0.33 | 76.5 | 0.54 | 0.44 |
| Hex | 8B | AC | 34 | 13 | 0 | 46 | 21 | 4C | 36 | 2C |
| Octal | 213 | 254 | 64 | 23 | 0 | 106 | 41 | 114 | 66 | 54 |
| Binary | 10001011 | 10101100 | 110100 | 10011 | 0 | 1000110 | 100001 | 1001100 | 110110 | 101100 |
Color Harmonies of #8BAC34
Complementary color
Monochromatic Colors of #8BAC34
Black with #8BAC34
Text Example
Text Example
White with #8BAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC34; }
p { color: rgb(139,172,52); }
H1.HeaderClassName
{
color: #8BAC34;
}
.AnyTagClassName
{
color: #8BAC34;
}
</style>
background-color css
<style>
a { background-color: #8BAC34; }
a { background-color: rgb(139,172,52); }
div.DivClassName
{
background-color: #8BAC34;
}
.BgClassName
{
background-color: #8BAC34;
}
</style>
border-color css
<style>
span { border-color: #8BAC34; }
span { border-color: rgb(139,172,52); }
td.TdClassName
{
border-color: #8BAC34;
}
.TagClassName
{
border-color: #8BAC34;
}
</style>