Shades of Wild Willow #BDC05F
Tints of Wild Willow #BDC05F
RGB
CMYK
RGB Variations
Color information
#BDC05F (or 0xBDC05F) is known color: Wild Willow. HEX triplet: BD, C0 and 5F. RGB value is (189,192,95). Sum of RGB (Red+Green+Blue) = 189+192+95=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05F is #423FA0. Grayscale: #B4B4B4. Windows color (decimal): -4341665 or 6275261. OLE color: 6275261.
HSL color Cylindrical-coordinate representation of color #BDC05F: hue angle of 61.86º 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 #BDC05F is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 95 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.25 |
| HSL | 61.86º | 0.43% | 0.56% | - |
| HSV(B) | 61.86º | 0.51% | 0.75% | - |
| XYZ | 41.9 | 49.34 | 18.14 | - |
| YUV | 180.05 | 80.01 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 95 | 0.02 | 0 | 0.51 | 0.25 | 61.86 | 0.43 | 0.56 |
| Hex | BD | C0 | 5F | 2 | 0 | 33 | 19 | 3E | 2B | 38 |
| Octal | 275 | 300 | 137 | 2 | 0 | 63 | 31 | 76 | 53 | 70 |
| Binary | 10111101 | 11000000 | 1011111 | 10 | 0 | 110011 | 11001 | 111110 | 101011 | 111000 |
Color Harmonies of #BDC05F
Complementary color
Monochromatic Colors of #BDC05F
Black with #BDC05F
Text Example
Text Example
White with #BDC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC05F; }
p { color: rgb(189,192,95); }
H1.HeaderClassName
{
color: #BDC05F;
}
.AnyTagClassName
{
color: #BDC05F;
}
</style>
background-color css
<style>
a { background-color: #BDC05F; }
a { background-color: rgb(189,192,95); }
div.DivClassName
{
background-color: #BDC05F;
}
.BgClassName
{
background-color: #BDC05F;
}
</style>
border-color css
<style>
span { border-color: #BDC05F; }
span { border-color: rgb(189,192,95); }
td.TdClassName
{
border-color: #BDC05F;
}
.TagClassName
{
border-color: #BDC05F;
}
</style>