Shades of Limerick #84A91E
Tints of Limerick #84A91E
RGB
CMYK
RGB Variations
Color information
#84A91E (or 0x84A91E) is known color: Limerick. HEX triplet: 84, A9 and 1E. RGB value is (132,169,30). Sum of RGB (Red+Green+Blue) = 132+169+30=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #84A91E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A91E is #7B56E1. Grayscale: #8E8E8E. Windows color (decimal): -8083170 or 2009476. OLE color: 2009476.
HSL color Cylindrical-coordinate representation of color #84A91E: hue angle of 75.97º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84A91E is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 30 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.34 |
| HSL | 75.97º | 0.7% | 0.39% | - |
| HSV(B) | 75.97º | 0.82% | 0.66% | - |
| XYZ | 23.94 | 33.38 | 6.41 | - |
| YUV | 142.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 30 | 0.22 | 0 | 0.82 | 0.34 | 75.97 | 0.7 | 0.39 |
| Hex | 84 | A9 | 1E | 16 | 0 | 52 | 22 | 4C | 46 | 27 |
| Octal | 204 | 251 | 36 | 26 | 0 | 122 | 42 | 114 | 106 | 47 |
| Binary | 10000100 | 10101001 | 11110 | 10110 | 0 | 1010010 | 100010 | 1001100 | 1000110 | 100111 |
Color Harmonies of #84A91E
Complementary color
Monochromatic Colors of #84A91E
Black with #84A91E
Text Example
Text Example
White with #84A91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A91E; }
p { color: rgb(132,169,30); }
H1.HeaderClassName
{
color: #84A91E;
}
.AnyTagClassName
{
color: #84A91E;
}
</style>
background-color css
<style>
a { background-color: #84A91E; }
a { background-color: rgb(132,169,30); }
div.DivClassName
{
background-color: #84A91E;
}
.BgClassName
{
background-color: #84A91E;
}
</style>
border-color css
<style>
span { border-color: #84A91E; }
span { border-color: rgb(132,169,30); }
td.TdClassName
{
border-color: #84A91E;
}
.TagClassName
{
border-color: #84A91E;
}
</style>