#BACA6D

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

Shades of Wild Willow #BACA6D

Tints of Wild Willow #BACA6D

Color information

#BACA6D (or 0xBACA6D) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 6D. RGB value is (186,202,109). Sum of RGB (Red+Green+Blue) = 186+202+109=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA6D is #453592. Grayscale: #BABABA. Windows color (decimal): -4535699 or 7195322. OLE color: 7195322.

HSL color Cylindrical-coordinate representation of color #BACA6D: hue angle of 70.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BACA6D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB186202109-
CMYK0.0800.460.21
HSL70.32º46.73%60.98%-
HSV(B)70.32º46.04%79.22%-
XYZ44.1353.7822.52-
YUV186.6184.2127.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=37.42%
G=40.64%
B=21.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021090.0800.460.2170.3246.7360.98
HexBACA6D802E15462f3d
Octal27231215510056251065775
Binary1011101011001010110110110000101110101011000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA6D; }

 p { color: rgb(186,202,109); }

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

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

 a { background-color: rgb(186,202,109); }

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

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

 span { border-color: rgb(186,202,109); }

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