Html Css Color HEX #ADC362 Wild Willow

📋 copy color: '#ADC362'

red 173 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #ADC362

Tints of Wild Willow #ADC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

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

R = 37.12%
G = 41.85%
B = 21.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#ADC362 (or 0xADC362) is known color: Wild Willow. HEX triplet: AD, C3 and 62. RGB value is (173,195,98). Sum of RGB (Red+Green+Blue) = 173+195+98=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC362 is #523C9D. Grayscale: #B1B1B1. Windows color (decimal): -5389470 or 6472621. OLE color: 6472621.

HSL color Cylindrical-coordinate representation of color #ADC362: hue angle of 73.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC362 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 98 -
CMYK 0.11 0 0.50 0.24
HSL 73.61º 0.45% 0.57% -
HSV(B) 73.61º 0.5% 0.76% -
XYZ 38.95 48.8 18.92 -
YUV 177.36 83.21 124.89 -
System Red Green Blue C M Y K H S L
Decimal 173 195 98 0.11 0 0.50 0.24 73.61 0.45 0.57
Hex AD C3 62 B 0 32 18 4A 2D 39
Octal 255 303 142 13 0 62 30 112 55 71
Binary 10101101 11000011 1100010 1011 0 110010 11000 1001010 101101 111001

Color Harmonies of #ADC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC362

Black with #ADC362

Text Example


Text Example

White with #ADC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC362; }

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

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

background-color css

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

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

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

border-color css

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

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

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