#BACD5C

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

Shades of Wild Willow #BACD5C

Tints of Wild Willow #BACD5C

Color information

#BACD5C (or 0xBACD5C) is unknown color: approx Wild Willow. HEX triplet: BA, CD and 5C. RGB value is (186,205,92). Sum of RGB (Red+Green+Blue) = 186+205+92=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD5C is #4532A3. Grayscale: #BABABA. Windows color (decimal): -4534948 or 6081978. OLE color: 6081978.

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

Color convert

RGB18620592-
CMYK0.0900.550.20
HSL70.09º53.05%58.24%-
HSV(B)70.09º55.12%80.39%-
XYZ44.0154.8718.4-
YUV186.4474.71127.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 92 (36.33% from 255) = 19.05%
R=38.51%
G=42.44%
B=19.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186205920.0900.550.2070.0953.0558.24
HexBACD5C90371446353a
Octal27231513411067241066572
Binary1011101011001101101110010010110111101001000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD5C; }

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

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

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

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

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

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

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

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