#BAD272

Color #BAD272 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BAD272

Tints of Wild Willow #BAD272

Color information

#BAD272 (or 0xBAD272) is unknown color: approx Wild Willow. HEX triplet: BA, D2 and 72. RGB value is (186,210,114). Sum of RGB (Red+Green+Blue) = 186+210+114=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD272 is #452D8D. Grayscale: #C0C0C0. Windows color (decimal): -4533646 or 7525050. OLE color: 7525050.

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

Color convert

RGB186210114-
CMYK0.1100.460.18
HSL75º51.61%63.53%-
HSV(B)75º45.71%82.35%-
XYZ46.3357.7524.62-
YUV191.8884.05123.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 114 (44.92% from 255) = 22.35%
R=36.47%
G=41.18%
B=22.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101140.1100.460.187551.6163.53
HexBAD272B02E124b3440
Octal272322162130562211364100
Binary10111010110100101110010101101011101001010010111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD272; }

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

 H1.HeaderClassName
 {
   color: #BAD272;
 }
 .AnyTagClassName
 {
   color: #BAD272;
 }
</style>
background-color css

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

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

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

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

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

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