#BACE6C

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

Shades of Wild Willow #BACE6C

Tints of Wild Willow #BACE6C

Color information

#BACE6C (or 0xBACE6C) is unknown color: approx Wild Willow. HEX triplet: BA, CE and 6C. RGB value is (186,206,108). Sum of RGB (Red+Green+Blue) = 186+206+108=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE6C is #453193. Grayscale: #BDBDBD. Windows color (decimal): -4534676 or 7130810. OLE color: 7130810.

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

Color convert

RGB186206108-
CMYK0.1000.480.19
HSL72.24º50%61.57%-
HSV(B)72.24º47.57%80.78%-
XYZ45.0355.6622.56-
YUV188.8582.37125.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 108 (42.58% from 255) = 21.6%
R=37.2%
G=41.2%
B=21.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061080.1000.480.1972.245061.57
HexBACE6CA0301348323e
Octal27231615412060231106276
Binary1011101011001110110110010100110000100111001000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE6C; }

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

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

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

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

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

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

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

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