#ADC965

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

Shades of Wild Willow #ADC965

Tints of Wild Willow #ADC965

Color information

#ADC965 (or 0xADC965) is unknown color: approx Wild Willow. HEX triplet: AD, C9 and 65. RGB value is (173,201,101). Sum of RGB (Red+Green+Blue) = 173+201+101=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC965 is #52369A. Grayscale: #B5B5B5. Windows color (decimal): -5387931 or 6670765. OLE color: 6670765.

HSL color Cylindrical-coordinate representation of color #ADC965: hue angle of 76.8º 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 #ADC965 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB173201101-
CMYK0.1400.500.21
HSL76.8º48.08%59.22%-
HSV(B)76.8º49.75%78.82%-
XYZ40.4751.620.14-
YUV181.2382.72122.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=36.42%
G=42.32%
B=21.26%

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
Decimal1732011010.1400.500.2176.848.0859.22
HexADC965E032154d303b
Octal25531114516062251156073
Binary1010110111001001110010111100110010101011001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC965; }

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

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

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

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

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

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

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

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