#BAC65C

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

Shades of Wild Willow #BAC65C

Tints of Wild Willow #BAC65C

Color information

#BAC65C (or 0xBAC65C) is unknown color: approx Wild Willow. HEX triplet: BA, C6 and 5C. RGB value is (186,198,92). Sum of RGB (Red+Green+Blue) = 186+198+92=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC65C is #4539A3. Grayscale: #B6B6B6. Windows color (decimal): -4536740 or 6080186. OLE color: 6080186.

HSL color Cylindrical-coordinate representation of color #BAC65C: hue angle of 66.79º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAC65C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB18619892-
CMYK0.0600.540.22
HSL66.79º48.18%56.86%-
HSV(B)66.79º53.54%77.65%-
XYZ42.3851.617.85-
YUV182.3377.02130.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 92 (36.33% from 255) = 19.33%
R=39.08%
G=41.60%
B=19.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198920.0600.540.2266.7948.1856.86
HexBAC65C603616433039
Octal2723061346066261036071
Binary101110101100011010111001100110110101101000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC65C; }

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

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

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

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

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

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

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

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