Shades of Lima #84A50D
Tints of Lima #84A50D
RGB
CMYK
RGB Variations
Color information
#84A50D (or 0x84A50D) is known color: Lima. HEX triplet: 84, A5 and 0D. RGB value is (132,165,13). Sum of RGB (Red+Green+Blue) = 132+165+13=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #84A50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A50D is #7B5AF2. Grayscale: #8A8A8A. Windows color (decimal): -8084211 or 894340. OLE color: 894340.
HSL color Cylindrical-coordinate representation of color #84A50D: hue angle of 73.03º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84A50D is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 13 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.35 |
| HSL | 73.03º | 0.85% | 0.35% | - |
| HSV(B) | 73.03º | 0.92% | 0.65% | - |
| XYZ | 23.04 | 31.84 | 5.31 | - |
| YUV | 137.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 13 | 0.20 | 0 | 0.92 | 0.35 | 73.03 | 0.85 | 0.35 |
| Hex | 84 | A5 | D | 14 | 0 | 5C | 23 | 49 | 55 | 23 |
| Octal | 204 | 245 | 15 | 24 | 0 | 134 | 43 | 111 | 125 | 43 |
| Binary | 10000100 | 10100101 | 1101 | 10100 | 0 | 1011100 | 100011 | 1001001 | 1010101 | 100011 |
Color Harmonies of #84A50D
Complementary color
Monochromatic Colors of #84A50D
Black with #84A50D
Text Example
Text Example
White with #84A50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A50D; }
p { color: rgb(132,165,13); }
H1.HeaderClassName
{
color: #84A50D;
}
.AnyTagClassName
{
color: #84A50D;
}
</style>
background-color css
<style>
a { background-color: #84A50D; }
a { background-color: rgb(132,165,13); }
div.DivClassName
{
background-color: #84A50D;
}
.BgClassName
{
background-color: #84A50D;
}
</style>
border-color css
<style>
span { border-color: #84A50D; }
span { border-color: rgb(132,165,13); }
td.TdClassName
{
border-color: #84A50D;
}
.TagClassName
{
border-color: #84A50D;
}
</style>