#BAC168

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

Shades of Wild Willow #BAC168

Tints of Wild Willow #BAC168

Color information

#BAC168 (or 0xBAC168) is unknown color: approx Wild Willow. HEX triplet: BA, C1 and 68. RGB value is (186,193,104). Sum of RGB (Red+Green+Blue) = 186+193+104=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC168 is #453E97. Grayscale: #B5B5B5. Windows color (decimal): -4538008 or 6865338. OLE color: 6865338.

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

Color convert

RGB186193104-
CMYK0.0400.460.24
HSL64.72º41.78%58.24%-
HSV(B)64.72º46.11%75.69%-
XYZ41.8249.5820.46-
YUV180.7684.68131.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=38.51%
G=39.96%
B=21.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931040.0400.460.2464.7241.7858.24
HexBAC168402E18412a3a
Octal2723011504056301015272
Binary101110101100000111010001000101110110001000001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC168; }

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

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

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

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

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

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

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

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