#84A60E

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

Shades of Lima #84A60E

Tints of Lima #84A60E

Color information

#84A60E (or 0x84A60E) is unknown color: approx Lima. HEX triplet: 84, A6 and 0E. RGB value is (132,166,14). Sum of RGB (Red+Green+Blue) = 132+166+14=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #84A60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A60E is #7B59F1. Grayscale: #8B8B8B. Windows color (decimal): -8083954 or 960132. OLE color: 960132.

HSL color Cylindrical-coordinate representation of color #84A60E: hue angle of 73.42º degrees, saturation: 0.84, 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 #84A60E is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB13216614-
CMYK0.2000.920.35
HSL73.42º84.44%35.29%-
HSV(B)73.42º91.57%65.1%-
XYZ23.2332.215.41-
YUV138.5157.74123.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 166 (65.23% from 255) = 53.21%
BLUE value IS 14 (5.86% from 255) = 4.49%
R=42.31%
G=53.21%
B=4.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132166140.2000.920.3573.4284.4435.29
Hex84A6E1405C23495423
Octal204246162401344311112443
Binary10000100101001101110101000101110010001110010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A60E; }

 p { color: rgb(132,166,14); }

 H1.HeaderClassName
 {
   color: #84A60E;
 }
 .AnyTagClassName
 {
   color: #84A60E;
 }
</style>
background-color css

<style>
 a { background-color: #84A60E; }

 a { background-color: rgb(132,166,14); }

 div.DivClassName
 {
   background-color: #84A60E;
 }
 .BgClassName
 {
   background-color: #84A60E;
 }
</style>
border-color css

<style>
 span { border-color: #84A60E; }

 span { border-color: rgb(132,166,14); }

 td.TdClassName
 {
   border-color: #84A60E;
 }
 .TagClassName
 {
   border-color: #84A60E;
 }
</style>