#BAD96A

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

Shades of Wild Willow #BAD96A

Tints of Wild Willow #BAD96A

Color information

#BAD96A (or 0xBAD96A) is unknown color: approx Wild Willow. HEX triplet: BA, D9 and 6A. RGB value is (186,217,106). Sum of RGB (Red+Green+Blue) = 186+217+106=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD96A is #452695. Grayscale: #C3C3C3. Windows color (decimal): -4531862 or 7002554. OLE color: 7002554.

HSL color Cylindrical-coordinate representation of color #BAD96A: hue angle of 76.76º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAD96A is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB186217106-
CMYK0.1400.510.15
HSL76.76º59.36%63.33%-
HSV(B)76.76º51.15%85.1%-
XYZ47.6661.1122.92-
YUV195.0877.73121.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 106 (41.80% from 255) = 20.83%
R=36.54%
G=42.63%
B=20.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171060.1400.510.1576.7659.3663.33
HexBAD96AE033F4d3b3f
Octal27233115216063171157377
Binary101110101101100111010101110011001111111001101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD96A; }

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

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

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

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

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

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

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

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