#BAC766

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

Shades of Wild Willow #BAC766

Tints of Wild Willow #BAC766

Color information

#BAC766 (or 0xBAC766) is unknown color: approx Wild Willow. HEX triplet: BA, C7 and 66. RGB value is (186,199,102). Sum of RGB (Red+Green+Blue) = 186+199+102=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC766 is #453899. Grayscale: #B8B8B8. Windows color (decimal): -4536474 or 6735802. OLE color: 6735802.

HSL color Cylindrical-coordinate representation of color #BAC766: hue angle of 68.04º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAC766 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB186199102-
CMYK0.0700.490.22
HSL68.04º46.41%59.02%-
HSV(B)68.04º48.74%78.04%-
XYZ43.0752.2520.38-
YUV184.0681.69129.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=38.19%
G=40.86%
B=20.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991020.0700.490.2268.0446.4159.02
HexBAC766703116442e3b
Octal2723071467061261045673
Binary101110101100011111001101110110001101101000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC766; }

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

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

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

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

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

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

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

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