Shades of Limerick #84AA20
Tints of Limerick #84AA20
RGB
CMYK
RGB Variations
Color information
#84AA20 (or 0x84AA20) is known color: Limerick. HEX triplet: 84, AA and 20. RGB value is (132,170,32). Sum of RGB (Red+Green+Blue) = 132+170+32=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AA20 is #7B55DF. Grayscale: #8F8F8F. Windows color (decimal): -8082912 or 2140804. OLE color: 2140804.
HSL color Cylindrical-coordinate representation of color #84AA20: hue angle of 76.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84AA20 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 32 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.33 |
| HSL | 76.52º | 0.68% | 0.4% | - |
| HSV(B) | 76.52º | 0.81% | 0.67% | - |
| XYZ | 24.15 | 33.76 | 6.61 | - |
| YUV | 142.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 32 | 0.22 | 0 | 0.81 | 0.33 | 76.52 | 0.68 | 0.4 |
| Hex | 84 | AA | 20 | 16 | 0 | 51 | 21 | 4D | 44 | 28 |
| Octal | 204 | 252 | 40 | 26 | 0 | 121 | 41 | 115 | 104 | 50 |
| Binary | 10000100 | 10101010 | 100000 | 10110 | 0 | 1010001 | 100001 | 1001101 | 1000100 | 101000 |
Color Harmonies of #84AA20
Complementary color
Monochromatic Colors of #84AA20
Black with #84AA20
Text Example
Text Example
White with #84AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA20; }
p { color: rgb(132,170,32); }
H1.HeaderClassName
{
color: #84AA20;
}
.AnyTagClassName
{
color: #84AA20;
}
</style>
background-color css
<style>
a { background-color: #84AA20; }
a { background-color: rgb(132,170,32); }
div.DivClassName
{
background-color: #84AA20;
}
.BgClassName
{
background-color: #84AA20;
}
</style>
border-color css
<style>
span { border-color: #84AA20; }
span { border-color: rgb(132,170,32); }
td.TdClassName
{
border-color: #84AA20;
}
.TagClassName
{
border-color: #84AA20;
}
</style>