#BDBF60

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

Shades of Wild Willow #BDBF60

Tints of Wild Willow #BDBF60

Color information

#BDBF60 (or 0xBDBF60) is unknown color: approx Wild Willow. HEX triplet: BD, BF and 60. RGB value is (189,191,96). Sum of RGB (Red+Green+Blue) = 189+191+96=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF60 is #42409F. Grayscale: #B3B3B3. Windows color (decimal): -4341920 or 6340541. OLE color: 6340541.

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

Color convert

RGB18919196-
CMYK0.0100.500.25
HSL61.26º42.6%56.27%-
HSV(B)61.26º49.74%74.9%-
XYZ41.7348.9218.31-
YUV179.5780.84134.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=39.71%
G=40.13%
B=20.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191960.0100.500.2561.2642.656.27
HexBDBF601032193d2b38
Octal275277140106231755370
Binary101111011011111111000001011001011001111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF60; }

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

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

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

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

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

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

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

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