Html Css Color HEX #BADC6C Wild Willow

📋 copy color: '#BADC6C'

red 186 ◦ green 220 ◦ blue 108

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

Shades of Wild Willow #BADC6C

Tints of Wild Willow #BADC6C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

 BLUE value IS 108 (42.58% from 255) = 21.01%

R = 36.19%
G = 42.8%
B = 21.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#BADC6C (or 0xBADC6C) is known color: Wild Willow. HEX triplet: BA, DC and 6C. RGB value is (186,220,108). Sum of RGB (Red+Green+Blue) = 186+220+108=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC6C is #452393. Grayscale: #C5C5C5. Windows color (decimal): -4531092 or 7134394. OLE color: 7134394.

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

Color convert

RGB 186 220 108 -
CMYK 0.15 0 0.51 0.14
HSL 78.21º 0.62% 0.64% -
HSV(B) 78.21º 0.51% 0.86% -
XYZ 48.55 62.71 23.73 -
YUV 197.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 186 220 108 0.15 0 0.51 0.14 78.21 0.62 0.64
Hex BA DC 6C F 0 33 E 4E 3E 40
Octal 272 334 154 17 0 63 16 116 76 100
Binary 10111010 11011100 1101100 1111 0 110011 1110 1001110 111110 1000000

Color Harmonies of #BADC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC6C

Black with #BADC6C

Text Example


Text Example

White with #BADC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC6C; }

 p { color: rgb(186,220,108); }

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

background-color css

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

 a { background-color: rgb(186,220,108); }

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

border-color css

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

 span { border-color: rgb(186,220,108); }

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