Shades of Limerick #84A72E
Tints of Limerick #84A72E
RGB
CMYK
RGB Variations
Color information
#84A72E (or 0x84A72E) is known color: Limerick. HEX triplet: 84, A7 and 2E. RGB value is (132,167,46). Sum of RGB (Red+Green+Blue) = 132+167+46=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #84A72E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A72E is #7B58D1. Grayscale: #8F8F8F. Windows color (decimal): -8083666 or 3057540. OLE color: 3057540.
HSL color Cylindrical-coordinate representation of color #84A72E: hue angle of 77.36º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84A72E is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 46 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.35 |
| HSL | 77.36º | 0.57% | 0.42% | - |
| HSV(B) | 77.36º | 0.72% | 0.65% | - |
| XYZ | 23.83 | 32.74 | 7.65 | - |
| YUV | 142.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 46 | 0.21 | 0 | 0.72 | 0.35 | 77.36 | 0.57 | 0.42 |
| Hex | 84 | A7 | 2E | 15 | 0 | 48 | 23 | 4D | 39 | 2A |
| Octal | 204 | 247 | 56 | 25 | 0 | 110 | 43 | 115 | 71 | 52 |
| Binary | 10000100 | 10100111 | 101110 | 10101 | 0 | 1001000 | 100011 | 1001101 | 111001 | 101010 |
Color Harmonies of #84A72E
Complementary color
Monochromatic Colors of #84A72E
Black with #84A72E
Text Example
Text Example
White with #84A72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A72E; }
p { color: rgb(132,167,46); }
H1.HeaderClassName
{
color: #84A72E;
}
.AnyTagClassName
{
color: #84A72E;
}
</style>
background-color css
<style>
a { background-color: #84A72E; }
a { background-color: rgb(132,167,46); }
div.DivClassName
{
background-color: #84A72E;
}
.BgClassName
{
background-color: #84A72E;
}
</style>
border-color css
<style>
span { border-color: #84A72E; }
span { border-color: rgb(132,167,46); }
td.TdClassName
{
border-color: #84A72E;
}
.TagClassName
{
border-color: #84A72E;
}
</style>