#BDBF61

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

Shades of Wild Willow #BDBF61

Tints of Wild Willow #BDBF61

Color information

#BDBF61 (or 0xBDBF61) is unknown color: approx Wild Willow. HEX triplet: BD, BF and 61. RGB value is (189,191,97). Sum of RGB (Red+Green+Blue) = 189+191+97=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF61 is #42409E. Grayscale: #B4B4B4. Windows color (decimal): -4341919 or 6406077. OLE color: 6406077.

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

Color convert

RGB18919197-
CMYK0.0100.490.25
HSL61.28º42.34%56.47%-
HSV(B)61.28º49.21%74.9%-
XYZ41.7748.9418.55-
YUV179.6981.34134.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=39.62%
G=40.04%
B=20.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191970.0100.490.2561.2842.3456.47
HexBDBF611031193d2a38
Octal275277141106131755270
Binary101111011011111111000011011000111001111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF61; }

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

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

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

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

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

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

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

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