#84A80D

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

Shades of Lima #84A80D

Tints of Lima #84A80D

Color information

#84A80D (or 0x84A80D) is unknown color: approx Lima. HEX triplet: 84, A8 and 0D. RGB value is (132,168,13). Sum of RGB (Red+Green+Blue) = 132+168+13=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #84A80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A80D is #7B57F2. Grayscale: #8C8C8C. Windows color (decimal): -8083443 or 895108. OLE color: 895108.

HSL color Cylindrical-coordinate representation of color #84A80D: hue angle of 73.94º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84A80D is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB13216813-
CMYK0.2100.920.34
HSL73.94º85.64%35.49%-
HSV(B)73.94º92.26%65.88%-
XYZ23.5932.945.5-
YUV139.5756.57122.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 168 (66.02% from 255) = 53.67%
BLUE value IS 13 (5.47% from 255) = 4.15%
R=42.17%
G=53.67%
B=4.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132168130.2100.920.3473.9485.6435.49
Hex84A8D1505C224a5623
Octal204250152501344211212643
Binary10000100101010001101101010101110010001010010101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,168,13); }

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

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

 a { background-color: rgb(132,168,13); }

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

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

 span { border-color: rgb(132,168,13); }

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