#BAC061

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

Shades of Wild Willow #BAC061

Tints of Wild Willow #BAC061

Color information

#BAC061 (or 0xBAC061) is unknown color: approx Wild Willow. HEX triplet: BA, C0 and 61. RGB value is (186,192,97). Sum of RGB (Red+Green+Blue) = 186+192+97=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC061 is #453F9E. Grayscale: #B3B3B3. Windows color (decimal): -4538271 or 6406330. OLE color: 6406330.

HSL color Cylindrical-coordinate representation of color #BAC061: hue angle of 63.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAC061 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB18619297-
CMYK0.0300.490.25
HSL63.79º42.99%56.67%-
HSV(B)63.79º49.48%75.29%-
XYZ41.264918.59-
YUV179.3881.51132.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=39.16%
G=40.42%
B=20.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186192970.0300.490.2563.7942.9956.67
HexBAC061303119402b39
Octal2723001413061311005371
Binary10111010110000001100001110110001110011000000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC061; }

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

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

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

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

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

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

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

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