#BAC469

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

Shades of Wild Willow #BAC469

Tints of Wild Willow #BAC469

Color information

#BAC469 (or 0xBAC469) is unknown color: approx Wild Willow. HEX triplet: BA, C4 and 69. RGB value is (186,196,105). Sum of RGB (Red+Green+Blue) = 186+196+105=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC469 is #453B96. Grayscale: #B6B6B6. Windows color (decimal): -4537239 or 6931642. OLE color: 6931642.

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

Color convert

RGB186196105-
CMYK0.0500.460.23
HSL66.59º43.54%59.02%-
HSV(B)66.59º46.43%76.86%-
XYZ42.5450.9420.95-
YUV182.6484.19130.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 196 (76.95% from 255) = 40.25%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=38.19%
G=40.25%
B=21.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961050.0500.460.2366.5943.5459.02
HexBAC469502E17432c3b
Octal2723041515056271035473
Binary101110101100010011010011010101110101111000011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC469; }

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

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

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

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

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

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

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

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