Shades of Limerick #84A616
Tints of Limerick #84A616
RGB
CMYK
RGB Variations
Color information
#84A616 (or 0x84A616) is known color: Limerick. HEX triplet: 84, A6 and 16. RGB value is (132,166,22). Sum of RGB (Red+Green+Blue) = 132+166+22=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #84A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A616 is #7B59E9. Grayscale: #8B8B8B. Windows color (decimal): -8083946 or 1484420. OLE color: 1484420.
HSL color Cylindrical-coordinate representation of color #84A616: hue angle of 74.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84A616 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 22 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.35 |
| HSL | 74.17º | 0.77% | 0.37% | - |
| HSV(B) | 74.17º | 0.87% | 0.65% | - |
| XYZ | 23.3 | 32.24 | 5.75 | - |
| YUV | 139.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 22 | 0.20 | 0 | 0.87 | 0.35 | 74.17 | 0.77 | 0.37 |
| Hex | 84 | A6 | 16 | 14 | 0 | 57 | 23 | 4A | 4D | 25 |
| Octal | 204 | 246 | 26 | 24 | 0 | 127 | 43 | 112 | 115 | 45 |
| Binary | 10000100 | 10100110 | 10110 | 10100 | 0 | 1010111 | 100011 | 1001010 | 1001101 | 100101 |
Color Harmonies of #84A616
Complementary color
Monochromatic Colors of #84A616
Black with #84A616
Text Example
Text Example
White with #84A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A616; }
p { color: rgb(132,166,22); }
H1.HeaderClassName
{
color: #84A616;
}
.AnyTagClassName
{
color: #84A616;
}
</style>
background-color css
<style>
a { background-color: #84A616; }
a { background-color: rgb(132,166,22); }
div.DivClassName
{
background-color: #84A616;
}
.BgClassName
{
background-color: #84A616;
}
</style>
border-color css
<style>
span { border-color: #84A616; }
span { border-color: rgb(132,166,22); }
td.TdClassName
{
border-color: #84A616;
}
.TagClassName
{
border-color: #84A616;
}
</style>