Html Css Color HEX #BADA66 Wild Willow

📋 copy color: '#BADA66'

red 186 ◦ green 218 ◦ blue 102

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

Shades of Wild Willow #BADA66

Tints of Wild Willow #BADA66

RGB

 RED value IS 186 (73.05% from 255) = 36.76%

 GREEN value IS 218 (85.55% from 255) = 43.08%

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

R = 36.76%
G = 43.08%
B = 20.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BADA66 (or 0xBADA66) is known color: Wild Willow. HEX triplet: BA, DA and 66. RGB value is (186,218,102). Sum of RGB (Red+Green+Blue) = 186+218+102=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA66 is #452599. Grayscale: #C3C3C3. Windows color (decimal): -4531610 or 6740666. OLE color: 6740666.

HSL color Cylindrical-coordinate representation of color #BADA66: hue angle of 76.55º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BADA66 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 102 -
CMYK 0.15 0 0.53 0.15
HSL 76.55º 0.61% 0.63% -
HSV(B) 76.55º 0.53% 0.85% -
XYZ 47.72 61.54 21.93 -
YUV 195.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 186 218 102 0.15 0 0.53 0.15 76.55 0.61 0.63
Hex BA DA 66 F 0 35 F 4D 3D 3F
Octal 272 332 146 17 0 65 17 115 75 77
Binary 10111010 11011010 1100110 1111 0 110101 1111 1001101 111101 111111

Color Harmonies of #BADA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA66

Black with #BADA66

Text Example


Text Example

White with #BADA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA66; }

 p { color: rgb(186,218,102); }

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

background-color css

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

 a { background-color: rgb(186,218,102); }

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

border-color css

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

 span { border-color: rgb(186,218,102); }

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