Html Css Color HEX #ADCD65 Wild Willow

📋 copy color: '#ADCD65'

red 173 ◦ green 205 ◦ blue 101

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

Shades of Wild Willow #ADCD65

Tints of Wild Willow #ADCD65

RGB

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

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

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

R = 36.12%
G = 42.8%
B = 21.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#ADCD65 (or 0xADCD65) is known color: Wild Willow. HEX triplet: AD, CD and 65. RGB value is (173,205,101). Sum of RGB (Red+Green+Blue) = 173+205+101=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD65 is #52329A. Grayscale: #B7B7B7. Windows color (decimal): -5386907 or 6671789. OLE color: 6671789.

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

Color convert

RGB 173 205 101 -
CMYK 0.16 0 0.51 0.20
HSL 78.46º 0.51% 0.6% -
HSV(B) 78.46º 0.51% 0.8% -
XYZ 41.41 53.49 20.45 -
YUV 183.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 173 205 101 0.16 0 0.51 0.20 78.46 0.51 0.6
Hex AD CD 65 10 0 33 14 4E 33 3C
Octal 255 315 145 20 0 63 24 116 63 74
Binary 10101101 11001101 1100101 10000 0 110011 10100 1001110 110011 111100

Color Harmonies of #ADCD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD65

Black with #ADCD65

Text Example


Text Example

White with #ADCD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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