Shades of Limerick #84BA37
Tints of Limerick #84BA37
RGB
CMYK
RGB Variations
Color information
#84BA37 (or 0x84BA37) is known color: Limerick. HEX triplet: 84, BA and 37. RGB value is (132,186,55). Sum of RGB (Red+Green+Blue) = 132+186+55=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA37 is #7B45C8. Grayscale: #9B9B9B. Windows color (decimal): -8078793 or 3652228. OLE color: 3652228.
HSL color Cylindrical-coordinate representation of color #84BA37: hue angle of 84.73º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84BA37 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 55 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.27 |
| HSL | 84.73º | 0.54% | 0.47% | - |
| HSV(B) | 84.73º | 0.7% | 0.73% | - |
| XYZ | 27.76 | 40.3 | 9.93 | - |
| YUV | 154.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 55 | 0.29 | 0 | 0.70 | 0.27 | 84.73 | 0.54 | 0.47 |
| Hex | 84 | BA | 37 | 1D | 0 | 46 | 1B | 55 | 36 | 2F |
| Octal | 204 | 272 | 67 | 35 | 0 | 106 | 33 | 125 | 66 | 57 |
| Binary | 10000100 | 10111010 | 110111 | 11101 | 0 | 1000110 | 11011 | 1010101 | 110110 | 101111 |
Color Harmonies of #84BA37
Complementary color
Monochromatic Colors of #84BA37
Black with #84BA37
Text Example
Text Example
White with #84BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA37; }
p { color: rgb(132,186,55); }
H1.HeaderClassName
{
color: #84BA37;
}
.AnyTagClassName
{
color: #84BA37;
}
</style>
background-color css
<style>
a { background-color: #84BA37; }
a { background-color: rgb(132,186,55); }
div.DivClassName
{
background-color: #84BA37;
}
.BgClassName
{
background-color: #84BA37;
}
</style>
border-color css
<style>
span { border-color: #84BA37; }
span { border-color: rgb(132,186,55); }
td.TdClassName
{
border-color: #84BA37;
}
.TagClassName
{
border-color: #84BA37;
}
</style>