#adc961

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

Shades of Wild Willow #ADC961

Tints of Wild Willow #ADC961

Color information

#ADC961 (or 0xADC961) is unknown color: approx Wild Willow. HEX triplet: AD, C9 and 61. RGB value is (173,201,97). Sum of RGB (Red+Green+Blue) = 173+201+97=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC961 is #52369E. Grayscale: #B5B5B5. Windows color (decimal): -5387935 or 6408621. OLE color: 6408621.

HSL color Cylindrical-coordinate representation of color #ADC961: hue angle of 76.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC961 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB17320197-
CMYK0.1400.520.21
HSL76.15º49.06%58.43%-
HSV(B)76.15º51.74%78.82%-
XYZ40.2851.5219.13-
YUV180.7780.72122.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=36.73%
G=42.68%
B=20.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173201970.1400.520.2176.1549.0658.43
HexADC961E034154c313a
Octal25531114116064251146172
Binary1010110111001001110000111100110100101011001100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adc961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adc961; }

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

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

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

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

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

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

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

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