Html Css Color HEX #ADCB64 Wild Willow

📋 copy color: '#ADCB64'

red 173 ◦ green 203 ◦ blue 100

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

Shades of Wild Willow #ADCB64

Tints of Wild Willow #ADCB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.65%

 BLUE value IS 100 (39.45% from 255) = 21.01%

R = 36.34%
G = 42.65%
B = 21.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#ADCB64 (or 0xADCB64) is known color: Wild Willow. HEX triplet: AD, CB and 64. RGB value is (173,203,100). Sum of RGB (Red+Green+Blue) = 173+203+100=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB64 is #52349B. Grayscale: #B6B6B6. Windows color (decimal): -5387420 or 6605741. OLE color: 6605741.

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

Color convert

RGB 173 203 100 -
CMYK 0.15 0 0.51 0.20
HSL 77.48º 0.5% 0.59% -
HSV(B) 77.48º 0.51% 0.8% -
XYZ 40.89 52.52 20.04 -
YUV 182.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 173 203 100 0.15 0 0.51 0.20 77.48 0.5 0.59
Hex AD CB 64 F 0 33 14 4D 32 3B
Octal 255 313 144 17 0 63 24 115 62 73
Binary 10101101 11001011 1100100 1111 0 110011 10100 1001101 110010 111011

Color Harmonies of #ADCB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB64

Black with #ADCB64

Text Example


Text Example

White with #ADCB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB64; }

 p { color: rgb(173,203,100); }

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

background-color css

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

 a { background-color: rgb(173,203,100); }

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

border-color css

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

 span { border-color: rgb(173,203,100); }

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