#BAC26C

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

Shades of Wild Willow #BAC26C

Tints of Wild Willow #BAC26C

Color information

#BAC26C (or 0xBAC26C) is unknown color: approx Wild Willow. HEX triplet: BA, C2 and 6C. RGB value is (186,194,108). Sum of RGB (Red+Green+Blue) = 186+194+108=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC26C is #453D93. Grayscale: #B6B6B6. Windows color (decimal): -4537748 or 7127738. OLE color: 7127738.

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

Color convert

RGB186194108-
CMYK0.0400.440.24
HSL65.58º41.35%59.22%-
HSV(B)65.58º44.33%76.08%-
XYZ42.2550.1121.63-
YUV181.886.35130.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 194 (76.17% from 255) = 39.75%
BLUE value IS 108 (42.58% from 255) = 22.13%
R=38.11%
G=39.75%
B=22.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941080.0400.440.2465.5841.3559.22
HexBAC26C402C1842293b
Octal2723021544054301025173
Binary101110101100001011011001000101100110001000010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC26C; }

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

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

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

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

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

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

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

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