Shades of Limerick #84A627
Tints of Limerick #84A627
RGB
CMYK
RGB Variations
Color information
#84A627 (or 0x84A627) is known color: Limerick. HEX triplet: 84, A6 and 27. RGB value is (132,166,39). Sum of RGB (Red+Green+Blue) = 132+166+39=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #84A627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A627 is #7B59D8. Grayscale: #8D8D8D. Windows color (decimal): -8083929 or 2598532. OLE color: 2598532.
HSL color Cylindrical-coordinate representation of color #84A627: hue angle of 76.06º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84A627 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 39 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.35 |
| HSL | 76.06º | 0.62% | 0.4% | - |
| HSV(B) | 76.06º | 0.77% | 0.65% | - |
| XYZ | 23.52 | 32.32 | 6.92 | - |
| YUV | 141.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 39 | 0.20 | 0 | 0.77 | 0.35 | 76.06 | 0.62 | 0.4 |
| Hex | 84 | A6 | 27 | 14 | 0 | 4D | 23 | 4C | 3E | 28 |
| Octal | 204 | 246 | 47 | 24 | 0 | 115 | 43 | 114 | 76 | 50 |
| Binary | 10000100 | 10100110 | 100111 | 10100 | 0 | 1001101 | 100011 | 1001100 | 111110 | 101000 |
Color Harmonies of #84A627
Complementary color
Monochromatic Colors of #84A627
Black with #84A627
Text Example
Text Example
White with #84A627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A627; }
p { color: rgb(132,166,39); }
H1.HeaderClassName
{
color: #84A627;
}
.AnyTagClassName
{
color: #84A627;
}
</style>
background-color css
<style>
a { background-color: #84A627; }
a { background-color: rgb(132,166,39); }
div.DivClassName
{
background-color: #84A627;
}
.BgClassName
{
background-color: #84A627;
}
</style>
border-color css
<style>
span { border-color: #84A627; }
span { border-color: rgb(132,166,39); }
td.TdClassName
{
border-color: #84A627;
}
.TagClassName
{
border-color: #84A627;
}
</style>