Shades of Limerick #84A825
Tints of Limerick #84A825
RGB
CMYK
RGB Variations
Color information
#84A825 (or 0x84A825) is known color: Limerick. HEX triplet: 84, A8 and 25. RGB value is (132,168,37). Sum of RGB (Red+Green+Blue) = 132+168+37=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #84A825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A825 is #7B57DA. Grayscale: #8E8E8E. Windows color (decimal): -8083419 or 2467972. OLE color: 2467972.
HSL color Cylindrical-coordinate representation of color #84A825: hue angle of 76.49º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84A825 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 37 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.34 |
| HSL | 76.49º | 0.64% | 0.4% | - |
| HSV(B) | 76.49º | 0.78% | 0.66% | - |
| XYZ | 23.85 | 33.04 | 6.87 | - |
| YUV | 142.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 37 | 0.21 | 0 | 0.78 | 0.34 | 76.49 | 0.64 | 0.4 |
| Hex | 84 | A8 | 25 | 15 | 0 | 4E | 22 | 4C | 40 | 28 |
| Octal | 204 | 250 | 45 | 25 | 0 | 116 | 42 | 114 | 100 | 50 |
| Binary | 10000100 | 10101000 | 100101 | 10101 | 0 | 1001110 | 100010 | 1001100 | 1000000 | 101000 |
Color Harmonies of #84A825
Complementary color
Monochromatic Colors of #84A825
Black with #84A825
Text Example
Text Example
White with #84A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A825; }
p { color: rgb(132,168,37); }
H1.HeaderClassName
{
color: #84A825;
}
.AnyTagClassName
{
color: #84A825;
}
</style>
background-color css
<style>
a { background-color: #84A825; }
a { background-color: rgb(132,168,37); }
div.DivClassName
{
background-color: #84A825;
}
.BgClassName
{
background-color: #84A825;
}
</style>
border-color css
<style>
span { border-color: #84A825; }
span { border-color: rgb(132,168,37); }
td.TdClassName
{
border-color: #84A825;
}
.TagClassName
{
border-color: #84A825;
}
</style>