Html Css Color HEX #ADC967 Wild Willow

📋 copy color: '#ADC967'

red 173 ◦ green 201 ◦ blue 103

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

Shades of Wild Willow #ADC967

Tints of Wild Willow #ADC967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.59%

R = 36.27%
G = 42.14%
B = 21.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#ADC967 (or 0xADC967) is known color: Wild Willow. HEX triplet: AD, C9 and 67. RGB value is (173,201,103). Sum of RGB (Red+Green+Blue) = 173+201+103=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC967 is #523698. Grayscale: #B5B5B5. Windows color (decimal): -5387929 or 6801837. OLE color: 6801837.

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

Color convert

RGB 173 201 103 -
CMYK 0.14 0 0.49 0.21
HSL 77.14º 0.48% 0.6% -
HSV(B) 77.14º 0.49% 0.79% -
XYZ 40.57 51.64 20.66 -
YUV 181.46 83.72 121.97 -
System Red Green Blue C M Y K H S L
Decimal 173 201 103 0.14 0 0.49 0.21 77.14 0.48 0.6
Hex AD C9 67 E 0 31 15 4D 30 3C
Octal 255 311 147 16 0 61 25 115 60 74
Binary 10101101 11001001 1100111 1110 0 110001 10101 1001101 110000 111100

Color Harmonies of #ADC967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC967

Black with #ADC967

Text Example


Text Example

White with #ADC967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC967; }

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

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

background-color css

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

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

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

border-color css

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

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

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