Html Css Color HEX #ADC665 Wild Willow

📋 copy color: '#ADC665'

red 173 ◦ green 198 ◦ blue 101

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

Shades of Wild Willow #ADC665

Tints of Wild Willow #ADC665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.95%

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 36.65%
G = 41.95%
B = 21.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#ADC665 (or 0xADC665) is known color: Wild Willow. HEX triplet: AD, C6 and 65. RGB value is (173,198,101). Sum of RGB (Red+Green+Blue) = 173+198+101=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC665 is #52399A. Grayscale: #B3B3B3. Windows color (decimal): -5388699 or 6669997. OLE color: 6669997.

HSL color Cylindrical-coordinate representation of color #ADC665: hue angle of 75.46º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC665 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 101 -
CMYK 0.13 0 0.49 0.22
HSL 75.46º 0.46% 0.59% -
HSV(B) 75.46º 0.49% 0.78% -
XYZ 39.78 50.21 19.91 -
YUV 179.47 83.72 123.39 -
System Red Green Blue C M Y K H S L
Decimal 173 198 101 0.13 0 0.49 0.22 75.46 0.46 0.59
Hex AD C6 65 D 0 31 16 4B 2E 3B
Octal 255 306 145 15 0 61 26 113 56 73
Binary 10101101 11000110 1100101 1101 0 110001 10110 1001011 101110 111011

Color Harmonies of #ADC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC665

Black with #ADC665

Text Example


Text Example

White with #ADC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC665; }

 p { color: rgb(173,198,101); }

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

background-color css

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

 a { background-color: rgb(173,198,101); }

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

border-color css

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

 span { border-color: rgb(173,198,101); }

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