#BAD56F

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

Shades of Wild Willow #BAD56F

Tints of Wild Willow #BAD56F

Color information

#BAD56F (or 0xBAD56F) is unknown color: approx Wild Willow. HEX triplet: BA, D5 and 6F. RGB value is (186,213,111). Sum of RGB (Red+Green+Blue) = 186+213+111=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD56F is #452A90. Grayscale: #C1C1C1. Windows color (decimal): -4532881 or 7329210. OLE color: 7329210.

HSL color Cylindrical-coordinate representation of color #BAD56F: hue angle of 75.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAD56F is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB186213111-
CMYK0.1300.480.16
HSL75.88º54.84%63.53%-
HSV(B)75.88º47.89%83.53%-
XYZ46.9159.1823.99-
YUV193.381.55122.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 111 (43.75% from 255) = 21.76%
R=36.47%
G=41.76%
B=21.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131110.1300.480.1675.8854.8463.53
HexBAD56FD030104c3740
Octal272325157150602011467100
Binary10111010110101011101111110101100001000010011001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD56F; }

 p { color: rgb(186,213,111); }

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

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

 a { background-color: rgb(186,213,111); }

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

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

 span { border-color: rgb(186,213,111); }

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