Html Css Color HEX #BAD073 Wild Willow

📋 copy color: '#BAD073'

red 186 ◦ green 208 ◦ blue 115

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

Shades of Wild Willow #BAD073

Tints of Wild Willow #BAD073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

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

R = 36.54%
G = 40.86%
B = 22.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BAD073 (or 0xBAD073) is known color: Wild Willow. HEX triplet: BA, D0 and 73. RGB value is (186,208,115). Sum of RGB (Red+Green+Blue) = 186+208+115=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD073 is #452F8C. Grayscale: #BFBFBF. Windows color (decimal): -4534157 or 7590074. OLE color: 7590074.

HSL color Cylindrical-coordinate representation of color #BAD073: hue angle of 74.19º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD073 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 115 -
CMYK 0.11 0 0.45 0.18
HSL 74.19º 0.5% 0.63% -
HSV(B) 74.19º 0.45% 0.82% -
XYZ 45.9 56.79 24.76 -
YUV 190.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 186 208 115 0.11 0 0.45 0.18 74.19 0.5 0.63
Hex BA D0 73 B 0 2D 12 4A 32 3F
Octal 272 320 163 13 0 55 22 112 62 77
Binary 10111010 11010000 1110011 1011 0 101101 10010 1001010 110010 111111

Color Harmonies of #BAD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD073

Black with #BAD073

Text Example


Text Example

White with #BAD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD073; }

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

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

background-color css

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

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

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

border-color css

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

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

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