Html Css Color HEX #BAD66D Wild Willow

📋 copy color: '#BAD66D'

red 186 ◦ green 214 ◦ blue 109

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

Shades of Wild Willow #BAD66D

Tints of Wild Willow #BAD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 109 (42.97% from 255) = 21.41%

R = 36.54%
G = 42.04%
B = 21.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#BAD66D (or 0xBAD66D) is known color: Wild Willow. HEX triplet: BA, D6 and 6D. RGB value is (186,214,109). Sum of RGB (Red+Green+Blue) = 186+214+109=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD66D is #452992. Grayscale: #C2C2C2. Windows color (decimal): -4532627 or 7198394. OLE color: 7198394.

HSL color Cylindrical-coordinate representation of color #BAD66D: hue angle of 76º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAD66D is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 109 -
CMYK 0.13 0 0.49 0.16
HSL 76º 0.56% 0.63% -
HSV(B) 76º 0.49% 0.84% -
XYZ 47.06 59.64 23.5 -
YUV 193.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 186 214 109 0.13 0 0.49 0.16 76 0.56 0.63
Hex BA D6 6D D 0 31 10 4C 38 3F
Octal 272 326 155 15 0 61 20 114 70 77
Binary 10111010 11010110 1101101 1101 0 110001 10000 1001100 111000 111111

Color Harmonies of #BAD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD66D

Black with #BAD66D

Text Example


Text Example

White with #BAD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD66D; }

 p { color: rgb(186,214,109); }

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

background-color css

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

 a { background-color: rgb(186,214,109); }

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

border-color css

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

 span { border-color: rgb(186,214,109); }

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