#BAC161

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

Shades of Wild Willow #BAC161

Tints of Wild Willow #BAC161

Color information

#BAC161 (or 0xBAC161) is unknown color: approx Wild Willow. HEX triplet: BA, C1 and 61. RGB value is (186,193,97). Sum of RGB (Red+Green+Blue) = 186+193+97=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC161 is #453E9E. Grayscale: #B4B4B4. Windows color (decimal): -4538015 or 6406586. OLE color: 6406586.

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

Color convert

RGB18619397-
CMYK0.0400.500.24
HSL64.38º43.64%56.86%-
HSV(B)64.38º49.74%75.69%-
XYZ41.4849.4418.67-
YUV179.9681.18132.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=39.08%
G=40.55%
B=20.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193970.0400.500.2464.3843.6456.86
HexBAC161403218402c39
Octal2723011414062301005471
Binary101110101100000111000011000110010110001000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC161; }

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

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

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

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

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

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

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

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