#BAD166

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

Shades of Wild Willow #BAD166

Tints of Wild Willow #BAD166

Color information

#BAD166 (or 0xBAD166) is unknown color: approx Wild Willow. HEX triplet: BA, D1 and 66. RGB value is (186,209,102). Sum of RGB (Red+Green+Blue) = 186+209+102=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD166 is #452E99. Grayscale: #BEBEBE. Windows color (decimal): -4533914 or 6738362. OLE color: 6738362.

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

Color convert

RGB186209102-
CMYK0.1100.510.18
HSL72.9º53.77%60.98%-
HSV(B)72.9º51.2%81.96%-
XYZ45.455721.18-
YUV189.9278.38125.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 102 (40.23% from 255) = 20.52%
R=37.42%
G=42.05%
B=20.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091020.1100.510.1872.953.7760.98
HexBAD166B0331249363d
Octal27232114613063221116675
Binary1011101011010001110011010110110011100101001001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD166; }

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

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

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

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

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

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

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

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