#ADBD68

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

Shades of Wild Willow #ADBD68

Tints of Wild Willow #ADBD68

Color information

#ADBD68 (or 0xADBD68) is unknown color: approx Wild Willow. HEX triplet: AD, BD and 68. RGB value is (173,189,104). Sum of RGB (Red+Green+Blue) = 173+189+104=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD68 is #524297. Grayscale: #AEAEAE. Windows color (decimal): -5391000 or 6864301. OLE color: 6864301.

HSL color Cylindrical-coordinate representation of color #ADBD68: hue angle of 71.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADBD68 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB173189104-
CMYK0.0800.450.26
HSL71.29º39.17%57.45%-
HSV(B)71.29º44.97%74.12%-
XYZ37.9346.2820.03-
YUV174.5388.2126.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 104 (41.02% from 255) = 22.32%
R=37.12%
G=40.56%
B=22.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891040.0800.450.2671.2939.1757.45
HexADBD68802D1A472739
Octal25527515010055321074771
Binary1010110110111101110100010000101101110101000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD68; }

 p { color: rgb(173,189,104); }

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

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

 a { background-color: rgb(173,189,104); }

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

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

 span { border-color: rgb(173,189,104); }

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