Html Css Color HEX #ADC965 Wild Willow

📋 copy color: '#ADC965'

red 173 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #ADC965

Tints of Wild Willow #ADC965

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

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

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

RGB 173 201 101 -
CMYK 0.14 0 0.50 0.21
HSL 76.8º 0.48% 0.59% -
HSV(B) 76.8º 0.5% 0.79% -
XYZ 40.47 51.6 20.14 -
YUV 181.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 173 201 101 0.14 0 0.50 0.21 76.8 0.48 0.59
Hex AD C9 65 E 0 32 15 4D 30 3B
Octal 255 311 145 16 0 62 25 115 60 73
Binary 10101101 11001001 1100101 1110 0 110010 10101 1001101 110000 111011

Color Harmonies of #ADC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC965

Black with #ADC965

Text Example


Text Example

White with #ADC965

Text Example


Text Example

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