Html Css Color HEX #ADC662 Wild Willow

📋 copy color: '#ADC662'

red 173 ◦ green 198 ◦ blue 98

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

Shades of Wild Willow #ADC662

Tints of Wild Willow #ADC662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.9%

R = 36.89%
G = 42.22%
B = 20.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#ADC662 (or 0xADC662) is known color: Wild Willow. HEX triplet: AD, C6 and 62. RGB value is (173,198,98). Sum of RGB (Red+Green+Blue) = 173+198+98=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC662 is #52399D. Grayscale: #B3B3B3. Windows color (decimal): -5388702 or 6473389. OLE color: 6473389.

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

Color convert

RGB 173 198 98 -
CMYK 0.13 0 0.51 0.22
HSL 75º 0.47% 0.58% -
HSV(B) 75º 0.51% 0.78% -
XYZ 39.63 50.15 19.15 -
YUV 179.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 173 198 98 0.13 0 0.51 0.22 75 0.47 0.58
Hex AD C6 62 D 0 33 16 4B 2F 3A
Octal 255 306 142 15 0 63 26 113 57 72
Binary 10101101 11000110 1100010 1101 0 110011 10110 1001011 101111 111010

Color Harmonies of #ADC662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC662

Black with #ADC662

Text Example


Text Example

White with #ADC662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC662; }

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

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

background-color css

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

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

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

border-color css

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

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

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