#BACD56

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

Shades of Wild Willow #BACD56

Tints of Wild Willow #BACD56

Color information

#BACD56 (or 0xBACD56) is unknown color: approx Wild Willow. HEX triplet: BA, CD and 56. RGB value is (186,205,86). Sum of RGB (Red+Green+Blue) = 186+205+86=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD56 is #4532A9. Grayscale: #BABABA. Windows color (decimal): -4534954 or 5688762. OLE color: 5688762.

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

Color convert

RGB18620586-
CMYK0.0900.580.20
HSL69.58º54.34%57.06%-
HSV(B)69.58º58.05%80.39%-
XYZ43.7654.7717.07-
YUV185.7571.71128.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=38.99%
G=42.98%
B=18.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186205860.0900.580.2069.5854.3457.06
HexBACD56903A14463639
Octal27231512611072241066671
Binary1011101011001101101011010010111010101001000110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD56; }

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

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

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

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

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

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

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

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