Shades of Limerick #8BAC2D
Tints of Limerick #8BAC2D
RGB
CMYK
RGB Variations
Color information
#8BAC2D (or 0x8BAC2D) is known color: Limerick. HEX triplet: 8B, AC and 2D. RGB value is (139,172,45). Sum of RGB (Red+Green+Blue) = 139+172+45=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC2D is #7453D2. Grayscale: #949494. Windows color (decimal): -7623635 or 2993291. OLE color: 2993291.
HSL color Cylindrical-coordinate representation of color #8BAC2D: hue angle of 75.59º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BAC2D is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 45 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.33 |
| HSL | 75.59º | 0.59% | 0.43% | - |
| HSV(B) | 75.59º | 0.74% | 0.67% | - |
| XYZ | 25.87 | 35.18 | 7.91 | - |
| YUV | 147.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 45 | 0.19 | 0 | 0.74 | 0.33 | 75.59 | 0.59 | 0.43 |
| Hex | 8B | AC | 2D | 13 | 0 | 4A | 21 | 4C | 3B | 2B |
| Octal | 213 | 254 | 55 | 23 | 0 | 112 | 41 | 114 | 73 | 53 |
| Binary | 10001011 | 10101100 | 101101 | 10011 | 0 | 1001010 | 100001 | 1001100 | 111011 | 101011 |
Color Harmonies of #8BAC2D
Complementary color
Monochromatic Colors of #8BAC2D
Black with #8BAC2D
Text Example
Text Example
White with #8BAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC2D; }
p { color: rgb(139,172,45); }
H1.HeaderClassName
{
color: #8BAC2D;
}
.AnyTagClassName
{
color: #8BAC2D;
}
</style>
background-color css
<style>
a { background-color: #8BAC2D; }
a { background-color: rgb(139,172,45); }
div.DivClassName
{
background-color: #8BAC2D;
}
.BgClassName
{
background-color: #8BAC2D;
}
</style>
border-color css
<style>
span { border-color: #8BAC2D; }
span { border-color: rgb(139,172,45); }
td.TdClassName
{
border-color: #8BAC2D;
}
.TagClassName
{
border-color: #8BAC2D;
}
</style>