Shades of Wild Willow #BDC759
Tints of Wild Willow #BDC759
RGB
CMYK
RGB Variations
Color information
#BDC759 (or 0xBDC759) is known color: Wild Willow. HEX triplet: BD, C7 and 59. RGB value is (189,199,89). Sum of RGB (Red+Green+Blue) = 189+199+89=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC759 is #4238A6. Grayscale: #B7B7B7. Windows color (decimal): -4339879 or 5883837. OLE color: 5883837.
HSL color Cylindrical-coordinate representation of color #BDC759: hue angle of 65.45º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC759 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 89 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.22 |
| HSL | 65.45º | 0.5% | 0.56% | - |
| HSV(B) | 65.45º | 0.55% | 0.78% | - |
| XYZ | 43.21 | 52.39 | 17.29 | - |
| YUV | 183.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 89 | 0.05 | 0 | 0.55 | 0.22 | 65.45 | 0.5 | 0.56 |
| Hex | BD | C7 | 59 | 5 | 0 | 37 | 16 | 41 | 32 | 38 |
| Octal | 275 | 307 | 131 | 5 | 0 | 67 | 26 | 101 | 62 | 70 |
| Binary | 10111101 | 11000111 | 1011001 | 101 | 0 | 110111 | 10110 | 1000001 | 110010 | 111000 |
Color Harmonies of #BDC759
Complementary color
Monochromatic Colors of #BDC759
Black with #BDC759
Text Example
Text Example
White with #BDC759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC759; }
p { color: rgb(189,199,89); }
H1.HeaderClassName
{
color: #BDC759;
}
.AnyTagClassName
{
color: #BDC759;
}
</style>
background-color css
<style>
a { background-color: #BDC759; }
a { background-color: rgb(189,199,89); }
div.DivClassName
{
background-color: #BDC759;
}
.BgClassName
{
background-color: #BDC759;
}
</style>
border-color css
<style>
span { border-color: #BDC759; }
span { border-color: rgb(189,199,89); }
td.TdClassName
{
border-color: #BDC759;
}
.TagClassName
{
border-color: #BDC759;
}
</style>