Shades of Limerick #8BA42D
Tints of Limerick #8BA42D
RGB
CMYK
RGB Variations
Color information
#8BA42D (or 0x8BA42D) is known color: Limerick. HEX triplet: 8B, A4 and 2D. RGB value is (139,164,45). Sum of RGB (Red+Green+Blue) = 139+164+45=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA42D is #745BD2. Grayscale: #8F8F8F. Windows color (decimal): -7625683 or 2991243. OLE color: 2991243.
HSL color Cylindrical-coordinate representation of color #8BA42D: hue angle of 72.61º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BA42D is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 45 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.36 |
| HSL | 72.61º | 0.57% | 0.41% | - |
| HSV(B) | 72.61º | 0.73% | 0.64% | - |
| XYZ | 24.4 | 32.23 | 7.42 | - |
| YUV | 142.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 45 | 0.15 | 0 | 0.73 | 0.36 | 72.61 | 0.57 | 0.41 |
| Hex | 8B | A4 | 2D | F | 0 | 49 | 24 | 49 | 39 | 29 |
| Octal | 213 | 244 | 55 | 17 | 0 | 111 | 44 | 111 | 71 | 51 |
| Binary | 10001011 | 10100100 | 101101 | 1111 | 0 | 1001001 | 100100 | 1001001 | 111001 | 101001 |
Color Harmonies of #8BA42D
Complementary color
Monochromatic Colors of #8BA42D
Black with #8BA42D
Text Example
Text Example
White with #8BA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA42D; }
p { color: rgb(139,164,45); }
H1.HeaderClassName
{
color: #8BA42D;
}
.AnyTagClassName
{
color: #8BA42D;
}
</style>
background-color css
<style>
a { background-color: #8BA42D; }
a { background-color: rgb(139,164,45); }
div.DivClassName
{
background-color: #8BA42D;
}
.BgClassName
{
background-color: #8BA42D;
}
</style>
border-color css
<style>
span { border-color: #8BA42D; }
span { border-color: rgb(139,164,45); }
td.TdClassName
{
border-color: #8BA42D;
}
.TagClassName
{
border-color: #8BA42D;
}
</style>