Shades of Limerick #84A61E
Tints of Limerick #84A61E
RGB
CMYK
RGB Variations
Color information
#84A61E (or 0x84A61E) is known color: Limerick. HEX triplet: 84, A6 and 1E. RGB value is (132,166,30). Sum of RGB (Red+Green+Blue) = 132+166+30=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #84A61E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A61E is #7B59E1. Grayscale: #8C8C8C. Windows color (decimal): -8083938 or 2008708. OLE color: 2008708.
HSL color Cylindrical-coordinate representation of color #84A61E: hue angle of 75º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84A61E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 30 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.35 |
| HSL | 75º | 0.69% | 0.38% | - |
| HSV(B) | 75º | 0.82% | 0.65% | - |
| XYZ | 23.39 | 32.27 | 6.22 | - |
| YUV | 140.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 30 | 0.20 | 0 | 0.82 | 0.35 | 75 | 0.69 | 0.38 |
| Hex | 84 | A6 | 1E | 14 | 0 | 52 | 23 | 4B | 45 | 26 |
| Octal | 204 | 246 | 36 | 24 | 0 | 122 | 43 | 113 | 105 | 46 |
| Binary | 10000100 | 10100110 | 11110 | 10100 | 0 | 1010010 | 100011 | 1001011 | 1000101 | 100110 |
Color Harmonies of #84A61E
Complementary color
Monochromatic Colors of #84A61E
Black with #84A61E
Text Example
Text Example
White with #84A61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A61E; }
p { color: rgb(132,166,30); }
H1.HeaderClassName
{
color: #84A61E;
}
.AnyTagClassName
{
color: #84A61E;
}
</style>
background-color css
<style>
a { background-color: #84A61E; }
a { background-color: rgb(132,166,30); }
div.DivClassName
{
background-color: #84A61E;
}
.BgClassName
{
background-color: #84A61E;
}
</style>
border-color css
<style>
span { border-color: #84A61E; }
span { border-color: rgb(132,166,30); }
td.TdClassName
{
border-color: #84A61E;
}
.TagClassName
{
border-color: #84A61E;
}
</style>