#BACC5D

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

Shades of Wild Willow #BACC5D

Tints of Wild Willow #BACC5D

Color information

#BACC5D (or 0xBACC5D) is unknown color: approx Wild Willow. HEX triplet: BA, CC and 5D. RGB value is (186,204,93). Sum of RGB (Red+Green+Blue) = 186+204+93=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC5D is #4533A2. Grayscale: #BABABA. Windows color (decimal): -4535203 or 6147258. OLE color: 6147258.

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

Color convert

RGB18620493-
CMYK0.0900.540.2
HSL69.73º52.11%58.24%-
HSV(B)69.73º54.41%80%-
XYZ43.8254.4218.55-
YUV185.9675.54128.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=38.51%
G=42.24%
B=19.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204930.0900.540.269.7352.1158.24
HexBACC5D90361446343a
Octal27231413511066241066472
Binary1011101011001100101110110010110110101001000110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC5D; }

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

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

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

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

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

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

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

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