#BAD46A

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

Shades of Wild Willow #BAD46A

Tints of Wild Willow #BAD46A

Color information

#BAD46A (or 0xBAD46A) is unknown color: approx Wild Willow. HEX triplet: BA, D4 and 6A. RGB value is (186,212,106). Sum of RGB (Red+Green+Blue) = 186+212+106=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD46A is #452B95. Grayscale: #C0C0C0. Windows color (decimal): -4533142 or 7001274. OLE color: 7001274.

HSL color Cylindrical-coordinate representation of color #BAD46A: hue angle of 74.72º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAD46A is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB186212106-
CMYK0.1200.50.17
HSL74.72º55.21%62.35%-
HSV(B)74.72º50%83.14%-
XYZ46.3958.5722.49-
YUV192.1479.39123.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 106 (41.80% from 255) = 21.03%
R=36.90%
G=42.06%
B=21.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121060.1200.50.1774.7255.2162.35
HexBAD46AC032114b373e
Octal27232415214062211136776
Binary1011101011010100110101011000110010100011001011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD46A; }

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

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

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

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

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

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

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

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