#BAC269

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

Shades of Wild Willow #BAC269

Tints of Wild Willow #BAC269

Color information

#BAC269 (or 0xBAC269) is unknown color: approx Wild Willow. HEX triplet: BA, C2 and 69. RGB value is (186,194,105). Sum of RGB (Red+Green+Blue) = 186+194+105=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC269 is #453D96. Grayscale: #B5B5B5. Windows color (decimal): -4537751 or 6931130. OLE color: 6931130.

HSL color Cylindrical-coordinate representation of color #BAC269: hue angle of 65.39º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAC269 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB186194105-
CMYK0.0400.460.24
HSL65.39º42.18%58.63%-
HSV(B)65.39º45.88%76.08%-
XYZ42.0950.0420.81-
YUV181.4684.85131.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=38.35%
G=40%
B=21.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941050.0400.460.2465.3942.1858.63
HexBAC269402E18412a3b
Octal2723021514056301015273
Binary101110101100001011010011000101110110001000001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC269; }

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

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

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

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

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

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

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

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