Html Css Color HEX #BADA69 Wild Willow

📋 copy color: '#BADA69'

red 186 ◦ green 218 ◦ blue 105

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

Shades of Wild Willow #BADA69

Tints of Wild Willow #BADA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.63%

R = 36.54%
G = 42.83%
B = 20.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#BADA69 (or 0xBADA69) is known color: Wild Willow. HEX triplet: BA, DA and 69. RGB value is (186,218,105). Sum of RGB (Red+Green+Blue) = 186+218+105=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA69 is #452596. Grayscale: #C3C3C3. Windows color (decimal): -4531607 or 6937274. OLE color: 6937274.

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

Color convert

RGB 186 218 105 -
CMYK 0.15 0 0.52 0.15
HSL 76.99º 0.6% 0.63% -
HSV(B) 76.99º 0.52% 0.85% -
XYZ 47.87 61.6 22.73 -
YUV 195.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 186 218 105 0.15 0 0.52 0.15 76.99 0.6 0.63
Hex BA DA 69 F 0 34 F 4D 3C 3F
Octal 272 332 151 17 0 64 17 115 74 77
Binary 10111010 11011010 1101001 1111 0 110100 1111 1001101 111100 111111

Color Harmonies of #BADA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA69

Black with #BADA69

Text Example


Text Example

White with #BADA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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