Shades of Wild Willow #BDC861
Tints of Wild Willow #BDC861
RGB
CMYK
RGB Variations
Color information
#BDC861 (or 0xBDC861) is known color: Wild Willow. HEX triplet: BD, C8 and 61. RGB value is (189,200,97). Sum of RGB (Red+Green+Blue) = 189+200+97=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC861 is #42379E. Grayscale: #B9B9B9. Windows color (decimal): -4339615 or 6408381. OLE color: 6408381.
HSL color Cylindrical-coordinate representation of color #BDC861: hue angle of 66.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC861 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 97 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.22 |
| HSL | 66.41º | 0.48% | 0.58% | - |
| HSV(B) | 66.41º | 0.52% | 0.78% | - |
| XYZ | 43.8 | 52.99 | 19.23 | - |
| YUV | 184.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 97 | 0.06 | 0 | 0.52 | 0.22 | 66.41 | 0.48 | 0.58 |
| Hex | BD | C8 | 61 | 6 | 0 | 34 | 16 | 42 | 30 | 3A |
| Octal | 275 | 310 | 141 | 6 | 0 | 64 | 26 | 102 | 60 | 72 |
| Binary | 10111101 | 11001000 | 1100001 | 110 | 0 | 110100 | 10110 | 1000010 | 110000 | 111010 |
Color Harmonies of #BDC861
Complementary color
Monochromatic Colors of #BDC861
Black with #BDC861
Text Example
Text Example
White with #BDC861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC861; }
p { color: rgb(189,200,97); }
H1.HeaderClassName
{
color: #BDC861;
}
.AnyTagClassName
{
color: #BDC861;
}
</style>
background-color css
<style>
a { background-color: #BDC861; }
a { background-color: rgb(189,200,97); }
div.DivClassName
{
background-color: #BDC861;
}
.BgClassName
{
background-color: #BDC861;
}
</style>
border-color css
<style>
span { border-color: #BDC861; }
span { border-color: rgb(189,200,97); }
td.TdClassName
{
border-color: #BDC861;
}
.TagClassName
{
border-color: #BDC861;
}
</style>