#84A614

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

Shades of Lima #84A614

Tints of Lima #84A614

Color information

#84A614 (or 0x84A614) is unknown color: approx Lima. HEX triplet: 84, A6 and 14. RGB value is (132,166,20). Sum of RGB (Red+Green+Blue) = 132+166+20=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #84A614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A614 is #7B59EB. Grayscale: #8B8B8B. Windows color (decimal): -8083948 or 1353348. OLE color: 1353348.

HSL color Cylindrical-coordinate representation of color #84A614: hue angle of 73.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84A614 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB13216620-
CMYK0.2000.880.35
HSL73.97º78.49%36.47%-
HSV(B)73.97º87.95%65.1%-
XYZ23.2832.235.66-
YUV139.1960.74122.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 166 (65.23% from 255) = 52.20%
BLUE value IS 20 (8.20% from 255) = 6.29%
R=41.51%
G=52.20%
B=6.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132166200.2000.880.3573.9778.4936.47
Hex84A61414058234a4e24
Octal204246242401304311211644
Binary100001001010011010100101000101100010001110010101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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