Shades of Limerick #8BA722
Tints of Limerick #8BA722
RGB
CMYK
RGB Variations
Color information
#8BA722 (or 0x8BA722) is known color: Limerick. HEX triplet: 8B, A7 and 22. RGB value is (139,167,34). Sum of RGB (Red+Green+Blue) = 139+167+34=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA722 is #7458DD. Grayscale: #8F8F8F. Windows color (decimal): -7624926 or 2271115. OLE color: 2271115.
HSL color Cylindrical-coordinate representation of color #8BA722: hue angle of 72.63º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8BA722 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 34 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.35 |
| HSL | 72.63º | 0.66% | 0.39% | - |
| HSV(B) | 72.63º | 0.8% | 0.65% | - |
| XYZ | 24.75 | 33.24 | 6.62 | - |
| YUV | 143.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 34 | 0.17 | 0 | 0.80 | 0.35 | 72.63 | 0.66 | 0.39 |
| Hex | 8B | A7 | 22 | 11 | 0 | 50 | 23 | 49 | 42 | 27 |
| Octal | 213 | 247 | 42 | 21 | 0 | 120 | 43 | 111 | 102 | 47 |
| Binary | 10001011 | 10100111 | 100010 | 10001 | 0 | 1010000 | 100011 | 1001001 | 1000010 | 100111 |
Color Harmonies of #8BA722
Complementary color
Monochromatic Colors of #8BA722
Black with #8BA722
Text Example
Text Example
White with #8BA722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA722; }
p { color: rgb(139,167,34); }
H1.HeaderClassName
{
color: #8BA722;
}
.AnyTagClassName
{
color: #8BA722;
}
</style>
background-color css
<style>
a { background-color: #8BA722; }
a { background-color: rgb(139,167,34); }
div.DivClassName
{
background-color: #8BA722;
}
.BgClassName
{
background-color: #8BA722;
}
</style>
border-color css
<style>
span { border-color: #8BA722; }
span { border-color: rgb(139,167,34); }
td.TdClassName
{
border-color: #8BA722;
}
.TagClassName
{
border-color: #8BA722;
}
</style>