#BAD16F

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

Shades of Wild Willow #BAD16F

Tints of Wild Willow #BAD16F

Color information

#BAD16F (or 0xBAD16F) is unknown color: approx Wild Willow. HEX triplet: BA, D1 and 6F. RGB value is (186,209,111). Sum of RGB (Red+Green+Blue) = 186+209+111=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD16F is #452E90. Grayscale: #BFBFBF. Windows color (decimal): -4533905 or 7328186. OLE color: 7328186.

HSL color Cylindrical-coordinate representation of color #BAD16F: hue angle of 74.08º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAD16F is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB186209111-
CMYK0.1100.470.18
HSL74.08º51.58%62.75%-
HSV(B)74.08º46.89%81.96%-
XYZ45.9257.1923.66-
YUV190.9582.88124.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=36.76%
G=41.30%
B=21.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091110.1100.470.1874.0851.5862.75
HexBAD16FB02F124a343f
Octal27232115713057221126477
Binary1011101011010001110111110110101111100101001010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD16F; }

 p { color: rgb(186,209,111); }

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

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

 a { background-color: rgb(186,209,111); }

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

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

 span { border-color: rgb(186,209,111); }

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