Shades of Limerick #84A227
Tints of Limerick #84A227
RGB
CMYK
RGB Variations
Color information
#84A227 (or 0x84A227) is known color: Limerick. HEX triplet: 84, A2 and 27. RGB value is (132,162,39). Sum of RGB (Red+Green+Blue) = 132+162+39=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #84A227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A227 is #7B5DD8. Grayscale: #8B8B8B. Windows color (decimal): -8084953 or 2597508. OLE color: 2597508.
HSL color Cylindrical-coordinate representation of color #84A227: hue angle of 74.63º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84A227 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 39 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.36 |
| HSL | 74.63º | 0.61% | 0.39% | - |
| HSV(B) | 74.63º | 0.76% | 0.64% | - |
| XYZ | 22.8 | 30.89 | 6.68 | - |
| YUV | 139.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 39 | 0.19 | 0 | 0.76 | 0.36 | 74.63 | 0.61 | 0.39 |
| Hex | 84 | A2 | 27 | 13 | 0 | 4C | 24 | 4B | 3D | 27 |
| Octal | 204 | 242 | 47 | 23 | 0 | 114 | 44 | 113 | 75 | 47 |
| Binary | 10000100 | 10100010 | 100111 | 10011 | 0 | 1001100 | 100100 | 1001011 | 111101 | 100111 |
Color Harmonies of #84A227
Complementary color
Monochromatic Colors of #84A227
Black with #84A227
Text Example
Text Example
White with #84A227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A227; }
p { color: rgb(132,162,39); }
H1.HeaderClassName
{
color: #84A227;
}
.AnyTagClassName
{
color: #84A227;
}
</style>
background-color css
<style>
a { background-color: #84A227; }
a { background-color: rgb(132,162,39); }
div.DivClassName
{
background-color: #84A227;
}
.BgClassName
{
background-color: #84A227;
}
</style>
border-color css
<style>
span { border-color: #84A227; }
span { border-color: rgb(132,162,39); }
td.TdClassName
{
border-color: #84A227;
}
.TagClassName
{
border-color: #84A227;
}
</style>