Shades of Wild Willow #BDC863
Tints of Wild Willow #BDC863
RGB
CMYK
RGB Variations
Color information
#BDC863 (or 0xBDC863) is known color: Wild Willow. HEX triplet: BD, C8 and 63. RGB value is (189,200,99). Sum of RGB (Red+Green+Blue) = 189+200+99=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC863 is #42379C. Grayscale: #B9B9B9. Windows color (decimal): -4339613 or 6539453. OLE color: 6539453.
HSL color Cylindrical-coordinate representation of color #BDC863: hue angle of 66.53º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC863 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 99 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.22 |
| HSL | 66.53º | 0.48% | 0.59% | - |
| HSV(B) | 66.53º | 0.51% | 0.78% | - |
| XYZ | 43.89 | 53.03 | 19.73 | - |
| YUV | 185.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 99 | 0.06 | 0 | 0.50 | 0.22 | 66.53 | 0.48 | 0.59 |
| Hex | BD | C8 | 63 | 6 | 0 | 32 | 16 | 43 | 30 | 3B |
| Octal | 275 | 310 | 143 | 6 | 0 | 62 | 26 | 103 | 60 | 73 |
| Binary | 10111101 | 11001000 | 1100011 | 110 | 0 | 110010 | 10110 | 1000011 | 110000 | 111011 |
Color Harmonies of #BDC863
Complementary color
Monochromatic Colors of #BDC863
Black with #BDC863
Text Example
Text Example
White with #BDC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC863; }
p { color: rgb(189,200,99); }
H1.HeaderClassName
{
color: #BDC863;
}
.AnyTagClassName
{
color: #BDC863;
}
</style>
background-color css
<style>
a { background-color: #BDC863; }
a { background-color: rgb(189,200,99); }
div.DivClassName
{
background-color: #BDC863;
}
.BgClassName
{
background-color: #BDC863;
}
</style>
border-color css
<style>
span { border-color: #BDC863; }
span { border-color: rgb(189,200,99); }
td.TdClassName
{
border-color: #BDC863;
}
.TagClassName
{
border-color: #BDC863;
}
</style>