#BDBF5D

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

Shades of Wild Willow #BDBF5D

Tints of Wild Willow #BDBF5D

Color information

#BDBF5D (or 0xBDBF5D) is unknown color: approx Wild Willow. HEX triplet: BD, BF and 5D. RGB value is (189,191,93). Sum of RGB (Red+Green+Blue) = 189+191+93=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF5D is #4240A2. Grayscale: #B3B3B3. Windows color (decimal): -4341923 or 6143933. OLE color: 6143933.

HSL color Cylindrical-coordinate representation of color #BDBF5D: hue angle of 61.22º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDBF5D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB18919193-
CMYK0.0100.510.25
HSL61.22º43.36%55.69%-
HSV(B)61.22º51.31%74.9%-
XYZ41.5948.8717.6-
YUV179.2379.34134.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=39.96%
G=40.38%
B=19.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191930.0100.510.2561.2243.3655.69
HexBDBF5D1033193d2b38
Octal275277135106331755370
Binary101111011011111110111011011001111001111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF5D; }

 p { color: rgb(189,191,93); }

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

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

 a { background-color: rgb(189,191,93); }

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

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

 span { border-color: rgb(189,191,93); }

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