#ADBD66

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

Shades of Wild Willow #ADBD66

Tints of Wild Willow #ADBD66

Color information

#ADBD66 (or 0xADBD66) is unknown color: approx Wild Willow. HEX triplet: AD, BD and 66. RGB value is (173,189,102). Sum of RGB (Red+Green+Blue) = 173+189+102=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD66 is #524299. Grayscale: #AEAEAE. Windows color (decimal): -5391002 or 6733229. OLE color: 6733229.

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

Color convert

RGB173189102-
CMYK0.0800.460.26
HSL71.03º39.73%57.06%-
HSV(B)71.03º46.03%74.12%-
XYZ37.8346.2419.5-
YUV174.387.2127.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=37.28%
G=40.73%
B=21.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891020.0800.460.2671.0339.7357.06
HexADBD66802E1A472839
Octal25527514610056321075071
Binary1010110110111101110011010000101110110101000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBD66; }

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

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

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

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

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

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

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

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