Shades of Wild Willow #BDCD68
Tints of Wild Willow #BDCD68
RGB
CMYK
RGB Variations
Color information
#BDCD68 (or 0xBDCD68) is known color: Wild Willow. HEX triplet: BD, CD and 68. RGB value is (189,205,104). Sum of RGB (Red+Green+Blue) = 189+205+104=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD68 is #423297. Grayscale: #BDBDBD. Windows color (decimal): -4338328 or 6868413. OLE color: 6868413.
HSL color Cylindrical-coordinate representation of color #BDCD68: hue angle of 69.5º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDCD68 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 104 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.20 |
| HSL | 69.5º | 0.5% | 0.61% | - |
| HSV(B) | 69.5º | 0.49% | 0.8% | - |
| XYZ | 45.32 | 55.48 | 21.42 | - |
| YUV | 188.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 104 | 0.08 | 0 | 0.49 | 0.20 | 69.5 | 0.5 | 0.61 |
| Hex | BD | CD | 68 | 8 | 0 | 31 | 14 | 46 | 32 | 3D |
| Octal | 275 | 315 | 150 | 10 | 0 | 61 | 24 | 106 | 62 | 75 |
| Binary | 10111101 | 11001101 | 1101000 | 1000 | 0 | 110001 | 10100 | 1000110 | 110010 | 111101 |
Color Harmonies of #BDCD68
Complementary color
Monochromatic Colors of #BDCD68
Black with #BDCD68
Text Example
Text Example
White with #BDCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD68; }
p { color: rgb(189,205,104); }
H1.HeaderClassName
{
color: #BDCD68;
}
.AnyTagClassName
{
color: #BDCD68;
}
</style>
background-color css
<style>
a { background-color: #BDCD68; }
a { background-color: rgb(189,205,104); }
div.DivClassName
{
background-color: #BDCD68;
}
.BgClassName
{
background-color: #BDCD68;
}
</style>
border-color css
<style>
span { border-color: #BDCD68; }
span { border-color: rgb(189,205,104); }
td.TdClassName
{
border-color: #BDCD68;
}
.TagClassName
{
border-color: #BDCD68;
}
</style>