#BAD163

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

Shades of Wild Willow #BAD163

Tints of Wild Willow #BAD163

Color information

#BAD163 (or 0xBAD163) is unknown color: approx Wild Willow. HEX triplet: BA, D1 and 63. RGB value is (186,209,99). Sum of RGB (Red+Green+Blue) = 186+209+99=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD163 is #452E9C. Grayscale: #BEBEBE. Windows color (decimal): -4533917 or 6541754. OLE color: 6541754.

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

Color convert

RGB18620999-
CMYK0.1100.530.18
HSL72.55º54.46%60.39%-
HSV(B)72.55º52.63%81.96%-
XYZ45.356.9420.41-
YUV189.5876.88125.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 99 (39.06% from 255) = 20.04%
R=37.65%
G=42.31%
B=20.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186209990.1100.530.1872.5554.4660.39
HexBAD163B0351249363c
Octal27232114313065221116674
Binary1011101011010001110001110110110101100101001001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD163; }

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

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

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

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

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

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

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

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