Shades of Lima #84AA0E
Tints of Lima #84AA0E
RGB
CMYK
RGB Variations
Color information
#84AA0E (or 0x84AA0E) is known color: Lima. HEX triplet: 84, AA and 0E. RGB value is (132,170,14). Sum of RGB (Red+Green+Blue) = 132+170+14=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AA0E is #7B55F1. Grayscale: #8D8D8D. Windows color (decimal): -8082930 or 961156. OLE color: 961156.
HSL color Cylindrical-coordinate representation of color #84AA0E: hue angle of 74.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84AA0E is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 14 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.33 |
| HSL | 74.62º | 0.85% | 0.36% | - |
| HSV(B) | 74.62º | 0.92% | 0.67% | - |
| XYZ | 23.97 | 33.69 | 5.65 | - |
| YUV | 140.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 14 | 0.22 | 0 | 0.92 | 0.33 | 74.62 | 0.85 | 0.36 |
| Hex | 84 | AA | E | 16 | 0 | 5C | 21 | 4B | 55 | 24 |
| Octal | 204 | 252 | 16 | 26 | 0 | 134 | 41 | 113 | 125 | 44 |
| Binary | 10000100 | 10101010 | 1110 | 10110 | 0 | 1011100 | 100001 | 1001011 | 1010101 | 100100 |
Color Harmonies of #84AA0E
Complementary color
Monochromatic Colors of #84AA0E
Black with #84AA0E
Text Example
Text Example
White with #84AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA0E; }
p { color: rgb(132,170,14); }
H1.HeaderClassName
{
color: #84AA0E;
}
.AnyTagClassName
{
color: #84AA0E;
}
</style>
background-color css
<style>
a { background-color: #84AA0E; }
a { background-color: rgb(132,170,14); }
div.DivClassName
{
background-color: #84AA0E;
}
.BgClassName
{
background-color: #84AA0E;
}
</style>
border-color css
<style>
span { border-color: #84AA0E; }
span { border-color: rgb(132,170,14); }
td.TdClassName
{
border-color: #84AA0E;
}
.TagClassName
{
border-color: #84AA0E;
}
</style>