Html Css Color HEX #BADA6B Wild Willow

📋 copy color: '#BADA6B'

red 186 ◦ green 218 ◦ blue 107

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

Shades of Wild Willow #BADA6B

Tints of Wild Willow #BADA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.94%

R = 36.4%
G = 42.66%
B = 20.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#BADA6B (or 0xBADA6B) is known color: Wild Willow. HEX triplet: BA, DA and 6B. RGB value is (186,218,107). Sum of RGB (Red+Green+Blue) = 186+218+107=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA6B is #452594. Grayscale: #C4C4C4. Windows color (decimal): -4531605 or 7068346. OLE color: 7068346.

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

Color convert

RGB 186 218 107 -
CMYK 0.15 0 0.51 0.15
HSL 77.3º 0.6% 0.64% -
HSV(B) 77.3º 0.51% 0.85% -
XYZ 47.97 61.64 23.28 -
YUV 195.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 186 218 107 0.15 0 0.51 0.15 77.3 0.6 0.64
Hex BA DA 6B F 0 33 F 4D 3C 40
Octal 272 332 153 17 0 63 17 115 74 100
Binary 10111010 11011010 1101011 1111 0 110011 1111 1001101 111100 1000000

Color Harmonies of #BADA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA6B

Black with #BADA6B

Text Example


Text Example

White with #BADA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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