#ADC964

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

Shades of Wild Willow #ADC964

Tints of Wild Willow #ADC964

Color information

#ADC964 (or 0xADC964) is unknown color: approx Wild Willow. HEX triplet: AD, C9 and 64. RGB value is (173,201,100). Sum of RGB (Red+Green+Blue) = 173+201+100=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC964 is #52369B. Grayscale: #B5B5B5. Windows color (decimal): -5387932 or 6605229. OLE color: 6605229.

HSL color Cylindrical-coordinate representation of color #ADC964: hue angle of 76.63º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC964 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB173201100-
CMYK0.1400.500.21
HSL76.63º48.33%59.02%-
HSV(B)76.63º50.25%78.82%-
XYZ40.4251.5819.88-
YUV181.1182.22122.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=36.50%
G=42.41%
B=21.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011000.1400.500.2176.6348.3359.02
HexADC964E032154d303b
Octal25531114416062251156073
Binary1010110111001001110010011100110010101011001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC964; }

 p { color: rgb(173,201,100); }

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

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

 a { background-color: rgb(173,201,100); }

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

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

 span { border-color: rgb(173,201,100); }

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