Html Css Color HEX #ADCD67 Wild Willow

📋 copy color: '#ADCD67'

red 173 ◦ green 205 ◦ blue 103

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

Shades of Wild Willow #ADCD67

Tints of Wild Willow #ADCD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.41%

R = 35.97%
G = 42.62%
B = 21.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#ADCD67 (or 0xADCD67) is known color: Wild Willow. HEX triplet: AD, CD and 67. RGB value is (173,205,103). Sum of RGB (Red+Green+Blue) = 173+205+103=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD67 is #523298. Grayscale: #B8B8B8. Windows color (decimal): -5386905 or 6802861. OLE color: 6802861.

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

Color convert

RGB 173 205 103 -
CMYK 0.16 0 0.50 0.20
HSL 78.82º 0.5% 0.6% -
HSV(B) 78.82º 0.5% 0.8% -
XYZ 41.51 53.53 20.98 -
YUV 183.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 173 205 103 0.16 0 0.50 0.20 78.82 0.5 0.6
Hex AD CD 67 10 0 32 14 4F 32 3C
Octal 255 315 147 20 0 62 24 117 62 74
Binary 10101101 11001101 1100111 10000 0 110010 10100 1001111 110010 111100

Color Harmonies of #ADCD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD67

Black with #ADCD67

Text Example


Text Example

White with #ADCD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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