#BAC164

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

Shades of Wild Willow #BAC164

Tints of Wild Willow #BAC164

Color information

#BAC164 (or 0xBAC164) is unknown color: approx Wild Willow. HEX triplet: BA, C1 and 64. RGB value is (186,193,100). Sum of RGB (Red+Green+Blue) = 186+193+100=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC164 is #453E9B. Grayscale: #B4B4B4. Windows color (decimal): -4538012 or 6603194. OLE color: 6603194.

HSL color Cylindrical-coordinate representation of color #BAC164: hue angle of 64.52º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAC164 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB186193100-
CMYK0.0400.480.24
HSL64.52º42.86%57.45%-
HSV(B)64.52º48.19%75.69%-
XYZ41.6249.519.42-
YUV180.382.68132.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=38.83%
G=40.29%
B=20.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931000.0400.480.2464.5242.8657.45
HexBAC164403018412b39
Octal2723011444060301015371
Binary101110101100000111001001000110000110001000001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC164; }

 p { color: rgb(186,193,100); }

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

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

 a { background-color: rgb(186,193,100); }

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

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

 span { border-color: rgb(186,193,100); }

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