#84A76A

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

Shades of Asparagus #84A76A

Tints of Asparagus #84A76A

Color information

#84A76A (or 0x84A76A) is unknown color: approx Asparagus. HEX triplet: 84, A7 and 6A. RGB value is (132,167,106). Sum of RGB (Red+Green+Blue) = 132+167+106=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 167 - color contains mainly: green. Hex color #84A76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A76A is #7B5895. Grayscale: #959595. Windows color (decimal): -8083606 or 6989700. OLE color: 6989700.

HSL color Cylindrical-coordinate representation of color #84A76A: hue angle of 94.43º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84A76A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB132167106-
CMYK0.2100.370.35
HSL94.43º25.74%53.53%-
HSV(B)94.43º36.53%65.49%-
XYZ25.9433.5818.75-
YUV149.58103.4115.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 167 (65.62% from 255) = 41.23%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=32.59%
G=41.23%
B=26.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321671060.2100.370.3594.4325.7453.53
Hex84A76A15025235e1a36
Octal20424715225045431363266
Binary10000100101001111101010101010100101100011101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,167,106); }

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

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

 a { background-color: rgb(132,167,106); }

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

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

 span { border-color: rgb(132,167,106); }

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