Shades of Limerick #84B22C
Tints of Limerick #84B22C
RGB
CMYK
RGB Variations
Color information
#84B22C (or 0x84B22C) is known color: Limerick. HEX triplet: 84, B2 and 2C. RGB value is (132,178,44). Sum of RGB (Red+Green+Blue) = 132+178+44=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #84B22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B22C is #7B4DD3. Grayscale: #959595. Windows color (decimal): -8080852 or 2929284. OLE color: 2929284.
HSL color Cylindrical-coordinate representation of color #84B22C: hue angle of 80.6º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84B22C is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 178 | 44 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.30 |
| HSL | 80.6º | 0.6% | 0.44% | - |
| HSV(B) | 80.6º | 0.75% | 0.7% | - |
| XYZ | 25.89 | 36.93 | 8.15 | - |
| YUV | 148.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 44 | 0.26 | 0 | 0.75 | 0.30 | 80.6 | 0.6 | 0.44 |
| Hex | 84 | B2 | 2C | 1A | 0 | 4B | 1E | 51 | 3C | 2C |
| Octal | 204 | 262 | 54 | 32 | 0 | 113 | 36 | 121 | 74 | 54 |
| Binary | 10000100 | 10110010 | 101100 | 11010 | 0 | 1001011 | 11110 | 1010001 | 111100 | 101100 |
Color Harmonies of #84B22C
Complementary color
Monochromatic Colors of #84B22C
Black with #84B22C
Text Example
Text Example
White with #84B22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B22C; }
p { color: rgb(132,178,44); }
H1.HeaderClassName
{
color: #84B22C;
}
.AnyTagClassName
{
color: #84B22C;
}
</style>
background-color css
<style>
a { background-color: #84B22C; }
a { background-color: rgb(132,178,44); }
div.DivClassName
{
background-color: #84B22C;
}
.BgClassName
{
background-color: #84B22C;
}
</style>
border-color css
<style>
span { border-color: #84B22C; }
span { border-color: rgb(132,178,44); }
td.TdClassName
{
border-color: #84B22C;
}
.TagClassName
{
border-color: #84B22C;
}
</style>