Shades of Limerick #84B52C
Tints of Limerick #84B52C
RGB
CMYK
RGB Variations
Color information
#84B52C (or 0x84B52C) is known color: Limerick. HEX triplet: 84, B5 and 2C. RGB value is (132,181,44). Sum of RGB (Red+Green+Blue) = 132+181+44=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #84B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B52C is #7B4AD3. Grayscale: #979797. Windows color (decimal): -8080084 or 2930052. OLE color: 2930052.
HSL color Cylindrical-coordinate representation of color #84B52C: hue angle of 81.46º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84B52C is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 44 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.29 |
| HSL | 81.46º | 0.61% | 0.44% | - |
| HSV(B) | 81.46º | 0.76% | 0.71% | - |
| XYZ | 26.49 | 38.14 | 8.35 | - |
| YUV | 150.73 | 67.77 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 44 | 0.27 | 0 | 0.76 | 0.29 | 81.46 | 0.61 | 0.44 |
| Hex | 84 | B5 | 2C | 1B | 0 | 4C | 1D | 51 | 3D | 2C |
| Octal | 204 | 265 | 54 | 33 | 0 | 114 | 35 | 121 | 75 | 54 |
| Binary | 10000100 | 10110101 | 101100 | 11011 | 0 | 1001100 | 11101 | 1010001 | 111101 | 101100 |
Color Harmonies of #84B52C
Complementary color
Monochromatic Colors of #84B52C
Black with #84B52C
Text Example
Text Example
White with #84B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B52C; }
p { color: rgb(132,181,44); }
H1.HeaderClassName
{
color: #84B52C;
}
.AnyTagClassName
{
color: #84B52C;
}
</style>
background-color css
<style>
a { background-color: #84B52C; }
a { background-color: rgb(132,181,44); }
div.DivClassName
{
background-color: #84B52C;
}
.BgClassName
{
background-color: #84B52C;
}
</style>
border-color css
<style>
span { border-color: #84B52C; }
span { border-color: rgb(132,181,44); }
td.TdClassName
{
border-color: #84B52C;
}
.TagClassName
{
border-color: #84B52C;
}
</style>