Shades of Limerick #84A81F
Tints of Limerick #84A81F
RGB
CMYK
RGB Variations
Color information
#84A81F (or 0x84A81F) is known color: Limerick. HEX triplet: 84, A8 and 1F. RGB value is (132,168,31). Sum of RGB (Red+Green+Blue) = 132+168+31=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #84A81F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A81F is #7B57E0. Grayscale: #8E8E8E. Windows color (decimal): -8083425 or 2074756. OLE color: 2074756.
HSL color Cylindrical-coordinate representation of color #84A81F: hue angle of 75.77º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84A81F is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 31 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.34 |
| HSL | 75.77º | 0.69% | 0.39% | - |
| HSV(B) | 75.77º | 0.82% | 0.66% | - |
| XYZ | 23.77 | 33.01 | 6.42 | - |
| YUV | 141.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 31 | 0.21 | 0 | 0.82 | 0.34 | 75.77 | 0.69 | 0.39 |
| Hex | 84 | A8 | 1F | 15 | 0 | 52 | 22 | 4C | 45 | 27 |
| Octal | 204 | 250 | 37 | 25 | 0 | 122 | 42 | 114 | 105 | 47 |
| Binary | 10000100 | 10101000 | 11111 | 10101 | 0 | 1010010 | 100010 | 1001100 | 1000101 | 100111 |
Color Harmonies of #84A81F
Complementary color
Monochromatic Colors of #84A81F
Black with #84A81F
Text Example
Text Example
White with #84A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A81F; }
p { color: rgb(132,168,31); }
H1.HeaderClassName
{
color: #84A81F;
}
.AnyTagClassName
{
color: #84A81F;
}
</style>
background-color css
<style>
a { background-color: #84A81F; }
a { background-color: rgb(132,168,31); }
div.DivClassName
{
background-color: #84A81F;
}
.BgClassName
{
background-color: #84A81F;
}
</style>
border-color css
<style>
span { border-color: #84A81F; }
span { border-color: rgb(132,168,31); }
td.TdClassName
{
border-color: #84A81F;
}
.TagClassName
{
border-color: #84A81F;
}
</style>