#BAD76E

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

Shades of Wild Willow #BAD76E

Tints of Wild Willow #BAD76E

Color information

#BAD76E (or 0xBAD76E) is unknown color: approx Wild Willow. HEX triplet: BA, D7 and 6E. RGB value is (186,215,110). Sum of RGB (Red+Green+Blue) = 186+215+110=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD76E is #452891. Grayscale: #C2C2C2. Windows color (decimal): -4532370 or 7264186. OLE color: 7264186.

HSL color Cylindrical-coordinate representation of color #BAD76E: hue angle of 76.57º degrees, saturation: 0.57, 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 #BAD76E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB186215110-
CMYK0.1300.490.16
HSL76.57º56.76%63.73%-
HSV(B)76.57º48.84%84.31%-
XYZ47.3660.1723.87-
YUV194.3680.39122.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 215 (84.38% from 255) = 42.07%
BLUE value IS 110 (43.36% from 255) = 21.53%
R=36.40%
G=42.07%
B=21.53%

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
Decimal1862151100.1300.490.1676.5756.7663.73
HexBAD76ED031104d3940
Octal272327156150612011571100
Binary10111010110101111101110110101100011000010011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD76E; }

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

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

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

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

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

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

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

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