#BAC066

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

Shades of Wild Willow #BAC066

Tints of Wild Willow #BAC066

Color information

#BAC066 (or 0xBAC066) is unknown color: approx Wild Willow. HEX triplet: BA, C0 and 66. RGB value is (186,192,102). Sum of RGB (Red+Green+Blue) = 186+192+102=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC066 is #453F99. Grayscale: #B4B4B4. Windows color (decimal): -4538266 or 6734010. OLE color: 6734010.

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

Color convert

RGB186192102-
CMYK0.0300.470.25
HSL64º41.67%57.65%-
HSV(B)64º46.88%75.29%-
XYZ41.549.119.86-
YUV179.9584.01132.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=38.75%
G=40%
B=21.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921020.0300.470.256441.6757.65
HexBAC066302F19402a3a
Octal2723001463057311005272
Binary10111010110000001100110110101111110011000000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC066; }

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

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

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

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

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

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

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

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