Html Css Color HEX #ADCD69 Wild Willow

📋 copy color: '#ADCD69'

red 173 ◦ green 205 ◦ blue 105

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

Shades of Wild Willow #ADCD69

Tints of Wild Willow #ADCD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.74%

R = 35.82%
G = 42.44%
B = 21.74%

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

#ADCD69 (or 0xADCD69) is known color: Wild Willow. HEX triplet: AD, CD and 69. RGB value is (173,205,105). Sum of RGB (Red+Green+Blue) = 173+205+105=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD69 is #523296. Grayscale: #B8B8B8. Windows color (decimal): -5386903 or 6933933. OLE color: 6933933.

HSL color Cylindrical-coordinate representation of color #ADCD69: hue angle of 79.2º 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 #ADCD69 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 105 -
CMYK 0.16 0 0.49 0.20
HSL 79.2º 0.5% 0.61% -
HSV(B) 79.2º 0.49% 0.8% -
XYZ 41.61 53.57 21.51 -
YUV 184.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 173 205 105 0.16 0 0.49 0.20 79.2 0.5 0.61
Hex AD CD 69 10 0 31 14 4F 32 3D
Octal 255 315 151 20 0 61 24 117 62 75
Binary 10101101 11001101 1101001 10000 0 110001 10100 1001111 110010 111101

Color Harmonies of #ADCD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD69

Black with #ADCD69

Text Example


Text Example

White with #ADCD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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