Html Css Color HEX #BAD672 Wild Willow

📋 copy color: '#BAD672'

red 186 ◦ green 214 ◦ blue 114

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

Shades of Wild Willow #BAD672

Tints of Wild Willow #BAD672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 36.19%
G = 41.63%
B = 22.18%

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

#BAD672 (or 0xBAD672) is known color: Wild Willow. HEX triplet: BA, D6 and 72. RGB value is (186,214,114). Sum of RGB (Red+Green+Blue) = 186+214+114=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD672 is #45298D. Grayscale: #C2C2C2. Windows color (decimal): -4532622 or 7526074. OLE color: 7526074.

HSL color Cylindrical-coordinate representation of color #BAD672: hue angle of 76.8º 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 #BAD672 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 114 -
CMYK 0.13 0 0.47 0.16
HSL 76.8º 0.55% 0.64% -
HSV(B) 76.8º 0.47% 0.84% -
XYZ 47.33 59.75 24.96 -
YUV 194.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 186 214 114 0.13 0 0.47 0.16 76.8 0.55 0.64
Hex BA D6 72 D 0 2F 10 4D 37 40
Octal 272 326 162 15 0 57 20 115 67 100
Binary 10111010 11010110 1110010 1101 0 101111 10000 1001101 110111 1000000

Color Harmonies of #BAD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD672

Black with #BAD672

Text Example


Text Example

White with #BAD672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD672; }

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

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

background-color css

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

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

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

border-color css

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

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

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