Html Css Color HEX #BAD671 Wild Willow

📋 copy color: '#BAD671'

red 186 ◦ green 214 ◦ blue 113

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

Shades of Wild Willow #BAD671

Tints of Wild Willow #BAD671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 36.26%
G = 41.72%
B = 22.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#BAD671 (or 0xBAD671) is known color: Wild Willow. HEX triplet: BA, D6 and 71. RGB value is (186,214,113). Sum of RGB (Red+Green+Blue) = 186+214+113=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD671 is #45298E. Grayscale: #C2C2C2. Windows color (decimal): -4532623 or 7460538. OLE color: 7460538.

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

Color convert

RGB 186 214 113 -
CMYK 0.13 0 0.47 0.16
HSL 76.63º 0.55% 0.64% -
HSV(B) 76.63º 0.47% 0.84% -
XYZ 47.28 59.72 24.66 -
YUV 194.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 186 214 113 0.13 0 0.47 0.16 76.63 0.55 0.64
Hex BA D6 71 D 0 2F 10 4D 37 40
Octal 272 326 161 15 0 57 20 115 67 100
Binary 10111010 11010110 1110001 1101 0 101111 10000 1001101 110111 1000000

Color Harmonies of #BAD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD671

Black with #BAD671

Text Example


Text Example

White with #BAD671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD671; }

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

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

background-color css

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

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

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

border-color css

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

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

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