Html Css Color HEX #ADCC67 Wild Willow

📋 copy color: '#ADCC67'

red 173 ◦ green 204 ◦ blue 103

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

Shades of Wild Willow #ADCC67

Tints of Wild Willow #ADCC67

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.5%

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

R = 36.04%
G = 42.5%
B = 21.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#ADCC67 (or 0xADCC67) is known color: Wild Willow. HEX triplet: AD, CC and 67. RGB value is (173,204,103). Sum of RGB (Red+Green+Blue) = 173+204+103=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC67 is #523398. Grayscale: #B7B7B7. Windows color (decimal): -5387161 or 6802605. OLE color: 6802605.

HSL color Cylindrical-coordinate representation of color #ADCC67: hue angle of 78.42º 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 #ADCC67 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 103 -
CMYK 0.15 0 0.50 0.2
HSL 78.42º 0.5% 0.6% -
HSV(B) 78.42º 0.5% 0.8% -
XYZ 41.27 53.05 20.9 -
YUV 183.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 173 204 103 0.15 0 0.50 0.2 78.42 0.5 0.6
Hex AD CC 67 F 0 32 14 4E 32 3C
Octal 255 314 147 17 0 62 24 116 62 74
Binary 10101101 11001100 1100111 1111 0 110010 10100 1001110 110010 111100

Color Harmonies of #ADCC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC67

Black with #ADCC67

Text Example


Text Example

White with #ADCC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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