#BDCA6D

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

Shades of Wild Willow #BDCA6D

Tints of Wild Willow #BDCA6D

Color information

#BDCA6D (or 0xBDCA6D) is unknown color: approx Wild Willow. HEX triplet: BD, CA and 6D. RGB value is (189,202,109). Sum of RGB (Red+Green+Blue) = 189+202+109=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA6D is #423592. Grayscale: #BBBBBB. Windows color (decimal): -4339091 or 7195325. OLE color: 7195325.

HSL color Cylindrical-coordinate representation of color #BDCA6D: hue angle of 68.39º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDCA6D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB189202109-
CMYK0.0600.460.21
HSL68.39º46.73%60.98%-
HSV(B)68.39º46.04%79.22%-
XYZ44.8754.1622.56-
YUV187.5183.69129.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=37.8%
G=40.4%
B=21.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021090.0600.460.2168.3946.7360.98
HexBDCA6D602E15442f3d
Octal2753121556056251045775
Binary101111011100101011011011100101110101011000100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA6D; }

 p { color: rgb(189,202,109); }

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

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

 a { background-color: rgb(189,202,109); }

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

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

 span { border-color: rgb(189,202,109); }

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