Html Css Color HEX #BAD76D Wild Willow

📋 copy color: '#BAD76D'

red 186 ◦ green 215 ◦ blue 109

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

Shades of Wild Willow #BAD76D

Tints of Wild Willow #BAD76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

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

R = 36.47%
G = 42.16%
B = 21.37%

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

#BAD76D (or 0xBAD76D) is known color: Wild Willow. HEX triplet: BA, D7 and 6D. RGB value is (186,215,109). Sum of RGB (Red+Green+Blue) = 186+215+109=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD76D is #452892. Grayscale: #C2C2C2. Windows color (decimal): -4532371 or 7198650. OLE color: 7198650.

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

Color convert

RGB 186 215 109 -
CMYK 0.13 0 0.49 0.16
HSL 76.42º 0.57% 0.64% -
HSV(B) 76.42º 0.49% 0.84% -
XYZ 47.31 60.14 23.58 -
YUV 194.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 186 215 109 0.13 0 0.49 0.16 76.42 0.57 0.64
Hex BA D7 6D D 0 31 10 4C 39 40
Octal 272 327 155 15 0 61 20 114 71 100
Binary 10111010 11010111 1101101 1101 0 110001 10000 1001100 111001 1000000

Color Harmonies of #BAD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD76D

Black with #BAD76D

Text Example


Text Example

White with #BAD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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