Shades of Lima #84A714
Tints of Lima #84A714
RGB
CMYK
RGB Variations
Color information
#84A714 (or 0x84A714) is known color: Lima. HEX triplet: 84, A7 and 14. RGB value is (132,167,20). Sum of RGB (Red+Green+Blue) = 132+167+20=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 167 (65.62% from 255 or 52.35% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 167 - color contains mainly: green. Hex color #84A714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A714 is #7B58EB. Grayscale: #8C8C8C. Windows color (decimal): -8083692 or 1353604. OLE color: 1353604.
HSL color Cylindrical-coordinate representation of color #84A714: hue angle of 74.29º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84A714 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 20 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.35 |
| HSL | 74.29º | 0.79% | 0.37% | - |
| HSV(B) | 74.29º | 0.88% | 0.65% | - |
| XYZ | 23.46 | 32.59 | 5.72 | - |
| YUV | 139.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 20 | 0.21 | 0 | 0.88 | 0.35 | 74.29 | 0.79 | 0.37 |
| Hex | 84 | A7 | 14 | 15 | 0 | 58 | 23 | 4A | 4F | 25 |
| Octal | 204 | 247 | 24 | 25 | 0 | 130 | 43 | 112 | 117 | 45 |
| Binary | 10000100 | 10100111 | 10100 | 10101 | 0 | 1011000 | 100011 | 1001010 | 1001111 | 100101 |
Color Harmonies of #84A714
Complementary color
Monochromatic Colors of #84A714
Black with #84A714
Text Example
Text Example
White with #84A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A714; }
p { color: rgb(132,167,20); }
H1.HeaderClassName
{
color: #84A714;
}
.AnyTagClassName
{
color: #84A714;
}
</style>
background-color css
<style>
a { background-color: #84A714; }
a { background-color: rgb(132,167,20); }
div.DivClassName
{
background-color: #84A714;
}
.BgClassName
{
background-color: #84A714;
}
</style>
border-color css
<style>
span { border-color: #84A714; }
span { border-color: rgb(132,167,20); }
td.TdClassName
{
border-color: #84A714;
}
.TagClassName
{
border-color: #84A714;
}
</style>