Shades of Limerick #84A726
Tints of Limerick #84A726
RGB
CMYK
RGB Variations
Color information
#84A726 (or 0x84A726) is known color: Limerick. HEX triplet: 84, A7 and 26. RGB value is (132,167,38). Sum of RGB (Red+Green+Blue) = 132+167+38=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #84A726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A726 is #7B58D9. Grayscale: #8E8E8E. Windows color (decimal): -8083674 or 2533252. OLE color: 2533252.
HSL color Cylindrical-coordinate representation of color #84A726: hue angle of 76.28º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84A726 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 38 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.35 |
| HSL | 76.28º | 0.63% | 0.4% | - |
| HSV(B) | 76.28º | 0.77% | 0.65% | - |
| XYZ | 23.68 | 32.68 | 6.89 | - |
| YUV | 141.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 38 | 0.21 | 0 | 0.77 | 0.35 | 76.28 | 0.63 | 0.4 |
| Hex | 84 | A7 | 26 | 15 | 0 | 4D | 23 | 4C | 3F | 28 |
| Octal | 204 | 247 | 46 | 25 | 0 | 115 | 43 | 114 | 77 | 50 |
| Binary | 10000100 | 10100111 | 100110 | 10101 | 0 | 1001101 | 100011 | 1001100 | 111111 | 101000 |
Color Harmonies of #84A726
Complementary color
Monochromatic Colors of #84A726
Black with #84A726
Text Example
Text Example
White with #84A726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A726; }
p { color: rgb(132,167,38); }
H1.HeaderClassName
{
color: #84A726;
}
.AnyTagClassName
{
color: #84A726;
}
</style>
background-color css
<style>
a { background-color: #84A726; }
a { background-color: rgb(132,167,38); }
div.DivClassName
{
background-color: #84A726;
}
.BgClassName
{
background-color: #84A726;
}
</style>
border-color css
<style>
span { border-color: #84A726; }
span { border-color: rgb(132,167,38); }
td.TdClassName
{
border-color: #84A726;
}
.TagClassName
{
border-color: #84A726;
}
</style>