Html Css Color HEX #ADC961 Wild Willow

📋 copy color: '#ADC961'

red 173 ◦ green 201 ◦ blue 97

#ADC961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #ADC961

Tints of Wild Willow #ADC961

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 value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#ADC961 (or 0xADC961) is known color: 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

RGB 173 201 97 -
CMYK 0.14 0 0.52 0.21
HSL 76.15º 0.49% 0.58% -
HSV(B) 76.15º 0.52% 0.79% -
XYZ 40.28 51.52 19.13 -
YUV 180.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 173 201 97 0.14 0 0.52 0.21 76.15 0.49 0.58
Hex AD C9 61 E 0 34 15 4C 31 3A
Octal 255 311 141 16 0 64 25 114 61 72
Binary 10101101 11001001 1100001 1110 0 110100 10101 1001100 110001 111010

Color Harmonies of #ADC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC961

Black with #ADC961

Text Example


Text Example

White with #ADC961

Text Example


Text Example

HTML Codes & Css Web 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>