#BAD66E

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

Shades of Wild Willow #BAD66E

Tints of Wild Willow #BAD66E

Color information

#BAD66E (or 0xBAD66E) is unknown color: approx Wild Willow. HEX triplet: BA, D6 and 6E. RGB value is (186,214,110). Sum of RGB (Red+Green+Blue) = 186+214+110=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD66E is #452991. Grayscale: #C2C2C2. Windows color (decimal): -4532626 or 7263930. OLE color: 7263930.

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

Color convert

RGB186214110-
CMYK0.1300.490.16
HSL76.15º55.91%63.53%-
HSV(B)76.15º48.6%83.92%-
XYZ47.1159.6623.78-
YUV193.7780.72122.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 110 (43.36% from 255) = 21.57%
R=36.47%
G=41.96%
B=21.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141100.1300.490.1676.1555.9163.53
HexBAD66ED031104c3840
Octal272326156150612011470100
Binary10111010110101101101110110101100011000010011001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD66E; }

 p { color: rgb(186,214,110); }

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

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

 a { background-color: rgb(186,214,110); }

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

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

 span { border-color: rgb(186,214,110); }

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