Shades of Limerick #84AD32
Tints of Limerick #84AD32
RGB
CMYK
RGB Variations
Color information
#84AD32 (or 0x84AD32) is known color: Limerick. HEX triplet: 84, AD and 32. RGB value is (132,173,50). Sum of RGB (Red+Green+Blue) = 132+173+50=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD32 is #7B52CD. Grayscale: #939393. Windows color (decimal): -8082126 or 3321220. OLE color: 3321220.
HSL color Cylindrical-coordinate representation of color #84AD32: hue angle of 80º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84AD32 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 50 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.32 |
| HSL | 80º | 0.55% | 0.44% | - |
| HSV(B) | 80º | 0.71% | 0.68% | - |
| XYZ | 25.04 | 35.02 | 8.46 | - |
| YUV | 146.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 50 | 0.24 | 0 | 0.71 | 0.32 | 80 | 0.55 | 0.44 |
| Hex | 84 | AD | 32 | 18 | 0 | 47 | 20 | 50 | 37 | 2C |
| Octal | 204 | 255 | 62 | 30 | 0 | 107 | 40 | 120 | 67 | 54 |
| Binary | 10000100 | 10101101 | 110010 | 11000 | 0 | 1000111 | 100000 | 1010000 | 110111 | 101100 |
Color Harmonies of #84AD32
Complementary color
Monochromatic Colors of #84AD32
Black with #84AD32
Text Example
Text Example
White with #84AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD32; }
p { color: rgb(132,173,50); }
H1.HeaderClassName
{
color: #84AD32;
}
.AnyTagClassName
{
color: #84AD32;
}
</style>
background-color css
<style>
a { background-color: #84AD32; }
a { background-color: rgb(132,173,50); }
div.DivClassName
{
background-color: #84AD32;
}
.BgClassName
{
background-color: #84AD32;
}
</style>
border-color css
<style>
span { border-color: #84AD32; }
span { border-color: rgb(132,173,50); }
td.TdClassName
{
border-color: #84AD32;
}
.TagClassName
{
border-color: #84AD32;
}
</style>