Shades of Limerick #84A419
Tints of Limerick #84A419
RGB
CMYK
RGB Variations
Color information
#84A419 (or 0x84A419) is known color: Limerick. HEX triplet: 84, A4 and 19. RGB value is (132,164,25). Sum of RGB (Red+Green+Blue) = 132+164+25=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #84A419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A419 is #7B5BE6. Grayscale: #8B8B8B. Windows color (decimal): -8084455 or 1680516. OLE color: 1680516.
HSL color Cylindrical-coordinate representation of color #84A419: hue angle of 73.81º 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 #84A419 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 25 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.36 |
| HSL | 73.81º | 0.74% | 0.37% | - |
| HSV(B) | 73.81º | 0.85% | 0.64% | - |
| XYZ | 22.97 | 31.53 | 5.79 | - |
| YUV | 138.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 25 | 0.20 | 0 | 0.85 | 0.36 | 73.81 | 0.74 | 0.37 |
| Hex | 84 | A4 | 19 | 14 | 0 | 55 | 24 | 4A | 4A | 25 |
| Octal | 204 | 244 | 31 | 24 | 0 | 125 | 44 | 112 | 112 | 45 |
| Binary | 10000100 | 10100100 | 11001 | 10100 | 0 | 1010101 | 100100 | 1001010 | 1001010 | 100101 |
Color Harmonies of #84A419
Complementary color
Monochromatic Colors of #84A419
Black with #84A419
Text Example
Text Example
White with #84A419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A419; }
p { color: rgb(132,164,25); }
H1.HeaderClassName
{
color: #84A419;
}
.AnyTagClassName
{
color: #84A419;
}
</style>
background-color css
<style>
a { background-color: #84A419; }
a { background-color: rgb(132,164,25); }
div.DivClassName
{
background-color: #84A419;
}
.BgClassName
{
background-color: #84A419;
}
</style>
border-color css
<style>
span { border-color: #84A419; }
span { border-color: rgb(132,164,25); }
td.TdClassName
{
border-color: #84A419;
}
.TagClassName
{
border-color: #84A419;
}
</style>