#BAC369

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

Shades of Wild Willow #BAC369

Tints of Wild Willow #BAC369

Color information

#BAC369 (or 0xBAC369) is unknown color: approx Wild Willow. HEX triplet: BA, C3 and 69. RGB value is (186,195,105). Sum of RGB (Red+Green+Blue) = 186+195+105=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC369 is #453C96. Grayscale: #B6B6B6. Windows color (decimal): -4537495 or 6931386. OLE color: 6931386.

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

Color convert

RGB186195105-
CMYK0.0500.460.24
HSL66º42.86%58.82%-
HSV(B)66º46.15%76.47%-
XYZ42.3150.4920.88-
YUV182.0584.52130.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 105 (41.41% from 255) = 21.60%
R=38.27%
G=40.12%
B=21.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951050.0500.460.246642.8658.82
HexBAC369502E18422b3b
Octal2723031515056301025373
Binary101110101100001111010011010101110110001000010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC369; }

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

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

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

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

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

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

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

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