Shades of Limerick #8BA61D
Tints of Limerick #8BA61D
RGB
CMYK
RGB Variations
Color information
#8BA61D (or 0x8BA61D) is known color: Limerick. HEX triplet: 8B, A6 and 1D. RGB value is (139,166,29). Sum of RGB (Red+Green+Blue) = 139+166+29=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA61D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA61D is #7459E2. Grayscale: #8E8E8E. Windows color (decimal): -7625187 or 1943179. OLE color: 1943179.
HSL color Cylindrical-coordinate representation of color #8BA61D: hue angle of 71.82º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8BA61D is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 29 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.35 |
| HSL | 71.82º | 0.7% | 0.38% | - |
| HSV(B) | 71.82º | 0.83% | 0.65% | - |
| XYZ | 24.51 | 32.85 | 6.21 | - |
| YUV | 142.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 29 | 0.16 | 0 | 0.83 | 0.35 | 71.82 | 0.7 | 0.38 |
| Hex | 8B | A6 | 1D | 10 | 0 | 53 | 23 | 48 | 46 | 26 |
| Octal | 213 | 246 | 35 | 20 | 0 | 123 | 43 | 110 | 106 | 46 |
| Binary | 10001011 | 10100110 | 11101 | 10000 | 0 | 1010011 | 100011 | 1001000 | 1000110 | 100110 |
Color Harmonies of #8BA61D
Complementary color
Monochromatic Colors of #8BA61D
Black with #8BA61D
Text Example
Text Example
White with #8BA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA61D; }
p { color: rgb(139,166,29); }
H1.HeaderClassName
{
color: #8BA61D;
}
.AnyTagClassName
{
color: #8BA61D;
}
</style>
background-color css
<style>
a { background-color: #8BA61D; }
a { background-color: rgb(139,166,29); }
div.DivClassName
{
background-color: #8BA61D;
}
.BgClassName
{
background-color: #8BA61D;
}
</style>
border-color css
<style>
span { border-color: #8BA61D; }
span { border-color: rgb(139,166,29); }
td.TdClassName
{
border-color: #8BA61D;
}
.TagClassName
{
border-color: #8BA61D;
}
</style>