#BAC169

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

Shades of Wild Willow #BAC169

Tints of Wild Willow #BAC169

Color information

#BAC169 (or 0xBAC169) is unknown color: approx Wild Willow. HEX triplet: BA, C1 and 69. RGB value is (186,193,105). Sum of RGB (Red+Green+Blue) = 186+193+105=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC169 is #453E96. Grayscale: #B5B5B5. Windows color (decimal): -4538007 or 6930874. OLE color: 6930874.

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

Color convert

RGB186193105-
CMYK0.0400.460.24
HSL64.77º41.51%58.43%-
HSV(B)64.77º45.6%75.69%-
XYZ41.8749.620.73-
YUV180.8885.18131.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=38.43%
G=39.88%
B=21.69%

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
Decimal1861931050.0400.460.2464.7741.5158.43
HexBAC169402E18412a3a
Octal2723011514056301015272
Binary101110101100000111010011000101110110001000001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC169; }

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

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

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

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

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

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

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

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