#BACA6B

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

Shades of Wild Willow #BACA6B

Tints of Wild Willow #BACA6B

Color information

#BACA6B (or 0xBACA6B) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 6B. RGB value is (186,202,107). Sum of RGB (Red+Green+Blue) = 186+202+107=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA6B is #453594. Grayscale: #BABABA. Windows color (decimal): -4535701 or 7064250. OLE color: 7064250.

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

Color convert

RGB186202107-
CMYK0.0800.470.21
HSL70.11º47.26%60.59%-
HSV(B)70.11º47.03%79.22%-
XYZ44.0253.7421.96-
YUV186.3983.2127.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 107 (42.19% from 255) = 21.62%
R=37.58%
G=40.81%
B=21.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021070.0800.470.2170.1147.2660.59
HexBACA6B802F15462f3d
Octal27231215310057251065775
Binary1011101011001010110101110000101111101011000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA6B; }

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

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

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

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

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

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

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

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