Html Css Color HEX #ADC065 Wild Willow

📋 copy color: '#ADC065'

red 173 ◦ green 192 ◦ blue 101

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

Shades of Wild Willow #ADC065

Tints of Wild Willow #ADC065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.67%

R = 37.12%
G = 41.2%
B = 21.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#ADC065 (or 0xADC065) is known color: Wild Willow. HEX triplet: AD, C0 and 65. RGB value is (173,192,101). Sum of RGB (Red+Green+Blue) = 173+192+101=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC065 is #523F9A. Grayscale: #B0B0B0. Windows color (decimal): -5390235 or 6668461. OLE color: 6668461.

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

Color convert

RGB 173 192 101 -
CMYK 0.10 0 0.47 0.25
HSL 72.53º 0.42% 0.57% -
HSV(B) 72.53º 0.47% 0.75% -
XYZ 38.43 47.52 19.46 -
YUV 175.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 173 192 101 0.10 0 0.47 0.25 72.53 0.42 0.57
Hex AD C0 65 A 0 2F 19 49 2A 39
Octal 255 300 145 12 0 57 31 111 52 71
Binary 10101101 11000000 1100101 1010 0 101111 11001 1001001 101010 111001

Color Harmonies of #ADC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC065

Black with #ADC065

Text Example


Text Example

White with #ADC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC065; }

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

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

background-color css

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

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

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

border-color css

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

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

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