Shades of Limerick #84A526
Tints of Limerick #84A526
RGB
CMYK
RGB Variations
Color information
#84A526 (or 0x84A526) is known color: Limerick. HEX triplet: 84, A5 and 26. RGB value is (132,165,38). Sum of RGB (Red+Green+Blue) = 132+165+38=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #84A526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A526 is #7B5AD9. Grayscale: #8D8D8D. Windows color (decimal): -8084186 or 2532740. OLE color: 2532740.
HSL color Cylindrical-coordinate representation of color #84A526: hue angle of 75.59º 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 #84A526 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 38 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.35 |
| HSL | 75.59º | 0.63% | 0.4% | - |
| HSV(B) | 75.59º | 0.77% | 0.65% | - |
| XYZ | 23.32 | 31.96 | 6.77 | - |
| YUV | 140.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 38 | 0.20 | 0 | 0.77 | 0.35 | 75.59 | 0.63 | 0.4 |
| Hex | 84 | A5 | 26 | 14 | 0 | 4D | 23 | 4C | 3F | 28 |
| Octal | 204 | 245 | 46 | 24 | 0 | 115 | 43 | 114 | 77 | 50 |
| Binary | 10000100 | 10100101 | 100110 | 10100 | 0 | 1001101 | 100011 | 1001100 | 111111 | 101000 |
Color Harmonies of #84A526
Complementary color
Monochromatic Colors of #84A526
Black with #84A526
Text Example
Text Example
White with #84A526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A526; }
p { color: rgb(132,165,38); }
H1.HeaderClassName
{
color: #84A526;
}
.AnyTagClassName
{
color: #84A526;
}
</style>
background-color css
<style>
a { background-color: #84A526; }
a { background-color: rgb(132,165,38); }
div.DivClassName
{
background-color: #84A526;
}
.BgClassName
{
background-color: #84A526;
}
</style>
border-color css
<style>
span { border-color: #84A526; }
span { border-color: rgb(132,165,38); }
td.TdClassName
{
border-color: #84A526;
}
.TagClassName
{
border-color: #84A526;
}
</style>