Html Css Color HEX #ADC969 Wild Willow

📋 copy color: '#ADC969'

red 173 ◦ green 201 ◦ blue 105

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

Shades of Wild Willow #ADC969

Tints of Wild Willow #ADC969

RGB

 RED value IS 173 (67.97% from 255) = 36.12%

 GREEN value IS 201 (78.91% from 255) = 41.96%

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 36.12%
G = 41.96%
B = 21.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#ADC969 (or 0xADC969) is known color: Wild Willow. HEX triplet: AD, C9 and 69. RGB value is (173,201,105). Sum of RGB (Red+Green+Blue) = 173+201+105=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC969 is #523696. Grayscale: #B6B6B6. Windows color (decimal): -5387927 or 6932909. OLE color: 6932909.

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

Color convert

RGB 173 201 105 -
CMYK 0.14 0 0.48 0.21
HSL 77.5º 0.47% 0.6% -
HSV(B) 77.5º 0.48% 0.79% -
XYZ 40.67 51.68 21.2 -
YUV 181.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 173 201 105 0.14 0 0.48 0.21 77.5 0.47 0.6
Hex AD C9 69 E 0 30 15 4E 2F 3C
Octal 255 311 151 16 0 60 25 116 57 74
Binary 10101101 11001001 1101001 1110 0 110000 10101 1001110 101111 111100

Color Harmonies of #ADC969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC969

Black with #ADC969

Text Example


Text Example

White with #ADC969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC969; }

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

 H1.HeaderClassName
 {
   color: #ADC969;
 }
 .AnyTagClassName
 {
   color: #ADC969;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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