#BAC46C

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

Shades of Wild Willow #BAC46C

Tints of Wild Willow #BAC46C

Color information

#BAC46C (or 0xBAC46C) is unknown color: approx Wild Willow. HEX triplet: BA, C4 and 6C. RGB value is (186,196,108). Sum of RGB (Red+Green+Blue) = 186+196+108=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC46C is #453B93. Grayscale: #B7B7B7. Windows color (decimal): -4537236 or 7128250. OLE color: 7128250.

HSL color Cylindrical-coordinate representation of color #BAC46C: hue angle of 66.82º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAC46C is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB186196108-
CMYK0.0500.450.23
HSL66.82º42.72%59.61%-
HSV(B)66.82º44.9%76.86%-
XYZ42.75121.78-
YUV182.9885.69130.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=37.96%
G=40%
B=22.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961080.0500.450.2366.8242.7259.61
HexBAC46C502D17432b3c
Octal2723041545055271035374
Binary101110101100010011011001010101101101111000011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC46C; }

 p { color: rgb(186,196,108); }

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

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

 a { background-color: rgb(186,196,108); }

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

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

 span { border-color: rgb(186,196,108); }

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