Shades of Limerick #84A329
Tints of Limerick #84A329
RGB
CMYK
RGB Variations
Color information
#84A329 (or 0x84A329) is known color: Limerick. HEX triplet: 84, A3 and 29. RGB value is (132,163,41). Sum of RGB (Red+Green+Blue) = 132+163+41=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #84A329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A329 is #7B5CD6. Grayscale: #8C8C8C. Windows color (decimal): -8084695 or 2728836. OLE color: 2728836.
HSL color Cylindrical-coordinate representation of color #84A329: hue angle of 75.25º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84A329 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 41 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.36 |
| HSL | 75.25º | 0.6% | 0.4% | - |
| HSV(B) | 75.25º | 0.75% | 0.64% | - |
| XYZ | 23.01 | 31.26 | 6.92 | - |
| YUV | 139.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 41 | 0.19 | 0 | 0.75 | 0.36 | 75.25 | 0.6 | 0.4 |
| Hex | 84 | A3 | 29 | 13 | 0 | 4B | 24 | 4B | 3C | 28 |
| Octal | 204 | 243 | 51 | 23 | 0 | 113 | 44 | 113 | 74 | 50 |
| Binary | 10000100 | 10100011 | 101001 | 10011 | 0 | 1001011 | 100100 | 1001011 | 111100 | 101000 |
Color Harmonies of #84A329
Complementary color
Monochromatic Colors of #84A329
Black with #84A329
Text Example
Text Example
White with #84A329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A329; }
p { color: rgb(132,163,41); }
H1.HeaderClassName
{
color: #84A329;
}
.AnyTagClassName
{
color: #84A329;
}
</style>
background-color css
<style>
a { background-color: #84A329; }
a { background-color: rgb(132,163,41); }
div.DivClassName
{
background-color: #84A329;
}
.BgClassName
{
background-color: #84A329;
}
</style>
border-color css
<style>
span { border-color: #84A329; }
span { border-color: rgb(132,163,41); }
td.TdClassName
{
border-color: #84A329;
}
.TagClassName
{
border-color: #84A329;
}
</style>