Html Css Color HEX #ADCD68 Wild Willow

📋 copy color: '#ADCD68'

red 173 ◦ green 205 ◦ blue 104

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

Shades of Wild Willow #ADCD68

Tints of Wild Willow #ADCD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 35.89%
G = 42.53%
B = 21.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#ADCD68 (or 0xADCD68) is known color: Wild Willow. HEX triplet: AD, CD and 68. RGB value is (173,205,104). Sum of RGB (Red+Green+Blue) = 173+205+104=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD68 is #523297. Grayscale: #B8B8B8. Windows color (decimal): -5386904 or 6868397. OLE color: 6868397.

HSL color Cylindrical-coordinate representation of color #ADCD68: hue angle of 79.01º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADCD68 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 104 -
CMYK 0.16 0 0.49 0.20
HSL 79.01º 0.5% 0.61% -
HSV(B) 79.01º 0.49% 0.8% -
XYZ 41.56 53.55 21.24 -
YUV 183.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 173 205 104 0.16 0 0.49 0.20 79.01 0.5 0.61
Hex AD CD 68 10 0 31 14 4F 32 3D
Octal 255 315 150 20 0 61 24 117 62 75
Binary 10101101 11001101 1101000 10000 0 110001 10100 1001111 110010 111101

Color Harmonies of #ADCD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD68

Black with #ADCD68

Text Example


Text Example

White with #ADCD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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