Shades of Limerick #84A82E
Tints of Limerick #84A82E
RGB
CMYK
RGB Variations
Color information
#84A82E (or 0x84A82E) is known color: Limerick. HEX triplet: 84, A8 and 2E. RGB value is (132,168,46). Sum of RGB (Red+Green+Blue) = 132+168+46=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #84A82E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A82E is #7B57D1. Grayscale: #8F8F8F. Windows color (decimal): -8083410 or 3057796. OLE color: 3057796.
HSL color Cylindrical-coordinate representation of color #84A82E: hue angle of 77.7º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84A82E is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 46 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.34 |
| HSL | 77.7º | 0.57% | 0.42% | - |
| HSV(B) | 77.7º | 0.73% | 0.66% | - |
| XYZ | 24.01 | 33.11 | 7.71 | - |
| YUV | 143.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 46 | 0.21 | 0 | 0.73 | 0.34 | 77.7 | 0.57 | 0.42 |
| Hex | 84 | A8 | 2E | 15 | 0 | 49 | 22 | 4E | 39 | 2A |
| Octal | 204 | 250 | 56 | 25 | 0 | 111 | 42 | 116 | 71 | 52 |
| Binary | 10000100 | 10101000 | 101110 | 10101 | 0 | 1001001 | 100010 | 1001110 | 111001 | 101010 |
Color Harmonies of #84A82E
Complementary color
Monochromatic Colors of #84A82E
Black with #84A82E
Text Example
Text Example
White with #84A82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A82E; }
p { color: rgb(132,168,46); }
H1.HeaderClassName
{
color: #84A82E;
}
.AnyTagClassName
{
color: #84A82E;
}
</style>
background-color css
<style>
a { background-color: #84A82E; }
a { background-color: rgb(132,168,46); }
div.DivClassName
{
background-color: #84A82E;
}
.BgClassName
{
background-color: #84A82E;
}
</style>
border-color css
<style>
span { border-color: #84A82E; }
span { border-color: rgb(132,168,46); }
td.TdClassName
{
border-color: #84A82E;
}
.TagClassName
{
border-color: #84A82E;
}
</style>