Shades of Lima #84A60F
Tints of Lima #84A60F
RGB
CMYK
RGB Variations
Color information
#84A60F (or 0x84A60F) is known color: Lima. HEX triplet: 84, A6 and 0F. RGB value is (132,166,15). Sum of RGB (Red+Green+Blue) = 132+166+15=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #84A60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A60F is #7B59F0. Grayscale: #8B8B8B. Windows color (decimal): -8083953 or 1025668. OLE color: 1025668.
HSL color Cylindrical-coordinate representation of color #84A60F: hue angle of 73.51º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84A60F is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 15 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.35 |
| HSL | 73.51º | 0.83% | 0.35% | - |
| HSV(B) | 73.51º | 0.91% | 0.65% | - |
| XYZ | 23.24 | 32.21 | 5.44 | - |
| YUV | 138.62 | 58.24 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 15 | 0.20 | 0 | 0.91 | 0.35 | 73.51 | 0.83 | 0.35 |
| Hex | 84 | A6 | F | 14 | 0 | 5B | 23 | 4A | 53 | 23 |
| Octal | 204 | 246 | 17 | 24 | 0 | 133 | 43 | 112 | 123 | 43 |
| Binary | 10000100 | 10100110 | 1111 | 10100 | 0 | 1011011 | 100011 | 1001010 | 1010011 | 100011 |
Color Harmonies of #84A60F
Complementary color
Monochromatic Colors of #84A60F
Black with #84A60F
Text Example
Text Example
White with #84A60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A60F; }
p { color: rgb(132,166,15); }
H1.HeaderClassName
{
color: #84A60F;
}
.AnyTagClassName
{
color: #84A60F;
}
</style>
background-color css
<style>
a { background-color: #84A60F; }
a { background-color: rgb(132,166,15); }
div.DivClassName
{
background-color: #84A60F;
}
.BgClassName
{
background-color: #84A60F;
}
</style>
border-color css
<style>
span { border-color: #84A60F; }
span { border-color: rgb(132,166,15); }
td.TdClassName
{
border-color: #84A60F;
}
.TagClassName
{
border-color: #84A60F;
}
</style>