#84AA0E

Color #84AA0E Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #84AA0E

Tints of Lima #84AA0E

Color information

#84AA0E (or 0x84AA0E) is unknown color: approx 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

RGB13217014-
CMYK0.2200.920.33
HSL74.62º84.78%36.08%-
HSV(B)74.62º91.76%66.67%-
XYZ23.9733.695.65-
YUV140.8556.41121.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 170 (66.80% from 255) = 53.80%
BLUE value IS 14 (5.86% from 255) = 4.43%
R=41.77%
G=53.80%
B=4.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132170140.2200.920.3374.6284.7836.08
Hex84AAE1605C214b5524
Octal204252162601344111312544
Binary10000100101010101110101100101110010000110010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>