Shades of Limerick #84BA32
Tints of Limerick #84BA32
RGB
CMYK
RGB Variations
Color information
#84BA32 (or 0x84BA32) is known color: Limerick. HEX triplet: 84, BA and 32. RGB value is (132,186,50). Sum of RGB (Red+Green+Blue) = 132+186+50=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA32 is #7B45CD. Grayscale: #9A9A9A. Windows color (decimal): -8078798 or 3324548. OLE color: 3324548.
HSL color Cylindrical-coordinate representation of color #84BA32: hue angle of 83.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84BA32 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 50 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.27 |
| HSL | 83.82º | 0.58% | 0.46% | - |
| HSV(B) | 83.82º | 0.73% | 0.73% | - |
| XYZ | 27.65 | 40.25 | 9.33 | - |
| YUV | 154.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 50 | 0.29 | 0 | 0.73 | 0.27 | 83.82 | 0.58 | 0.46 |
| Hex | 84 | BA | 32 | 1D | 0 | 49 | 1B | 54 | 3A | 2E |
| Octal | 204 | 272 | 62 | 35 | 0 | 111 | 33 | 124 | 72 | 56 |
| Binary | 10000100 | 10111010 | 110010 | 11101 | 0 | 1001001 | 11011 | 1010100 | 111010 | 101110 |
Color Harmonies of #84BA32
Complementary color
Monochromatic Colors of #84BA32
Black with #84BA32
Text Example
Text Example
White with #84BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA32; }
p { color: rgb(132,186,50); }
H1.HeaderClassName
{
color: #84BA32;
}
.AnyTagClassName
{
color: #84BA32;
}
</style>
background-color css
<style>
a { background-color: #84BA32; }
a { background-color: rgb(132,186,50); }
div.DivClassName
{
background-color: #84BA32;
}
.BgClassName
{
background-color: #84BA32;
}
</style>
border-color css
<style>
span { border-color: #84BA32; }
span { border-color: rgb(132,186,50); }
td.TdClassName
{
border-color: #84BA32;
}
.TagClassName
{
border-color: #84BA32;
}
</style>