Shades of Wild Willow #BDC766
Tints of Wild Willow #BDC766
RGB
CMYK
RGB Variations
Color information
#BDC766 (or 0xBDC766) is known color: Wild Willow. HEX triplet: BD, C7 and 66. RGB value is (189,199,102). Sum of RGB (Red+Green+Blue) = 189+199+102=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC766 is #423899. Grayscale: #B9B9B9. Windows color (decimal): -4339866 or 6735805. OLE color: 6735805.
HSL color Cylindrical-coordinate representation of color #BDC766: hue angle of 66.19º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC766 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 102 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.22 |
| HSL | 66.19º | 0.46% | 0.59% | - |
| HSV(B) | 66.19º | 0.49% | 0.78% | - |
| XYZ | 43.81 | 52.62 | 20.42 | - |
| YUV | 184.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 102 | 0.05 | 0 | 0.49 | 0.22 | 66.19 | 0.46 | 0.59 |
| Hex | BD | C7 | 66 | 5 | 0 | 31 | 16 | 42 | 2E | 3B |
| Octal | 275 | 307 | 146 | 5 | 0 | 61 | 26 | 102 | 56 | 73 |
| Binary | 10111101 | 11000111 | 1100110 | 101 | 0 | 110001 | 10110 | 1000010 | 101110 | 111011 |
Color Harmonies of #BDC766
Complementary color
Monochromatic Colors of #BDC766
Black with #BDC766
Text Example
Text Example
White with #BDC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC766; }
p { color: rgb(189,199,102); }
H1.HeaderClassName
{
color: #BDC766;
}
.AnyTagClassName
{
color: #BDC766;
}
</style>
background-color css
<style>
a { background-color: #BDC766; }
a { background-color: rgb(189,199,102); }
div.DivClassName
{
background-color: #BDC766;
}
.BgClassName
{
background-color: #BDC766;
}
</style>
border-color css
<style>
span { border-color: #BDC766; }
span { border-color: rgb(189,199,102); }
td.TdClassName
{
border-color: #BDC766;
}
.TagClassName
{
border-color: #BDC766;
}
</style>