Shades of Lima #84A610
Tints of Lima #84A610
RGB
CMYK
RGB Variations
Color information
#84A610 (or 0x84A610) is known color: Lima. HEX triplet: 84, A6 and 10. RGB value is (132,166,16). Sum of RGB (Red+Green+Blue) = 132+166+16=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #84A610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A610 is #7B59EF. Grayscale: #8B8B8B. Windows color (decimal): -8083952 or 1091204. OLE color: 1091204.
HSL color Cylindrical-coordinate representation of color #84A610: hue angle of 73.6º degrees, saturation: 0.82, 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 #84A610 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 16 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.35 |
| HSL | 73.6º | 0.82% | 0.36% | - |
| HSV(B) | 73.6º | 0.9% | 0.65% | - |
| XYZ | 23.25 | 32.22 | 5.48 | - |
| YUV | 138.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 16 | 0.20 | 0 | 0.90 | 0.35 | 73.6 | 0.82 | 0.36 |
| Hex | 84 | A6 | 10 | 14 | 0 | 5A | 23 | 4A | 52 | 24 |
| Octal | 204 | 246 | 20 | 24 | 0 | 132 | 43 | 112 | 122 | 44 |
| Binary | 10000100 | 10100110 | 10000 | 10100 | 0 | 1011010 | 100011 | 1001010 | 1010010 | 100100 |
Color Harmonies of #84A610
Complementary color
Monochromatic Colors of #84A610
Black with #84A610
Text Example
Text Example
White with #84A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A610; }
p { color: rgb(132,166,16); }
H1.HeaderClassName
{
color: #84A610;
}
.AnyTagClassName
{
color: #84A610;
}
</style>
background-color css
<style>
a { background-color: #84A610; }
a { background-color: rgb(132,166,16); }
div.DivClassName
{
background-color: #84A610;
}
.BgClassName
{
background-color: #84A610;
}
</style>
border-color css
<style>
span { border-color: #84A610; }
span { border-color: rgb(132,166,16); }
td.TdClassName
{
border-color: #84A610;
}
.TagClassName
{
border-color: #84A610;
}
</style>