#BAD16D

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

Shades of Wild Willow #BAD16D

Tints of Wild Willow #BAD16D

Color information

#BAD16D (or 0xBAD16D) is unknown color: approx Wild Willow. HEX triplet: BA, D1 and 6D. RGB value is (186,209,109). Sum of RGB (Red+Green+Blue) = 186+209+109=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD16D is #452E92. Grayscale: #BFBFBF. Windows color (decimal): -4533907 or 7197114. OLE color: 7197114.

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

Color convert

RGB186209109-
CMYK0.1100.480.18
HSL73.8º52.08%62.35%-
HSV(B)73.8º47.85%81.96%-
XYZ45.8157.1423.08-
YUV190.7281.88124.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 109 (42.97% from 255) = 21.63%
R=36.90%
G=41.47%
B=21.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091090.1100.480.1873.852.0862.35
HexBAD16DB030124a343e
Octal27232115513060221126476
Binary1011101011010001110110110110110000100101001010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD16D; }

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

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

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

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

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

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

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

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