#ADBF69

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

Shades of Wild Willow #ADBF69

Tints of Wild Willow #ADBF69

Color information

#ADBF69 (or 0xADBF69) is unknown color: approx Wild Willow. HEX triplet: AD, BF and 69. RGB value is (173,191,105). Sum of RGB (Red+Green+Blue) = 173+191+105=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF69 is #524096. Grayscale: #B0B0B0. Windows color (decimal): -5390487 or 6930349. OLE color: 6930349.

HSL color Cylindrical-coordinate representation of color #ADBF69: hue angle of 72.56º 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 #ADBF69 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB173191105-
CMYK0.0900.450.25
HSL72.56º40.19%58.04%-
HSV(B)72.56º45.03%74.9%-
XYZ38.4147.1720.44-
YUV175.8188.04125.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=36.89%
G=40.72%
B=22.39%

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
Decimal1731911050.0900.450.2572.5640.1958.04
HexADBF69902D1949283a
Octal25527715111055311115072
Binary1010110110111111110100110010101101110011001001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF69; }

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

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

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

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

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

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

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

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