Shades of Lima #84A606
Tints of Lima #84A606
RGB
CMYK
RGB Variations
Color information
#84A606 (or 0x84A606) is known color: Lima. HEX triplet: 84, A6 and 06. RGB value is (132,166,6). Sum of RGB (Red+Green+Blue) = 132+166+6=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #84A606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A606 is #7B59F9. Grayscale: #8A8A8A. Windows color (decimal): -8083962 or 435844. OLE color: 435844.
HSL color Cylindrical-coordinate representation of color #84A606: hue angle of 72.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84A606 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 6 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.35 |
| HSL | 72.75º | 0.93% | 0.34% | - |
| HSV(B) | 72.75º | 0.96% | 0.65% | - |
| XYZ | 23.18 | 32.19 | 5.16 | - |
| YUV | 137.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 6 | 0.20 | 0 | 0.96 | 0.35 | 72.75 | 0.93 | 0.34 |
| Hex | 84 | A6 | 6 | 14 | 0 | 60 | 23 | 49 | 5D | 22 |
| Octal | 204 | 246 | 6 | 24 | 0 | 140 | 43 | 111 | 135 | 42 |
| Binary | 10000100 | 10100110 | 110 | 10100 | 0 | 1100000 | 100011 | 1001001 | 1011101 | 100010 |
Color Harmonies of #84A606
Complementary color
Monochromatic Colors of #84A606
Black with #84A606
Text Example
Text Example
White with #84A606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A606; }
p { color: rgb(132,166,6); }
H1.HeaderClassName
{
color: #84A606;
}
.AnyTagClassName
{
color: #84A606;
}
</style>
background-color css
<style>
a { background-color: #84A606; }
a { background-color: rgb(132,166,6); }
div.DivClassName
{
background-color: #84A606;
}
.BgClassName
{
background-color: #84A606;
}
</style>
border-color css
<style>
span { border-color: #84A606; }
span { border-color: rgb(132,166,6); }
td.TdClassName
{
border-color: #84A606;
}
.TagClassName
{
border-color: #84A606;
}
</style>