Html Css Color HEX #ADCB66 Wild Willow

📋 copy color: '#ADCB66'

red 173 ◦ green 203 ◦ blue 102

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

Shades of Wild Willow #ADCB66

Tints of Wild Willow #ADCB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 36.19%
G = 42.47%
B = 21.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#ADCB66 (or 0xADCB66) is known color: Wild Willow. HEX triplet: AD, CB and 66. RGB value is (173,203,102). Sum of RGB (Red+Green+Blue) = 173+203+102=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB66 is #523499. Grayscale: #B6B6B6. Windows color (decimal): -5387418 or 6736813. OLE color: 6736813.

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

Color convert

RGB 173 203 102 -
CMYK 0.15 0 0.50 0.20
HSL 77.82º 0.49% 0.6% -
HSV(B) 77.82º 0.5% 0.8% -
XYZ 40.99 52.56 20.55 -
YUV 182.52 82.56 121.21 -
System Red Green Blue C M Y K H S L
Decimal 173 203 102 0.15 0 0.50 0.20 77.82 0.49 0.6
Hex AD CB 66 F 0 32 14 4E 31 3C
Octal 255 313 146 17 0 62 24 116 61 74
Binary 10101101 11001011 1100110 1111 0 110010 10100 1001110 110001 111100

Color Harmonies of #ADCB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB66

Black with #ADCB66

Text Example


Text Example

White with #ADCB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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