#BAC366

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

Shades of Wild Willow #BAC366

Tints of Wild Willow #BAC366

Color information

#BAC366 (or 0xBAC366) is unknown color: approx Wild Willow. HEX triplet: BA, C3 and 66. RGB value is (186,195,102). Sum of RGB (Red+Green+Blue) = 186+195+102=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC366 is #453C99. Grayscale: #B6B6B6. Windows color (decimal): -4537498 or 6734778. OLE color: 6734778.

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

Color convert

RGB186195102-
CMYK0.0500.480.24
HSL65.81º43.66%58.24%-
HSV(B)65.81º47.69%76.47%-
XYZ42.1650.4320.08-
YUV181.7183.02131.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 102 (40.23% from 255) = 21.12%
R=38.51%
G=40.37%
B=21.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951020.0500.480.2465.8143.6658.24
HexBAC366503018422c3a
Octal2723031465060301025472
Binary101110101100001111001101010110000110001000010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC366; }

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

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

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

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

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

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

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

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