#BAD172

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

Shades of Wild Willow #BAD172

Tints of Wild Willow #BAD172

Color information

#BAD172 (or 0xBAD172) is unknown color: approx Wild Willow. HEX triplet: BA, D1 and 72. RGB value is (186,209,114). Sum of RGB (Red+Green+Blue) = 186+209+114=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD172 is #452E8D. Grayscale: #BFBFBF. Windows color (decimal): -4533902 or 7524794. OLE color: 7524794.

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

Color convert

RGB186209114-
CMYK0.1100.450.18
HSL74.53º50.8%63.33%-
HSV(B)74.53º45.45%81.96%-
XYZ46.0957.2524.54-
YUV191.2984.38124.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=36.54%
G=41.06%
B=22.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091140.1100.450.1874.5350.863.33
HexBAD172B02D124b333f
Octal27232116213055221136377
Binary1011101011010001111001010110101101100101001011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD172; }

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

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

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

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

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

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

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

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