Html Css Color HEX #BAD673 Wild Willow

📋 copy color: '#BAD673'

red 186 ◦ green 214 ◦ blue 115

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

Shades of Wild Willow #BAD673

Tints of Wild Willow #BAD673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 36.12%
G = 41.55%
B = 22.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BAD673 (or 0xBAD673) is known color: Wild Willow. HEX triplet: BA, D6 and 73. RGB value is (186,214,115). Sum of RGB (Red+Green+Blue) = 186+214+115=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD673 is #45298C. Grayscale: #C2C2C2. Windows color (decimal): -4532621 or 7591610. OLE color: 7591610.

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

Color convert

RGB 186 214 115 -
CMYK 0.13 0 0.46 0.16
HSL 76.97º 0.55% 0.65% -
HSV(B) 76.97º 0.46% 0.84% -
XYZ 47.39 59.77 25.26 -
YUV 194.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 186 214 115 0.13 0 0.46 0.16 76.97 0.55 0.65
Hex BA D6 73 D 0 2E 10 4D 37 41
Octal 272 326 163 15 0 56 20 115 67 101
Binary 10111010 11010110 1110011 1101 0 101110 10000 1001101 110111 1000001

Color Harmonies of #BAD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD673

Black with #BAD673

Text Example


Text Example

White with #BAD673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD673; }

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

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

background-color css

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

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

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

border-color css

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

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

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