Html Css Color HEX #ADC963 Wild Willow

📋 copy color: '#ADC963'

red 173 ◦ green 201 ◦ blue 99

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

Shades of Wild Willow #ADC963

Tints of Wild Willow #ADC963

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

 BLUE value IS 99 (39.06% from 255) = 20.93%

R = 36.58%
G = 42.49%
B = 20.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#ADC963 (or 0xADC963) is known color: Wild Willow. HEX triplet: AD, C9 and 63. RGB value is (173,201,99). Sum of RGB (Red+Green+Blue) = 173+201+99=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC963 is #52369C. Grayscale: #B5B5B5. Windows color (decimal): -5387933 or 6539693. OLE color: 6539693.

HSL color Cylindrical-coordinate representation of color #ADC963: hue angle of 76.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC963 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 99 -
CMYK 0.14 0 0.51 0.21
HSL 76.47º 0.49% 0.59% -
HSV(B) 76.47º 0.51% 0.79% -
XYZ 40.37 51.56 19.63 -
YUV 181 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 173 201 99 0.14 0 0.51 0.21 76.47 0.49 0.59
Hex AD C9 63 E 0 33 15 4C 31 3B
Octal 255 311 143 16 0 63 25 114 61 73
Binary 10101101 11001001 1100011 1110 0 110011 10101 1001100 110001 111011

Color Harmonies of #ADC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC963

Black with #ADC963

Text Example


Text Example

White with #ADC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC963; }

 p { color: rgb(173,201,99); }

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

background-color css

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

 a { background-color: rgb(173,201,99); }

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

border-color css

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

 span { border-color: rgb(173,201,99); }

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