#BAC66F

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

Shades of Wild Willow #BAC66F

Tints of Wild Willow #BAC66F

Color information

#BAC66F (or 0xBAC66F) is unknown color: approx Wild Willow. HEX triplet: BA, C6 and 6F. RGB value is (186,198,111). Sum of RGB (Red+Green+Blue) = 186+198+111=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC66F is #453990. Grayscale: #B8B8B8. Windows color (decimal): -4536721 or 7325370. OLE color: 7325370.

HSL color Cylindrical-coordinate representation of color #BAC66F: hue angle of 68.28º degrees, saturation: 0.43, 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 #BAC66F is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB186198111-
CMYK0.0600.440.22
HSL68.28º43.28%60.59%-
HSV(B)68.28º43.94%77.65%-
XYZ43.3151.9722.79-
YUV184.4986.52129.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=37.58%
G=40%
B=22.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981110.0600.440.2268.2843.2860.59
HexBAC66F602C16442b3d
Octal2723061576054261045375
Binary101110101100011011011111100101100101101000100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC66F; }

 p { color: rgb(186,198,111); }

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

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

 a { background-color: rgb(186,198,111); }

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

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

 span { border-color: rgb(186,198,111); }

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