Shades of Limerick #8BA02D
Tints of Limerick #8BA02D
RGB
CMYK
RGB Variations
Color information
#8BA02D (or 0x8BA02D) is known color: Limerick. HEX triplet: 8B, A0 and 2D. RGB value is (139,160,45). Sum of RGB (Red+Green+Blue) = 139+160+45=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA02D is #745FD2. Grayscale: #8D8D8D. Windows color (decimal): -7626707 or 2990219. OLE color: 2990219.
HSL color Cylindrical-coordinate representation of color #8BA02D: hue angle of 70.96º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BA02D is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 45 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.37 |
| HSL | 70.96º | 0.56% | 0.4% | - |
| HSV(B) | 70.96º | 0.72% | 0.63% | - |
| XYZ | 23.69 | 30.82 | 7.18 | - |
| YUV | 140.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 45 | 0.13 | 0 | 0.72 | 0.37 | 70.96 | 0.56 | 0.4 |
| Hex | 8B | A0 | 2D | D | 0 | 48 | 25 | 47 | 38 | 28 |
| Octal | 213 | 240 | 55 | 15 | 0 | 110 | 45 | 107 | 70 | 50 |
| Binary | 10001011 | 10100000 | 101101 | 1101 | 0 | 1001000 | 100101 | 1000111 | 111000 | 101000 |
Color Harmonies of #8BA02D
Complementary color
Monochromatic Colors of #8BA02D
Black with #8BA02D
Text Example
Text Example
White with #8BA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA02D; }
p { color: rgb(139,160,45); }
H1.HeaderClassName
{
color: #8BA02D;
}
.AnyTagClassName
{
color: #8BA02D;
}
</style>
background-color css
<style>
a { background-color: #8BA02D; }
a { background-color: rgb(139,160,45); }
div.DivClassName
{
background-color: #8BA02D;
}
.BgClassName
{
background-color: #8BA02D;
}
</style>
border-color css
<style>
span { border-color: #8BA02D; }
span { border-color: rgb(139,160,45); }
td.TdClassName
{
border-color: #8BA02D;
}
.TagClassName
{
border-color: #8BA02D;
}
</style>