Shades of Wild Willow #BDCD63
Tints of Wild Willow #BDCD63
RGB
CMYK
RGB Variations
Color information
#BDCD63 (or 0xBDCD63) is known color: Wild Willow. HEX triplet: BD, CD and 63. RGB value is (189,205,99). Sum of RGB (Red+Green+Blue) = 189+205+99=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD63 is #42329C. Grayscale: #BCBCBC. Windows color (decimal): -4338333 or 6540733. OLE color: 6540733.
HSL color Cylindrical-coordinate representation of color #BDCD63: hue angle of 69.06º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDCD63 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 99 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.20 |
| HSL | 69.06º | 0.51% | 0.6% | - |
| HSV(B) | 69.06º | 0.52% | 0.8% | - |
| XYZ | 45.07 | 55.38 | 20.12 | - |
| YUV | 188.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 99 | 0.08 | 0 | 0.52 | 0.20 | 69.06 | 0.51 | 0.6 |
| Hex | BD | CD | 63 | 8 | 0 | 34 | 14 | 45 | 33 | 3C |
| Octal | 275 | 315 | 143 | 10 | 0 | 64 | 24 | 105 | 63 | 74 |
| Binary | 10111101 | 11001101 | 1100011 | 1000 | 0 | 110100 | 10100 | 1000101 | 110011 | 111100 |
Color Harmonies of #BDCD63
Complementary color
Monochromatic Colors of #BDCD63
Black with #BDCD63
Text Example
Text Example
White with #BDCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD63; }
p { color: rgb(189,205,99); }
H1.HeaderClassName
{
color: #BDCD63;
}
.AnyTagClassName
{
color: #BDCD63;
}
</style>
background-color css
<style>
a { background-color: #BDCD63; }
a { background-color: rgb(189,205,99); }
div.DivClassName
{
background-color: #BDCD63;
}
.BgClassName
{
background-color: #BDCD63;
}
</style>
border-color css
<style>
span { border-color: #BDCD63; }
span { border-color: rgb(189,205,99); }
td.TdClassName
{
border-color: #BDCD63;
}
.TagClassName
{
border-color: #BDCD63;
}
</style>