#84A469

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

Shades of Asparagus #84A469

Tints of Asparagus #84A469

Color information

#84A469 (or 0x84A469) is unknown color: approx Asparagus. HEX triplet: 84, A4 and 69. RGB value is (132,164,105). Sum of RGB (Red+Green+Blue) = 132+164+105=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #84A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A469 is #7B5B96. Grayscale: #939393. Windows color (decimal): -8084375 or 6923396. OLE color: 6923396.

HSL color Cylindrical-coordinate representation of color #84A469: hue angle of 92.54º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84A469 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB132164105-
CMYK0.2000.360.36
HSL92.54º24.48%52.75%-
HSV(B)92.54º35.98%64.31%-
XYZ25.3432.4818.3-
YUV147.71103.9116.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=32.92%
G=40.90%
B=26.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641050.2000.360.3692.5424.4852.75
Hex84A46914024245d1835
Octal20424415124044441353065
Binary10000100101001001101001101000100100100100101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,105); }

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

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

 a { background-color: rgb(132,164,105); }

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

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

 span { border-color: rgb(132,164,105); }

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