Shades of Limerick #84AB20
Tints of Limerick #84AB20
RGB
CMYK
RGB Variations
Color information
#84AB20 (or 0x84AB20) is known color: Limerick. HEX triplet: 84, AB and 20. RGB value is (132,171,32). Sum of RGB (Red+Green+Blue) = 132+171+32=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AB20 is #7B54DF. Grayscale: #909090. Windows color (decimal): -8082656 or 2141060. OLE color: 2141060.
HSL color Cylindrical-coordinate representation of color #84AB20: hue angle of 76.83º 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 #84AB20 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 32 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.33 |
| HSL | 76.83º | 0.68% | 0.4% | - |
| HSV(B) | 76.83º | 0.81% | 0.67% | - |
| XYZ | 24.34 | 34.14 | 6.67 | - |
| YUV | 143.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 32 | 0.23 | 0 | 0.81 | 0.33 | 76.83 | 0.68 | 0.4 |
| Hex | 84 | AB | 20 | 17 | 0 | 51 | 21 | 4D | 44 | 28 |
| Octal | 204 | 253 | 40 | 27 | 0 | 121 | 41 | 115 | 104 | 50 |
| Binary | 10000100 | 10101011 | 100000 | 10111 | 0 | 1010001 | 100001 | 1001101 | 1000100 | 101000 |
Color Harmonies of #84AB20
Complementary color
Monochromatic Colors of #84AB20
Black with #84AB20
Text Example
Text Example
White with #84AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB20; }
p { color: rgb(132,171,32); }
H1.HeaderClassName
{
color: #84AB20;
}
.AnyTagClassName
{
color: #84AB20;
}
</style>
background-color css
<style>
a { background-color: #84AB20; }
a { background-color: rgb(132,171,32); }
div.DivClassName
{
background-color: #84AB20;
}
.BgClassName
{
background-color: #84AB20;
}
</style>
border-color css
<style>
span { border-color: #84AB20; }
span { border-color: rgb(132,171,32); }
td.TdClassName
{
border-color: #84AB20;
}
.TagClassName
{
border-color: #84AB20;
}
</style>