Shades of Wild Willow #BDCD65
Tints of Wild Willow #BDCD65
RGB
CMYK
RGB Variations
Color information
#BDCD65 (or 0xBDCD65) is known color: Wild Willow. HEX triplet: BD, CD and 65. RGB value is (189,205,101). Sum of RGB (Red+Green+Blue) = 189+205+101=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD65 is #42329A. Grayscale: #BCBCBC. Windows color (decimal): -4338331 or 6671805. OLE color: 6671805.
HSL color Cylindrical-coordinate representation of color #BDCD65: hue angle of 69.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDCD65 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 101 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.20 |
| HSL | 69.23º | 0.51% | 0.6% | - |
| HSV(B) | 69.23º | 0.51% | 0.8% | - |
| XYZ | 45.17 | 55.42 | 20.63 | - |
| YUV | 188.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 101 | 0.08 | 0 | 0.51 | 0.20 | 69.23 | 0.51 | 0.6 |
| Hex | BD | CD | 65 | 8 | 0 | 33 | 14 | 45 | 33 | 3C |
| Octal | 275 | 315 | 145 | 10 | 0 | 63 | 24 | 105 | 63 | 74 |
| Binary | 10111101 | 11001101 | 1100101 | 1000 | 0 | 110011 | 10100 | 1000101 | 110011 | 111100 |
Color Harmonies of #BDCD65
Complementary color
Monochromatic Colors of #BDCD65
Black with #BDCD65
Text Example
Text Example
White with #BDCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD65; }
p { color: rgb(189,205,101); }
H1.HeaderClassName
{
color: #BDCD65;
}
.AnyTagClassName
{
color: #BDCD65;
}
</style>
background-color css
<style>
a { background-color: #BDCD65; }
a { background-color: rgb(189,205,101); }
div.DivClassName
{
background-color: #BDCD65;
}
.BgClassName
{
background-color: #BDCD65;
}
</style>
border-color css
<style>
span { border-color: #BDCD65; }
span { border-color: rgb(189,205,101); }
td.TdClassName
{
border-color: #BDCD65;
}
.TagClassName
{
border-color: #BDCD65;
}
</style>