#BACC5E

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

Shades of Wild Willow #BACC5E

Tints of Wild Willow #BACC5E

Color information

#BACC5E (or 0xBACC5E) is unknown color: approx Wild Willow. HEX triplet: BA, CC and 5E. RGB value is (186,204,94). Sum of RGB (Red+Green+Blue) = 186+204+94=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC5E is #4533A1. Grayscale: #BABABA. Windows color (decimal): -4535202 or 6212794. OLE color: 6212794.

HSL color Cylindrical-coordinate representation of color #BACC5E: hue angle of 69.82º 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 #BACC5E is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB18620494-
CMYK0.0900.540.2
HSL69.82º51.89%58.43%-
HSV(B)69.82º53.92%80%-
XYZ43.8654.4318.78-
YUV186.0876.04127.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 94 (37.11% from 255) = 19.42%
R=38.43%
G=42.15%
B=19.42%

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
Decimal186204940.0900.540.269.8251.8958.43
HexBACC5E90361446343a
Octal27231413611066241066472
Binary1011101011001100101111010010110110101001000110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC5E; }

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

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

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

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

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

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

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

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