Shades of Limerick #84B736
Tints of Limerick #84B736
RGB
CMYK
RGB Variations
Color information
#84B736 (or 0x84B736) is known color: Limerick. HEX triplet: 84, B7 and 36. RGB value is (132,183,54). Sum of RGB (Red+Green+Blue) = 132+183+54=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #84B736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B736 is #7B48C9. Grayscale: #999999. Windows color (decimal): -8079562 or 3585924. OLE color: 3585924.
HSL color Cylindrical-coordinate representation of color #84B736: hue angle of 83.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84B736 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 54 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.28 |
| HSL | 83.72º | 0.54% | 0.46% | - |
| HSV(B) | 83.72º | 0.7% | 0.72% | - |
| XYZ | 27.12 | 39.04 | 9.6 | - |
| YUV | 153.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 54 | 0.28 | 0 | 0.70 | 0.28 | 83.72 | 0.54 | 0.46 |
| Hex | 84 | B7 | 36 | 1C | 0 | 46 | 1C | 54 | 36 | 2E |
| Octal | 204 | 267 | 66 | 34 | 0 | 106 | 34 | 124 | 66 | 56 |
| Binary | 10000100 | 10110111 | 110110 | 11100 | 0 | 1000110 | 11100 | 1010100 | 110110 | 101110 |
Color Harmonies of #84B736
Complementary color
Monochromatic Colors of #84B736
Black with #84B736
Text Example
Text Example
White with #84B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B736; }
p { color: rgb(132,183,54); }
H1.HeaderClassName
{
color: #84B736;
}
.AnyTagClassName
{
color: #84B736;
}
</style>
background-color css
<style>
a { background-color: #84B736; }
a { background-color: rgb(132,183,54); }
div.DivClassName
{
background-color: #84B736;
}
.BgClassName
{
background-color: #84B736;
}
</style>
border-color css
<style>
span { border-color: #84B736; }
span { border-color: rgb(132,183,54); }
td.TdClassName
{
border-color: #84B736;
}
.TagClassName
{
border-color: #84B736;
}
</style>