Html Css Color HEX #ADC162 Wild Willow

📋 copy color: '#ADC162'

red 173 ◦ green 193 ◦ blue 98

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

Shades of Wild Willow #ADC162

Tints of Wild Willow #ADC162

RGB

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

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

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

R = 37.28%
G = 41.59%
B = 21.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#ADC162 (or 0xADC162) is known color: Wild Willow. HEX triplet: AD, C1 and 62. RGB value is (173,193,98). Sum of RGB (Red+Green+Blue) = 173+193+98=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC162 is #523E9D. Grayscale: #B0B0B0. Windows color (decimal): -5389982 or 6472109. OLE color: 6472109.

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

Color convert

RGB 173 193 98 -
CMYK 0.10 0 0.49 0.24
HSL 72.63º 0.43% 0.57% -
HSV(B) 72.63º 0.49% 0.76% -
XYZ 38.51 47.91 18.77 -
YUV 176.19 83.87 125.72 -
System Red Green Blue C M Y K H S L
Decimal 173 193 98 0.10 0 0.49 0.24 72.63 0.43 0.57
Hex AD C1 62 A 0 31 18 49 2B 39
Octal 255 301 142 12 0 61 30 111 53 71
Binary 10101101 11000001 1100010 1010 0 110001 11000 1001001 101011 111001

Color Harmonies of #ADC162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC162

Black with #ADC162

Text Example


Text Example

White with #ADC162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC162; }

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

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

background-color css

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

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

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

border-color css

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

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

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