Shades of Limerick #84A127
Tints of Limerick #84A127
RGB
CMYK
RGB Variations
Color information
#84A127 (or 0x84A127) is known color: Limerick. HEX triplet: 84, A1 and 27. RGB value is (132,161,39). Sum of RGB (Red+Green+Blue) = 132+161+39=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #84A127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A127 is #7B5ED8. Grayscale: #8A8A8A. Windows color (decimal): -8085209 or 2597252. OLE color: 2597252.
HSL color Cylindrical-coordinate representation of color #84A127: hue angle of 74.26º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84A127 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 39 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.37 |
| HSL | 74.26º | 0.61% | 0.39% | - |
| HSV(B) | 74.26º | 0.76% | 0.63% | - |
| XYZ | 22.63 | 30.54 | 6.62 | - |
| YUV | 138.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 39 | 0.18 | 0 | 0.76 | 0.37 | 74.26 | 0.61 | 0.39 |
| Hex | 84 | A1 | 27 | 12 | 0 | 4C | 25 | 4A | 3D | 27 |
| Octal | 204 | 241 | 47 | 22 | 0 | 114 | 45 | 112 | 75 | 47 |
| Binary | 10000100 | 10100001 | 100111 | 10010 | 0 | 1001100 | 100101 | 1001010 | 111101 | 100111 |
Color Harmonies of #84A127
Complementary color
Monochromatic Colors of #84A127
Black with #84A127
Text Example
Text Example
White with #84A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A127; }
p { color: rgb(132,161,39); }
H1.HeaderClassName
{
color: #84A127;
}
.AnyTagClassName
{
color: #84A127;
}
</style>
background-color css
<style>
a { background-color: #84A127; }
a { background-color: rgb(132,161,39); }
div.DivClassName
{
background-color: #84A127;
}
.BgClassName
{
background-color: #84A127;
}
</style>
border-color css
<style>
span { border-color: #84A127; }
span { border-color: rgb(132,161,39); }
td.TdClassName
{
border-color: #84A127;
}
.TagClassName
{
border-color: #84A127;
}
</style>