Shades of Limerick #84B732
Tints of Limerick #84B732
RGB
CMYK
RGB Variations
Color information
#84B732 (or 0x84B732) is known color: Limerick. HEX triplet: 84, B7 and 32. RGB value is (132,183,50). Sum of RGB (Red+Green+Blue) = 132+183+50=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #84B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B732 is #7B48CD. Grayscale: #999999. Windows color (decimal): -8079566 or 3323780. OLE color: 3323780.
HSL color Cylindrical-coordinate representation of color #84B732: hue angle of 83.01º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84B732 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 50 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.28 |
| HSL | 83.01º | 0.57% | 0.46% | - |
| HSV(B) | 83.01º | 0.73% | 0.72% | - |
| XYZ | 27.02 | 39 | 9.12 | - |
| YUV | 152.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 50 | 0.28 | 0 | 0.73 | 0.28 | 83.01 | 0.57 | 0.46 |
| Hex | 84 | B7 | 32 | 1C | 0 | 49 | 1C | 53 | 39 | 2E |
| Octal | 204 | 267 | 62 | 34 | 0 | 111 | 34 | 123 | 71 | 56 |
| Binary | 10000100 | 10110111 | 110010 | 11100 | 0 | 1001001 | 11100 | 1010011 | 111001 | 101110 |
Color Harmonies of #84B732
Complementary color
Monochromatic Colors of #84B732
Black with #84B732
Text Example
Text Example
White with #84B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B732; }
p { color: rgb(132,183,50); }
H1.HeaderClassName
{
color: #84B732;
}
.AnyTagClassName
{
color: #84B732;
}
</style>
background-color css
<style>
a { background-color: #84B732; }
a { background-color: rgb(132,183,50); }
div.DivClassName
{
background-color: #84B732;
}
.BgClassName
{
background-color: #84B732;
}
</style>
border-color css
<style>
span { border-color: #84B732; }
span { border-color: rgb(132,183,50); }
td.TdClassName
{
border-color: #84B732;
}
.TagClassName
{
border-color: #84B732;
}
</style>