#BACD64

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

Shades of Wild Willow #BACD64

Tints of Wild Willow #BACD64

Color information

#BACD64 (or 0xBACD64) is unknown color: approx Wild Willow. HEX triplet: BA, CD and 64. RGB value is (186,205,100). Sum of RGB (Red+Green+Blue) = 186+205+100=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD64 is #45329B. Grayscale: #BBBBBB. Windows color (decimal): -4534940 or 6606266. OLE color: 6606266.

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

Color convert

RGB186205100-
CMYK0.0900.510.20
HSL70.86º51.22%59.8%-
HSV(B)70.86º51.22%80.39%-
XYZ44.3855.0220.34-
YUV187.3578.71127.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=37.88%
G=41.75%
B=20.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051000.0900.510.2070.8651.2259.8
HexBACD6490331447333c
Octal27231514411063241076374
Binary1011101011001101110010010010110011101001000111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD64; }

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

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

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

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

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

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

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

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