#BAC564

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

Shades of Wild Willow #BAC564

Tints of Wild Willow #BAC564

Color information

#BAC564 (or 0xBAC564) is unknown color: approx Wild Willow. HEX triplet: BA, C5 and 64. RGB value is (186,197,100). Sum of RGB (Red+Green+Blue) = 186+197+100=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC564 is #453A9B. Grayscale: #B7B7B7. Windows color (decimal): -4536988 or 6604218. OLE color: 6604218.

HSL color Cylindrical-coordinate representation of color #BAC564: hue angle of 66.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAC564 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB186197100-
CMYK0.0600.490.23
HSL66.8º45.54%58.24%-
HSV(B)66.8º49.24%77.25%-
XYZ42.5251.2919.72-
YUV182.6581.36130.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 197 (77.34% from 255) = 40.79%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=38.51%
G=40.79%
B=20.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971000.0600.490.2366.845.5458.24
HexBAC564603117432e3a
Octal2723051446061271035672
Binary101110101100010111001001100110001101111000011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC564; }

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

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

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

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

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

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

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

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