#BAC770

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

Shades of Wild Willow #BAC770

Tints of Wild Willow #BAC770

Color information

#BAC770 (or 0xBAC770) is unknown color: approx Wild Willow. HEX triplet: BA, C7 and 70. RGB value is (186,199,112). Sum of RGB (Red+Green+Blue) = 186+199+112=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC770 is #45388F. Grayscale: #B9B9B9. Windows color (decimal): -4536464 or 7391162. OLE color: 7391162.

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

Color convert

RGB186199112-
CMYK0.0700.440.22
HSL68.97º43.72%60.98%-
HSV(B)68.97º43.72%78.04%-
XYZ43.652.4623.16-
YUV185.286.69128.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 199 (78.12% from 255) = 40.04%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=37.42%
G=40.04%
B=22.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991120.0700.440.2268.9743.7260.98
HexBAC770702C16452c3d
Octal2723071607054261055475
Binary101110101100011111100001110101100101101000101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC770; }

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

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

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

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

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

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

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

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