Shades of Wild Willow #BDC668
Tints of Wild Willow #BDC668
RGB
CMYK
RGB Variations
Color information
#BDC668 (or 0xBDC668) is known color: Wild Willow. HEX triplet: BD, C6 and 68. RGB value is (189,198,104). Sum of RGB (Red+Green+Blue) = 189+198+104=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC668 is #423997. Grayscale: #B8B8B8. Windows color (decimal): -4340120 or 6866621. OLE color: 6866621.
HSL color Cylindrical-coordinate representation of color #BDC668: hue angle of 65.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC668 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 104 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.22 |
| HSL | 65.74º | 0.45% | 0.59% | - |
| HSV(B) | 65.74º | 0.47% | 0.78% | - |
| XYZ | 43.68 | 52.21 | 20.87 | - |
| YUV | 184.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 104 | 0.05 | 0 | 0.47 | 0.22 | 65.74 | 0.45 | 0.59 |
| Hex | BD | C6 | 68 | 5 | 0 | 2F | 16 | 42 | 2D | 3B |
| Octal | 275 | 306 | 150 | 5 | 0 | 57 | 26 | 102 | 55 | 73 |
| Binary | 10111101 | 11000110 | 1101000 | 101 | 0 | 101111 | 10110 | 1000010 | 101101 | 111011 |
Color Harmonies of #BDC668
Complementary color
Monochromatic Colors of #BDC668
Black with #BDC668
Text Example
Text Example
White with #BDC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC668; }
p { color: rgb(189,198,104); }
H1.HeaderClassName
{
color: #BDC668;
}
.AnyTagClassName
{
color: #BDC668;
}
</style>
background-color css
<style>
a { background-color: #BDC668; }
a { background-color: rgb(189,198,104); }
div.DivClassName
{
background-color: #BDC668;
}
.BgClassName
{
background-color: #BDC668;
}
</style>
border-color css
<style>
span { border-color: #BDC668; }
span { border-color: rgb(189,198,104); }
td.TdClassName
{
border-color: #BDC668;
}
.TagClassName
{
border-color: #BDC668;
}
</style>