Shades of Limerick #84A922
Tints of Limerick #84A922
RGB
CMYK
RGB Variations
Color information
#84A922 (or 0x84A922) is known color: Limerick. HEX triplet: 84, A9 and 22. RGB value is (132,169,34). Sum of RGB (Red+Green+Blue) = 132+169+34=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #84A922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A922 is #7B56DD. Grayscale: #8F8F8F. Windows color (decimal): -8083166 or 2271620. OLE color: 2271620.
HSL color Cylindrical-coordinate representation of color #84A922: hue angle of 76.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84A922 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 34 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.34 |
| HSL | 76.44º | 0.67% | 0.4% | - |
| HSV(B) | 76.44º | 0.8% | 0.66% | - |
| XYZ | 23.99 | 33.4 | 6.7 | - |
| YUV | 142.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 34 | 0.22 | 0 | 0.80 | 0.34 | 76.44 | 0.67 | 0.4 |
| Hex | 84 | A9 | 22 | 16 | 0 | 50 | 22 | 4C | 43 | 28 |
| Octal | 204 | 251 | 42 | 26 | 0 | 120 | 42 | 114 | 103 | 50 |
| Binary | 10000100 | 10101001 | 100010 | 10110 | 0 | 1010000 | 100010 | 1001100 | 1000011 | 101000 |
Color Harmonies of #84A922
Complementary color
Monochromatic Colors of #84A922
Black with #84A922
Text Example
Text Example
White with #84A922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A922; }
p { color: rgb(132,169,34); }
H1.HeaderClassName
{
color: #84A922;
}
.AnyTagClassName
{
color: #84A922;
}
</style>
background-color css
<style>
a { background-color: #84A922; }
a { background-color: rgb(132,169,34); }
div.DivClassName
{
background-color: #84A922;
}
.BgClassName
{
background-color: #84A922;
}
</style>
border-color css
<style>
span { border-color: #84A922; }
span { border-color: rgb(132,169,34); }
td.TdClassName
{
border-color: #84A922;
}
.TagClassName
{
border-color: #84A922;
}
</style>