Html Css Color HEX #BAD072 Wild Willow

📋 copy color: '#BAD072'

red 186 ◦ green 208 ◦ blue 114

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

Shades of Wild Willow #BAD072

Tints of Wild Willow #BAD072

RGB

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

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

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

R = 36.61%
G = 40.94%
B = 22.44%

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

#BAD072 (or 0xBAD072) is known color: Wild Willow. HEX triplet: BA, D0 and 72. RGB value is (186,208,114). Sum of RGB (Red+Green+Blue) = 186+208+114=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD072 is #452F8D. Grayscale: #BFBFBF. Windows color (decimal): -4534158 or 7524538. OLE color: 7524538.

HSL color Cylindrical-coordinate representation of color #BAD072: hue angle of 74.04º 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 #BAD072 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 114 -
CMYK 0.11 0 0.45 0.18
HSL 74.04º 0.5% 0.63% -
HSV(B) 74.04º 0.45% 0.82% -
XYZ 45.84 56.77 24.46 -
YUV 190.71 84.71 124.64 -
System Red Green Blue C M Y K H S L
Decimal 186 208 114 0.11 0 0.45 0.18 74.04 0.5 0.63
Hex BA D0 72 B 0 2D 12 4A 32 3F
Octal 272 320 162 13 0 55 22 112 62 77
Binary 10111010 11010000 1110010 1011 0 101101 10010 1001010 110010 111111

Color Harmonies of #BAD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD072

Black with #BAD072

Text Example


Text Example

White with #BAD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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