Shades of Lima #84A710
Tints of Lima #84A710
RGB
CMYK
RGB Variations
Color information
#84A710 (or 0x84A710) is known color: Lima. HEX triplet: 84, A7 and 10. RGB value is (132,167,16). Sum of RGB (Red+Green+Blue) = 132+167+16=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #84A710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A710 is #7B58EF. Grayscale: #8B8B8B. Windows color (decimal): -8083696 or 1091460. OLE color: 1091460.
HSL color Cylindrical-coordinate representation of color #84A710: hue angle of 73.91º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84A710 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 16 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.35 |
| HSL | 73.91º | 0.83% | 0.36% | - |
| HSV(B) | 73.91º | 0.9% | 0.65% | - |
| XYZ | 23.43 | 32.58 | 5.54 | - |
| YUV | 139.32 | 58.4 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 16 | 0.21 | 0 | 0.90 | 0.35 | 73.91 | 0.83 | 0.36 |
| Hex | 84 | A7 | 10 | 15 | 0 | 5A | 23 | 4A | 53 | 24 |
| Octal | 204 | 247 | 20 | 25 | 0 | 132 | 43 | 112 | 123 | 44 |
| Binary | 10000100 | 10100111 | 10000 | 10101 | 0 | 1011010 | 100011 | 1001010 | 1010011 | 100100 |
Color Harmonies of #84A710
Complementary color
Monochromatic Colors of #84A710
Black with #84A710
Text Example
Text Example
White with #84A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A710; }
p { color: rgb(132,167,16); }
H1.HeaderClassName
{
color: #84A710;
}
.AnyTagClassName
{
color: #84A710;
}
</style>
background-color css
<style>
a { background-color: #84A710; }
a { background-color: rgb(132,167,16); }
div.DivClassName
{
background-color: #84A710;
}
.BgClassName
{
background-color: #84A710;
}
</style>
border-color css
<style>
span { border-color: #84A710; }
span { border-color: rgb(132,167,16); }
td.TdClassName
{
border-color: #84A710;
}
.TagClassName
{
border-color: #84A710;
}
</style>