Html Css Color HEX #ADC164 Wild Willow

📋 copy color: '#ADC164'

red 173 ◦ green 193 ◦ blue 100

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

Shades of Wild Willow #ADC164

Tints of Wild Willow #ADC164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 37.12%
G = 41.42%
B = 21.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#ADC164 (or 0xADC164) is known color: Wild Willow. HEX triplet: AD, C1 and 64. RGB value is (173,193,100). Sum of RGB (Red+Green+Blue) = 173+193+100=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC164 is #523E9B. Grayscale: #B0B0B0. Windows color (decimal): -5389980 or 6603181. OLE color: 6603181.

HSL color Cylindrical-coordinate representation of color #ADC164: hue angle of 72.9º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADC164 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 100 -
CMYK 0.10 0 0.48 0.24
HSL 72.9º 0.43% 0.57% -
HSV(B) 72.9º 0.48% 0.76% -
XYZ 38.6 47.94 19.28 -
YUV 176.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 173 193 100 0.10 0 0.48 0.24 72.9 0.43 0.57
Hex AD C1 64 A 0 30 18 49 2B 39
Octal 255 301 144 12 0 60 30 111 53 71
Binary 10101101 11000001 1100100 1010 0 110000 11000 1001001 101011 111001

Color Harmonies of #ADC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC164

Black with #ADC164

Text Example


Text Example

White with #ADC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC164; }

 p { color: rgb(173,193,100); }

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

background-color css

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

 a { background-color: rgb(173,193,100); }

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

border-color css

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

 span { border-color: rgb(173,193,100); }

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