#ADC866

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

Shades of Wild Willow #ADC866

Tints of Wild Willow #ADC866

Color information

#ADC866 (or 0xADC866) is unknown color: approx Wild Willow. HEX triplet: AD, C8 and 66. RGB value is (173,200,102). Sum of RGB (Red+Green+Blue) = 173+200+102=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC866 is #523799. Grayscale: #B5B5B5. Windows color (decimal): -5388186 or 6736045. OLE color: 6736045.

HSL color Cylindrical-coordinate representation of color #ADC866: hue angle of 76.53º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC866 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB173200102-
CMYK0.1400.490.22
HSL76.53º47.12%59.22%-
HSV(B)76.53º49%78.43%-
XYZ40.2951.1520.32-
YUV180.7683.55122.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 200 (78.52% from 255) = 42.11%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=36.42%
G=42.11%
B=21.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001020.1400.490.2276.5347.1259.22
HexADC866E031164d2f3b
Octal25531014616061261155773
Binary1010110111001000110011011100110001101101001101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC866; }

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

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

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

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

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

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

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

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