#ADBF6A

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

Shades of Wild Willow #ADBF6A

Tints of Wild Willow #ADBF6A

Color information

#ADBF6A (or 0xADBF6A) is unknown color: approx Wild Willow. HEX triplet: AD, BF and 6A. RGB value is (173,191,106). Sum of RGB (Red+Green+Blue) = 173+191+106=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF6A is #524095. Grayscale: #B0B0B0. Windows color (decimal): -5390486 or 6995885. OLE color: 6995885.

HSL color Cylindrical-coordinate representation of color #ADBF6A: hue angle of 72.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADBF6A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB173191106-
CMYK0.0900.450.25
HSL72.71º39.91%58.24%-
HSV(B)72.71º44.5%74.9%-
XYZ38.4747.1920.72-
YUV175.9388.54125.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=36.81%
G=40.64%
B=22.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911060.0900.450.2572.7139.9158.24
HexADBF6A902D1949283a
Octal25527715211055311115072
Binary1010110110111111110101010010101101110011001001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF6A; }

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

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

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

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

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

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

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

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