Html Css Color HEX #ADC061 Wild Willow

📋 copy color: '#ADC061'

red 173 ◦ green 192 ◦ blue 97

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

Shades of Wild Willow #ADC061

Tints of Wild Willow #ADC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

 BLUE value IS 97 (38.28% from 255) = 21%

R = 37.45%
G = 41.56%
B = 21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#ADC061 (or 0xADC061) is known color: Wild Willow. HEX triplet: AD, C0 and 61. RGB value is (173,192,97). Sum of RGB (Red+Green+Blue) = 173+192+97=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC061 is #523F9E. Grayscale: #AFAFAF. Windows color (decimal): -5390239 or 6406317. OLE color: 6406317.

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

Color convert

RGB 173 192 97 -
CMYK 0.10 0 0.49 0.25
HSL 72º 0.43% 0.57% -
HSV(B) 72º 0.49% 0.75% -
XYZ 38.24 47.45 18.45 -
YUV 175.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 173 192 97 0.10 0 0.49 0.25 72 0.43 0.57
Hex AD C0 61 A 0 31 19 48 2B 39
Octal 255 300 141 12 0 61 31 110 53 71
Binary 10101101 11000000 1100001 1010 0 110001 11001 1001000 101011 111001

Color Harmonies of #ADC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC061

Black with #ADC061

Text Example


Text Example

White with #ADC061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC061; }

 p { color: rgb(173,192,97); }

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

background-color css

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

 a { background-color: rgb(173,192,97); }

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

border-color css

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

 span { border-color: rgb(173,192,97); }

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