Shades of Limerick #84B932
Tints of Limerick #84B932
RGB
CMYK
RGB Variations
Color information
#84B932 (or 0x84B932) is known color: Limerick. HEX triplet: 84, B9 and 32. RGB value is (132,185,50). Sum of RGB (Red+Green+Blue) = 132+185+50=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #84B932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B932 is #7B46CD. Grayscale: #9A9A9A. Windows color (decimal): -8079054 or 3324292. OLE color: 3324292.
HSL color Cylindrical-coordinate representation of color #84B932: hue angle of 83.56º degrees, saturation: 0.57, 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 #84B932 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 50 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.27 |
| HSL | 83.56º | 0.57% | 0.46% | - |
| HSV(B) | 83.56º | 0.73% | 0.73% | - |
| XYZ | 27.44 | 39.83 | 9.26 | - |
| YUV | 153.76 | 69.44 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 50 | 0.29 | 0 | 0.73 | 0.27 | 83.56 | 0.57 | 0.46 |
| Hex | 84 | B9 | 32 | 1D | 0 | 49 | 1B | 54 | 39 | 2E |
| Octal | 204 | 271 | 62 | 35 | 0 | 111 | 33 | 124 | 71 | 56 |
| Binary | 10000100 | 10111001 | 110010 | 11101 | 0 | 1001001 | 11011 | 1010100 | 111001 | 101110 |
Color Harmonies of #84B932
Complementary color
Monochromatic Colors of #84B932
Black with #84B932
Text Example
Text Example
White with #84B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B932; }
p { color: rgb(132,185,50); }
H1.HeaderClassName
{
color: #84B932;
}
.AnyTagClassName
{
color: #84B932;
}
</style>
background-color css
<style>
a { background-color: #84B932; }
a { background-color: rgb(132,185,50); }
div.DivClassName
{
background-color: #84B932;
}
.BgClassName
{
background-color: #84B932;
}
</style>
border-color css
<style>
span { border-color: #84B932; }
span { border-color: rgb(132,185,50); }
td.TdClassName
{
border-color: #84B932;
}
.TagClassName
{
border-color: #84B932;
}
</style>