#BAC560

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

Shades of Wild Willow #BAC560

Tints of Wild Willow #BAC560

Color information

#BAC560 (or 0xBAC560) is unknown color: approx Wild Willow. HEX triplet: BA, C5 and 60. RGB value is (186,197,96). Sum of RGB (Red+Green+Blue) = 186+197+96=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC560 is #453A9F. Grayscale: #B6B6B6. Windows color (decimal): -4536992 or 6342074. OLE color: 6342074.

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

Color convert

RGB18619796-
CMYK0.0600.510.23
HSL66.53º46.54%57.45%-
HSV(B)66.53º51.27%77.25%-
XYZ42.3351.2218.72-
YUV182.279.36130.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 96 (37.89% from 255) = 20.04%
R=38.83%
G=41.13%
B=20.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186197960.0600.510.2366.5346.5457.45
HexBAC560603317432f39
Octal2723051406063271035771
Binary101110101100010111000001100110011101111000011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC560; }

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

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

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

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

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

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

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

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