#ADCA6A

Color #ADCA6A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ADCA6A

Tints of Wild Willow #ADCA6A

Color information

#ADCA6A (or 0xADCA6A) is unknown color: approx Wild Willow. HEX triplet: AD, CA and 6A. RGB value is (173,202,106). Sum of RGB (Red+Green+Blue) = 173+202+106=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA6A is #523595. Grayscale: #B6B6B6. Windows color (decimal): -5387670 or 6998701. OLE color: 6998701.

HSL color Cylindrical-coordinate representation of color #ADCA6A: hue angle of 78.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADCA6A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB173202106-
CMYK0.1400.480.21
HSL78.12º47.52%60.39%-
HSV(B)78.12º47.52%79.22%-
XYZ40.9652.1721.55-
YUV182.3884.89121.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 106 (41.80% from 255) = 22.04%
R=35.97%
G=42.00%
B=22.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021060.1400.480.2178.1247.5260.39
HexADCA6AE030154e303c
Octal25531215216060251166074
Binary1010110111001010110101011100110000101011001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA6A; }

 p { color: rgb(173,202,106); }

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

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

 a { background-color: rgb(173,202,106); }

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

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

 span { border-color: rgb(173,202,106); }

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