#BACD6D

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

Shades of Wild Willow #BACD6D

Tints of Wild Willow #BACD6D

Color information

#BACD6D (or 0xBACD6D) is unknown color: approx Wild Willow. HEX triplet: BA, CD and 6D. RGB value is (186,205,109). Sum of RGB (Red+Green+Blue) = 186+205+109=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD6D is #453292. Grayscale: #BCBCBC. Windows color (decimal): -4534931 or 7196090. OLE color: 7196090.

HSL color Cylindrical-coordinate representation of color #BACD6D: hue angle of 71.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BACD6D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB186205109-
CMYK0.0900.470.20
HSL71.88º48.98%61.57%-
HSV(B)71.88º46.83%80.39%-
XYZ44.8455.2122.76-
YUV188.3783.21126.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=37.2%
G=41%
B=21.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051090.0900.470.2071.8848.9861.57
HexBACD6D902F1448313e
Octal27231515511057241106176
Binary1011101011001101110110110010101111101001001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD6D; }

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

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

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

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

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

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

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

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