#BAC266

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

Shades of Wild Willow #BAC266

Tints of Wild Willow #BAC266

Color information

#BAC266 (or 0xBAC266) is unknown color: approx Wild Willow. HEX triplet: BA, C2 and 66. RGB value is (186,194,102). Sum of RGB (Red+Green+Blue) = 186+194+102=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC266 is #453D99. Grayscale: #B5B5B5. Windows color (decimal): -4537754 or 6734522. OLE color: 6734522.

HSL color Cylindrical-coordinate representation of color #BAC266: hue angle of 65.22º degrees, saturation: 0.43, 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 #BAC266 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB186194102-
CMYK0.0400.470.24
HSL65.22º42.99%58.04%-
HSV(B)65.22º47.42%76.08%-
XYZ41.9449.9820.01-
YUV181.1283.35131.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=38.59%
G=40.25%
B=21.16%

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
Decimal1861941020.0400.470.2465.2242.9958.04
HexBAC266402F18412b3a
Octal2723021464057301015372
Binary101110101100001011001101000101111110001000001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC266; }

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

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

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

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

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

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

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

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