Shades of Wild Willow #BDD463
Tints of Wild Willow #BDD463
RGB
CMYK
RGB Variations
Color information
#BDD463 (or 0xBDD463) is known color: Wild Willow. HEX triplet: BD, D4 and 63. RGB value is (189,212,99). Sum of RGB (Red+Green+Blue) = 189+212+99=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD463 is #422B9C. Grayscale: #C0C0C0. Windows color (decimal): -4336541 or 6542525. OLE color: 6542525.
HSL color Cylindrical-coordinate representation of color #BDD463: hue angle of 72.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDD463 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 99 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.17 |
| HSL | 72.21º | 0.57% | 0.61% | - |
| HSV(B) | 72.21º | 0.53% | 0.83% | - |
| XYZ | 46.78 | 58.81 | 20.69 | - |
| YUV | 192.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 99 | 0.11 | 0 | 0.53 | 0.17 | 72.21 | 0.57 | 0.61 |
| Hex | BD | D4 | 63 | B | 0 | 35 | 11 | 48 | 39 | 3D |
| Octal | 275 | 324 | 143 | 13 | 0 | 65 | 21 | 110 | 71 | 75 |
| Binary | 10111101 | 11010100 | 1100011 | 1011 | 0 | 110101 | 10001 | 1001000 | 111001 | 111101 |
Color Harmonies of #BDD463
Complementary color
Monochromatic Colors of #BDD463
Black with #BDD463
Text Example
Text Example
White with #BDD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD463; }
p { color: rgb(189,212,99); }
H1.HeaderClassName
{
color: #BDD463;
}
.AnyTagClassName
{
color: #BDD463;
}
</style>
background-color css
<style>
a { background-color: #BDD463; }
a { background-color: rgb(189,212,99); }
div.DivClassName
{
background-color: #BDD463;
}
.BgClassName
{
background-color: #BDD463;
}
</style>
border-color css
<style>
span { border-color: #BDD463; }
span { border-color: rgb(189,212,99); }
td.TdClassName
{
border-color: #BDD463;
}
.TagClassName
{
border-color: #BDD463;
}
</style>