Shades of Limerick #84A92C
Tints of Limerick #84A92C
RGB
CMYK
RGB Variations
Color information
#84A92C (or 0x84A92C) is known color: Limerick. HEX triplet: 84, A9 and 2C. RGB value is (132,169,44). Sum of RGB (Red+Green+Blue) = 132+169+44=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #84A92C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A92C is #7B56D3. Grayscale: #909090. Windows color (decimal): -8083156 or 2926980. OLE color: 2926980.
HSL color Cylindrical-coordinate representation of color #84A92C: hue angle of 77.76º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84A92C is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 44 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.34 |
| HSL | 77.76º | 0.59% | 0.42% | - |
| HSV(B) | 77.76º | 0.74% | 0.66% | - |
| XYZ | 24.16 | 33.46 | 7.57 | - |
| YUV | 143.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 44 | 0.22 | 0 | 0.74 | 0.34 | 77.76 | 0.59 | 0.42 |
| Hex | 84 | A9 | 2C | 16 | 0 | 4A | 22 | 4E | 3B | 2A |
| Octal | 204 | 251 | 54 | 26 | 0 | 112 | 42 | 116 | 73 | 52 |
| Binary | 10000100 | 10101001 | 101100 | 10110 | 0 | 1001010 | 100010 | 1001110 | 111011 | 101010 |
Color Harmonies of #84A92C
Complementary color
Monochromatic Colors of #84A92C
Black with #84A92C
Text Example
Text Example
White with #84A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A92C; }
p { color: rgb(132,169,44); }
H1.HeaderClassName
{
color: #84A92C;
}
.AnyTagClassName
{
color: #84A92C;
}
</style>
background-color css
<style>
a { background-color: #84A92C; }
a { background-color: rgb(132,169,44); }
div.DivClassName
{
background-color: #84A92C;
}
.BgClassName
{
background-color: #84A92C;
}
</style>
border-color css
<style>
span { border-color: #84A92C; }
span { border-color: rgb(132,169,44); }
td.TdClassName
{
border-color: #84A92C;
}
.TagClassName
{
border-color: #84A92C;
}
</style>