Html Css Color HEX #BADA6E Wild Willow

📋 copy color: '#BADA6E'

red 186 ◦ green 218 ◦ blue 110

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

Shades of Wild Willow #BADA6E

Tints of Wild Willow #BADA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.4%

R = 36.19%
G = 42.41%
B = 21.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#BADA6E (or 0xBADA6E) is known color: Wild Willow. HEX triplet: BA, DA and 6E. RGB value is (186,218,110). Sum of RGB (Red+Green+Blue) = 186+218+110=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA6E is #452591. Grayscale: #C4C4C4. Windows color (decimal): -4531602 or 7264954. OLE color: 7264954.

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

Color convert

RGB 186 218 110 -
CMYK 0.15 0 0.50 0.15
HSL 77.78º 0.59% 0.64% -
HSV(B) 77.78º 0.5% 0.85% -
XYZ 48.14 61.71 24.13 -
YUV 196.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 186 218 110 0.15 0 0.50 0.15 77.78 0.59 0.64
Hex BA DA 6E F 0 32 F 4E 3B 40
Octal 272 332 156 17 0 62 17 116 73 100
Binary 10111010 11011010 1101110 1111 0 110010 1111 1001110 111011 1000000

Color Harmonies of #BADA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA6E

Black with #BADA6E

Text Example


Text Example

White with #BADA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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