#BDBF62

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

Shades of Wild Willow #BDBF62

Tints of Wild Willow #BDBF62

Color information

#BDBF62 (or 0xBDBF62) is unknown color: approx Wild Willow. HEX triplet: BD, BF and 62. RGB value is (189,191,98). Sum of RGB (Red+Green+Blue) = 189+191+98=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF62 is #42409D. Grayscale: #B4B4B4. Windows color (decimal): -4341918 or 6471613. OLE color: 6471613.

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

Color convert

RGB18919198-
CMYK0.0100.490.25
HSL61.29º42.08%56.67%-
HSV(B)61.29º48.69%74.9%-
XYZ41.8248.9618.8-
YUV179.881.84134.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=39.54%
G=39.96%
B=20.50%

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
Decimal189191980.0100.490.2561.2942.0856.67
HexBDBF621031193d2a39
Octal275277142106131755271
Binary101111011011111111000101011000111001111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF62; }

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

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

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

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

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

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

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

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