Shades of Limerick #84A52B
Tints of Limerick #84A52B
RGB
CMYK
RGB Variations
Color information
#84A52B (or 0x84A52B) is known color: Limerick. HEX triplet: 84, A5 and 2B. RGB value is (132,165,43). Sum of RGB (Red+Green+Blue) = 132+165+43=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #84A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A52B is #7B5AD4. Grayscale: #8D8D8D. Windows color (decimal): -8084181 or 2860420. OLE color: 2860420.
HSL color Cylindrical-coordinate representation of color #84A52B: hue angle of 76.23º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84A52B is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 43 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.35 |
| HSL | 76.23º | 0.59% | 0.41% | - |
| HSV(B) | 76.23º | 0.74% | 0.65% | - |
| XYZ | 23.41 | 31.99 | 7.23 | - |
| YUV | 141.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 43 | 0.20 | 0 | 0.74 | 0.35 | 76.23 | 0.59 | 0.41 |
| Hex | 84 | A5 | 2B | 14 | 0 | 4A | 23 | 4C | 3B | 29 |
| Octal | 204 | 245 | 53 | 24 | 0 | 112 | 43 | 114 | 73 | 51 |
| Binary | 10000100 | 10100101 | 101011 | 10100 | 0 | 1001010 | 100011 | 1001100 | 111011 | 101001 |
Color Harmonies of #84A52B
Complementary color
Monochromatic Colors of #84A52B
Black with #84A52B
Text Example
Text Example
White with #84A52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A52B; }
p { color: rgb(132,165,43); }
H1.HeaderClassName
{
color: #84A52B;
}
.AnyTagClassName
{
color: #84A52B;
}
</style>
background-color css
<style>
a { background-color: #84A52B; }
a { background-color: rgb(132,165,43); }
div.DivClassName
{
background-color: #84A52B;
}
.BgClassName
{
background-color: #84A52B;
}
</style>
border-color css
<style>
span { border-color: #84A52B; }
span { border-color: rgb(132,165,43); }
td.TdClassName
{
border-color: #84A52B;
}
.TagClassName
{
border-color: #84A52B;
}
</style>