#BACE5D

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

Shades of Wild Willow #BACE5D

Tints of Wild Willow #BACE5D

Color information

#BACE5D (or 0xBACE5D) is unknown color: approx Wild Willow. HEX triplet: BA, CE and 5D. RGB value is (186,206,93). Sum of RGB (Red+Green+Blue) = 186+206+93=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE5D is #4531A2. Grayscale: #BBBBBB. Windows color (decimal): -4534691 or 6147770. OLE color: 6147770.

HSL color Cylindrical-coordinate representation of color #BACE5D: hue angle of 70.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BACE5D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB18620693-
CMYK0.1000.550.19
HSL70.62º53.55%58.63%-
HSV(B)70.62º54.85%80.78%-
XYZ44.355.3718.71-
YUV187.1474.87127.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=38.35%
G=42.47%
B=19.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186206930.1000.550.1970.6253.5558.63
HexBACE5DA0371347363b
Octal27231613512067231076673
Binary1011101011001110101110110100110111100111000111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE5D; }

 p { color: rgb(186,206,93); }

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

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

 a { background-color: rgb(186,206,93); }

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

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

 span { border-color: rgb(186,206,93); }

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