#BAD76A

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

Shades of Wild Willow #BAD76A

Tints of Wild Willow #BAD76A

Color information

#BAD76A (or 0xBAD76A) is unknown color: approx Wild Willow. HEX triplet: BA, D7 and 6A. RGB value is (186,215,106). Sum of RGB (Red+Green+Blue) = 186+215+106=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD76A is #452895. Grayscale: #C2C2C2. Windows color (decimal): -4532374 or 7002042. OLE color: 7002042.

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

Color convert

RGB186215106-
CMYK0.1300.510.16
HSL75.96º57.67%62.94%-
HSV(B)75.96º50.7%84.31%-
XYZ47.1560.0822.75-
YUV193.978.39122.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=36.69%
G=42.41%
B=20.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862151060.1300.510.1675.9657.6762.94
HexBAD76AD033104c3a3f
Octal27232715215063201147277
Binary1011101011010111110101011010110011100001001100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD76A; }

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

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

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

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

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

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

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

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