Shades of Wild Willow #BDC465
Tints of Wild Willow #BDC465
RGB
CMYK
RGB Variations
Color information
#BDC465 (or 0xBDC465) is known color: Wild Willow. HEX triplet: BD, C4 and 65. RGB value is (189,196,101). Sum of RGB (Red+Green+Blue) = 189+196+101=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC465 is #423B9A. Grayscale: #B7B7B7. Windows color (decimal): -4340635 or 6669501. OLE color: 6669501.
HSL color Cylindrical-coordinate representation of color #BDC465: hue angle of 64.42º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC465 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 101 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.23 |
| HSL | 64.42º | 0.45% | 0.58% | - |
| HSV(B) | 64.42º | 0.48% | 0.77% | - |
| XYZ | 43.08 | 51.24 | 19.93 | - |
| YUV | 183.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 101 | 0.04 | 0 | 0.48 | 0.23 | 64.42 | 0.45 | 0.58 |
| Hex | BD | C4 | 65 | 4 | 0 | 30 | 17 | 40 | 2D | 3A |
| Octal | 275 | 304 | 145 | 4 | 0 | 60 | 27 | 100 | 55 | 72 |
| Binary | 10111101 | 11000100 | 1100101 | 100 | 0 | 110000 | 10111 | 1000000 | 101101 | 111010 |
Color Harmonies of #BDC465
Complementary color
Monochromatic Colors of #BDC465
Black with #BDC465
Text Example
Text Example
White with #BDC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC465; }
p { color: rgb(189,196,101); }
H1.HeaderClassName
{
color: #BDC465;
}
.AnyTagClassName
{
color: #BDC465;
}
</style>
background-color css
<style>
a { background-color: #BDC465; }
a { background-color: rgb(189,196,101); }
div.DivClassName
{
background-color: #BDC465;
}
.BgClassName
{
background-color: #BDC465;
}
</style>
border-color css
<style>
span { border-color: #BDC465; }
span { border-color: rgb(189,196,101); }
td.TdClassName
{
border-color: #BDC465;
}
.TagClassName
{
border-color: #BDC465;
}
</style>