Shades of Limerick #84A417
Tints of Limerick #84A417
RGB
CMYK
RGB Variations
Color information
#84A417 (or 0x84A417) is known color: Limerick. HEX triplet: 84, A4 and 17. RGB value is (132,164,23). Sum of RGB (Red+Green+Blue) = 132+164+23=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #84A417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A417 is #7B5BE8. Grayscale: #8A8A8A. Windows color (decimal): -8084457 or 1549444. OLE color: 1549444.
HSL color Cylindrical-coordinate representation of color #84A417: hue angle of 73.62º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84A417 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 23 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.36 |
| HSL | 73.62º | 0.75% | 0.37% | - |
| HSV(B) | 73.62º | 0.86% | 0.64% | - |
| XYZ | 22.95 | 31.52 | 5.68 | - |
| YUV | 138.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 23 | 0.20 | 0 | 0.86 | 0.36 | 73.62 | 0.75 | 0.37 |
| Hex | 84 | A4 | 17 | 14 | 0 | 56 | 24 | 4A | 4B | 25 |
| Octal | 204 | 244 | 27 | 24 | 0 | 126 | 44 | 112 | 113 | 45 |
| Binary | 10000100 | 10100100 | 10111 | 10100 | 0 | 1010110 | 100100 | 1001010 | 1001011 | 100101 |
Color Harmonies of #84A417
Complementary color
Monochromatic Colors of #84A417
Black with #84A417
Text Example
Text Example
White with #84A417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A417; }
p { color: rgb(132,164,23); }
H1.HeaderClassName
{
color: #84A417;
}
.AnyTagClassName
{
color: #84A417;
}
</style>
background-color css
<style>
a { background-color: #84A417; }
a { background-color: rgb(132,164,23); }
div.DivClassName
{
background-color: #84A417;
}
.BgClassName
{
background-color: #84A417;
}
</style>
border-color css
<style>
span { border-color: #84A417; }
span { border-color: rgb(132,164,23); }
td.TdClassName
{
border-color: #84A417;
}
.TagClassName
{
border-color: #84A417;
}
</style>