Shades of Wild Willow #BDBF5F
Tints of Wild Willow #BDBF5F
RGB
CMYK
RGB Variations
Color information
#BDBF5F (or 0xBDBF5F) is known color: Wild Willow. HEX triplet: BD, BF and 5F. RGB value is (189,191,95). Sum of RGB (Red+Green+Blue) = 189+191+95=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF5F is #4240A0. Grayscale: #B3B3B3. Windows color (decimal): -4341921 or 6275005. OLE color: 6275005.
HSL color Cylindrical-coordinate representation of color #BDBF5F: hue angle of 61.25º 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 #BDBF5F is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 95 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.25 |
| HSL | 61.25º | 0.43% | 0.56% | - |
| HSV(B) | 61.25º | 0.5% | 0.75% | - |
| XYZ | 41.68 | 48.91 | 18.07 | - |
| YUV | 179.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 95 | 0.01 | 0 | 0.50 | 0.25 | 61.25 | 0.43 | 0.56 |
| Hex | BD | BF | 5F | 1 | 0 | 32 | 19 | 3D | 2B | 38 |
| Octal | 275 | 277 | 137 | 1 | 0 | 62 | 31 | 75 | 53 | 70 |
| Binary | 10111101 | 10111111 | 1011111 | 1 | 0 | 110010 | 11001 | 111101 | 101011 | 111000 |
Color Harmonies of #BDBF5F
Complementary color
Monochromatic Colors of #BDBF5F
Black with #BDBF5F
Text Example
Text Example
White with #BDBF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF5F; }
p { color: rgb(189,191,95); }
H1.HeaderClassName
{
color: #BDBF5F;
}
.AnyTagClassName
{
color: #BDBF5F;
}
</style>
background-color css
<style>
a { background-color: #BDBF5F; }
a { background-color: rgb(189,191,95); }
div.DivClassName
{
background-color: #BDBF5F;
}
.BgClassName
{
background-color: #BDBF5F;
}
</style>
border-color css
<style>
span { border-color: #BDBF5F; }
span { border-color: rgb(189,191,95); }
td.TdClassName
{
border-color: #BDBF5F;
}
.TagClassName
{
border-color: #BDBF5F;
}
</style>