#BADB6D

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

Shades of Wild Willow #BADB6D

Tints of Wild Willow #BADB6D

Color information

#BADB6D (or 0xBADB6D) is unknown color: approx Wild Willow. HEX triplet: BA, DB and 6D. RGB value is (186,219,109). Sum of RGB (Red+Green+Blue) = 186+219+109=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB6D is #452492. Grayscale: #C5C5C5. Windows color (decimal): -4531347 or 7199674. OLE color: 7199674.

HSL color Cylindrical-coordinate representation of color #BADB6D: hue angle of 78º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BADB6D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB186219109-
CMYK0.1500.500.14
HSL78º60.44%64.31%-
HSV(B)78º50.23%85.88%-
XYZ48.3462.2123.93-
YUV196.5978.57120.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 109 (42.97% from 255) = 21.21%
R=36.19%
G=42.61%
B=21.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191090.1500.500.147860.4464.31
HexBADB6DF032E4e3c40
Octal272333155170621611674100
Binary1011101011011011110110111110110010111010011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADB6D; }

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

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

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

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

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

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

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

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