Shades of Limerick #84B72A
Tints of Limerick #84B72A
RGB
CMYK
RGB Variations
Color information
#84B72A (or 0x84B72A) is known color: Limerick. HEX triplet: 84, B7 and 2A. RGB value is (132,183,42). Sum of RGB (Red+Green+Blue) = 132+183+42=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #84B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B72A is #7B48D5. Grayscale: #989898. Windows color (decimal): -8079574 or 2799492. OLE color: 2799492.
HSL color Cylindrical-coordinate representation of color #84B72A: hue angle of 81.7º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84B72A is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 42 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.28 |
| HSL | 81.7º | 0.63% | 0.44% | - |
| HSV(B) | 81.7º | 0.77% | 0.72% | - |
| XYZ | 26.87 | 38.94 | 8.29 | - |
| YUV | 151.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 42 | 0.28 | 0 | 0.77 | 0.28 | 81.7 | 0.63 | 0.44 |
| Hex | 84 | B7 | 2A | 1C | 0 | 4D | 1C | 52 | 3F | 2C |
| Octal | 204 | 267 | 52 | 34 | 0 | 115 | 34 | 122 | 77 | 54 |
| Binary | 10000100 | 10110111 | 101010 | 11100 | 0 | 1001101 | 11100 | 1010010 | 111111 | 101100 |
Color Harmonies of #84B72A
Complementary color
Monochromatic Colors of #84B72A
Black with #84B72A
Text Example
Text Example
White with #84B72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B72A; }
p { color: rgb(132,183,42); }
H1.HeaderClassName
{
color: #84B72A;
}
.AnyTagClassName
{
color: #84B72A;
}
</style>
background-color css
<style>
a { background-color: #84B72A; }
a { background-color: rgb(132,183,42); }
div.DivClassName
{
background-color: #84B72A;
}
.BgClassName
{
background-color: #84B72A;
}
</style>
border-color css
<style>
span { border-color: #84B72A; }
span { border-color: rgb(132,183,42); }
td.TdClassName
{
border-color: #84B72A;
}
.TagClassName
{
border-color: #84B72A;
}
</style>