#BAC466

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

Shades of Wild Willow #BAC466

Tints of Wild Willow #BAC466

Color information

#BAC466 (or 0xBAC466) is unknown color: approx Wild Willow. HEX triplet: BA, C4 and 66. RGB value is (186,196,102). Sum of RGB (Red+Green+Blue) = 186+196+102=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC466 is #453B99. Grayscale: #B6B6B6. Windows color (decimal): -4537242 or 6735034. OLE color: 6735034.

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

Color convert

RGB186196102-
CMYK0.0500.480.23
HSL66.38º44.34%58.43%-
HSV(B)66.38º47.96%76.86%-
XYZ42.3950.8820.16-
YUV182.2982.69130.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=38.43%
G=40.50%
B=21.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961020.0500.480.2366.3844.3458.43
HexBAC466503017422c3a
Octal2723041465060271025472
Binary101110101100010011001101010110000101111000010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC466; }

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

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

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

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

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

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

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

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