Html Css Color HEX #ADC968 Wild Willow

📋 copy color: '#ADC968'

red 173 ◦ green 201 ◦ blue 104

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

Shades of Wild Willow #ADC968

Tints of Wild Willow #ADC968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 36.19%
G = 42.05%
B = 21.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#ADC968 (or 0xADC968) is known color: Wild Willow. HEX triplet: AD, C9 and 68. RGB value is (173,201,104). Sum of RGB (Red+Green+Blue) = 173+201+104=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC968 is #523697. Grayscale: #B5B5B5. Windows color (decimal): -5387928 or 6867373. OLE color: 6867373.

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

Color convert

RGB 173 201 104 -
CMYK 0.14 0 0.48 0.21
HSL 77.32º 0.47% 0.6% -
HSV(B) 77.32º 0.48% 0.79% -
XYZ 40.62 51.66 20.93 -
YUV 181.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 173 201 104 0.14 0 0.48 0.21 77.32 0.47 0.6
Hex AD C9 68 E 0 30 15 4D 2F 3C
Octal 255 311 150 16 0 60 25 115 57 74
Binary 10101101 11001001 1101000 1110 0 110000 10101 1001101 101111 111100

Color Harmonies of #ADC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC968

Black with #ADC968

Text Example


Text Example

White with #ADC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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