#ADC061

Color #ADC061 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ADC061

Tints of Wild Willow #ADC061

Color information

#ADC061 (or 0xADC061) is unknown color: approx 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

RGB17319297-
CMYK0.1000.490.25
HSL72º42.99%56.67%-
HSV(B)72º49.48%75.29%-
XYZ38.2447.4518.45-
YUV175.4983.71126.22-

RGB Variations

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

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.00%
R=37.45%
G=41.56%
B=21.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173192970.1000.490.257242.9956.67
HexADC061A03119482b39
Octal25530014112061311105371
Binary1010110111000000110000110100110001110011001000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>