Shades of Limerick #84A418
Tints of Limerick #84A418
RGB
CMYK
RGB Variations
Color information
#84A418 (or 0x84A418) is known color: Limerick. HEX triplet: 84, A4 and 18. RGB value is (132,164,24). Sum of RGB (Red+Green+Blue) = 132+164+24=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #84A418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A418 is #7B5BE7. Grayscale: #8A8A8A. Windows color (decimal): -8084456 or 1614980. OLE color: 1614980.
HSL color Cylindrical-coordinate representation of color #84A418: hue angle of 73.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84A418 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 24 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.36 |
| HSL | 73.71º | 0.74% | 0.37% | - |
| HSV(B) | 73.71º | 0.85% | 0.64% | - |
| XYZ | 22.96 | 31.52 | 5.74 | - |
| YUV | 138.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 24 | 0.20 | 0 | 0.85 | 0.36 | 73.71 | 0.74 | 0.37 |
| Hex | 84 | A4 | 18 | 14 | 0 | 55 | 24 | 4A | 4A | 25 |
| Octal | 204 | 244 | 30 | 24 | 0 | 125 | 44 | 112 | 112 | 45 |
| Binary | 10000100 | 10100100 | 11000 | 10100 | 0 | 1010101 | 100100 | 1001010 | 1001010 | 100101 |
Color Harmonies of #84A418
Complementary color
Monochromatic Colors of #84A418
Black with #84A418
Text Example
Text Example
White with #84A418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A418; }
p { color: rgb(132,164,24); }
H1.HeaderClassName
{
color: #84A418;
}
.AnyTagClassName
{
color: #84A418;
}
</style>
background-color css
<style>
a { background-color: #84A418; }
a { background-color: rgb(132,164,24); }
div.DivClassName
{
background-color: #84A418;
}
.BgClassName
{
background-color: #84A418;
}
</style>
border-color css
<style>
span { border-color: #84A418; }
span { border-color: rgb(132,164,24); }
td.TdClassName
{
border-color: #84A418;
}
.TagClassName
{
border-color: #84A418;
}
</style>