Shades of Limerick #84A228
Tints of Limerick #84A228
RGB
CMYK
RGB Variations
Color information
#84A228 (or 0x84A228) is known color: Limerick. HEX triplet: 84, A2 and 28. RGB value is (132,162,40). Sum of RGB (Red+Green+Blue) = 132+162+40=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #84A228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A228 is #7B5DD7. Grayscale: #8B8B8B. Windows color (decimal): -8084952 or 2663044. OLE color: 2663044.
HSL color Cylindrical-coordinate representation of color #84A228: hue angle of 74.75º 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 #84A228 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 40 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.36 |
| HSL | 74.75º | 0.6% | 0.4% | - |
| HSV(B) | 74.75º | 0.75% | 0.64% | - |
| XYZ | 22.82 | 30.9 | 6.77 | - |
| YUV | 139.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 40 | 0.19 | 0 | 0.75 | 0.36 | 74.75 | 0.6 | 0.4 |
| Hex | 84 | A2 | 28 | 13 | 0 | 4B | 24 | 4B | 3C | 28 |
| Octal | 204 | 242 | 50 | 23 | 0 | 113 | 44 | 113 | 74 | 50 |
| Binary | 10000100 | 10100010 | 101000 | 10011 | 0 | 1001011 | 100100 | 1001011 | 111100 | 101000 |
Color Harmonies of #84A228
Complementary color
Monochromatic Colors of #84A228
Black with #84A228
Text Example
Text Example
White with #84A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A228; }
p { color: rgb(132,162,40); }
H1.HeaderClassName
{
color: #84A228;
}
.AnyTagClassName
{
color: #84A228;
}
</style>
background-color css
<style>
a { background-color: #84A228; }
a { background-color: rgb(132,162,40); }
div.DivClassName
{
background-color: #84A228;
}
.BgClassName
{
background-color: #84A228;
}
</style>
border-color css
<style>
span { border-color: #84A228; }
span { border-color: rgb(132,162,40); }
td.TdClassName
{
border-color: #84A228;
}
.TagClassName
{
border-color: #84A228;
}
</style>