#BAC166

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

Shades of Wild Willow #BAC166

Tints of Wild Willow #BAC166

Color information

#BAC166 (or 0xBAC166) is unknown color: approx Wild Willow. HEX triplet: BA, C1 and 66. RGB value is (186,193,102). Sum of RGB (Red+Green+Blue) = 186+193+102=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC166 is #453E99. Grayscale: #B4B4B4. Windows color (decimal): -4538010 or 6734266. OLE color: 6734266.

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

Color convert

RGB186193102-
CMYK0.0400.470.24
HSL64.62º42.33%57.84%-
HSV(B)64.62º47.15%75.69%-
XYZ41.7249.5419.93-
YUV180.5383.68131.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=38.67%
G=40.12%
B=21.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931020.0400.470.2464.6242.3357.84
HexBAC166402F18412a3a
Octal2723011464057301015272
Binary101110101100000111001101000101111110001000001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC166; }

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

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

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

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

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

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

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

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