Html Css Color HEX #BAD373 Wild Willow

📋 copy color: '#BAD373'

red 186 ◦ green 211 ◦ blue 115

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

Shades of Wild Willow #BAD373

Tints of Wild Willow #BAD373

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

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

R = 36.33%
G = 41.21%
B = 22.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BAD373 (or 0xBAD373) is known color: Wild Willow. HEX triplet: BA, D3 and 73. RGB value is (186,211,115). Sum of RGB (Red+Green+Blue) = 186+211+115=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD373 is #452C8C. Grayscale: #C0C0C0. Windows color (decimal): -4533389 or 7590842. OLE color: 7590842.

HSL color Cylindrical-coordinate representation of color #BAD373: hue angle of 75.63º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD373 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 115 -
CMYK 0.12 0 0.45 0.17
HSL 75.63º 0.52% 0.64% -
HSV(B) 75.63º 0.45% 0.83% -
XYZ 46.64 58.27 25.01 -
YUV 192.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 186 211 115 0.12 0 0.45 0.17 75.63 0.52 0.64
Hex BA D3 73 C 0 2D 11 4C 34 40
Octal 272 323 163 14 0 55 21 114 64 100
Binary 10111010 11010011 1110011 1100 0 101101 10001 1001100 110100 1000000

Color Harmonies of #BAD373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD373

Black with #BAD373

Text Example


Text Example

White with #BAD373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD373; }

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

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

background-color css

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

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

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

border-color css

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

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

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