Shades of Lima #84A806
Tints of Lima #84A806
RGB
CMYK
RGB Variations
Color information
#84A806 (or 0x84A806) is known color: Lima. HEX triplet: 84, A8 and 06. RGB value is (132,168,6). Sum of RGB (Red+Green+Blue) = 132+168+6=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #84A806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A806 is #7B57F9. Grayscale: #8B8B8B. Windows color (decimal): -8083450 or 436356. OLE color: 436356.
HSL color Cylindrical-coordinate representation of color #84A806: hue angle of 73.33º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84A806 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 6 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.34 |
| HSL | 73.33º | 0.93% | 0.34% | - |
| HSV(B) | 73.33º | 0.96% | 0.66% | - |
| XYZ | 23.55 | 32.92 | 5.29 | - |
| YUV | 138.77 | 53.07 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 6 | 0.21 | 0 | 0.96 | 0.34 | 73.33 | 0.93 | 0.34 |
| Hex | 84 | A8 | 6 | 15 | 0 | 60 | 22 | 49 | 5D | 22 |
| Octal | 204 | 250 | 6 | 25 | 0 | 140 | 42 | 111 | 135 | 42 |
| Binary | 10000100 | 10101000 | 110 | 10101 | 0 | 1100000 | 100010 | 1001001 | 1011101 | 100010 |
Color Harmonies of #84A806
Complementary color
Monochromatic Colors of #84A806
Black with #84A806
Text Example
Text Example
White with #84A806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A806; }
p { color: rgb(132,168,6); }
H1.HeaderClassName
{
color: #84A806;
}
.AnyTagClassName
{
color: #84A806;
}
</style>
background-color css
<style>
a { background-color: #84A806; }
a { background-color: rgb(132,168,6); }
div.DivClassName
{
background-color: #84A806;
}
.BgClassName
{
background-color: #84A806;
}
</style>
border-color css
<style>
span { border-color: #84A806; }
span { border-color: rgb(132,168,6); }
td.TdClassName
{
border-color: #84A806;
}
.TagClassName
{
border-color: #84A806;
}
</style>