#BAC757

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

Shades of Wild Willow #BAC757

Tints of Wild Willow #BAC757

Color information

#BAC757 (or 0xBAC757) is unknown color: approx Wild Willow. HEX triplet: BA, C7 and 57. RGB value is (186,199,87). Sum of RGB (Red+Green+Blue) = 186+199+87=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC757 is #4538A8. Grayscale: #B6B6B6. Windows color (decimal): -4536489 or 5752762. OLE color: 5752762.

HSL color Cylindrical-coordinate representation of color #BAC757: hue angle of 66.96º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC757 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB18619987-
CMYK0.0700.560.22
HSL66.96º50%56.08%-
HSV(B)66.96º56.28%78.04%-
XYZ42.3951.9716.81-
YUV182.3474.19130.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 87 (34.38% from 255) = 18.43%
R=39.41%
G=42.16%
B=18.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186199870.0700.560.2266.965056.08
HexBAC757703816433238
Octal2723071277070261036270
Binary101110101100011110101111110111000101101000011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC757; }

 p { color: rgb(186,199,87); }

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

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

 a { background-color: rgb(186,199,87); }

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

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

 span { border-color: rgb(186,199,87); }

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