Shades of Wild Willow #BDD063
Tints of Wild Willow #BDD063
RGB
CMYK
RGB Variations
Color information
#BDD063 (or 0xBDD063) is known color: Wild Willow. HEX triplet: BD, D0 and 63. RGB value is (189,208,99). Sum of RGB (Red+Green+Blue) = 189+208+99=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD063 is #422F9C. Grayscale: #BEBEBE. Windows color (decimal): -4337565 or 6541501. OLE color: 6541501.
HSL color Cylindrical-coordinate representation of color #BDD063: hue angle of 70.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD063 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 99 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.18 |
| HSL | 70.46º | 0.54% | 0.6% | - |
| HSV(B) | 70.46º | 0.52% | 0.82% | - |
| XYZ | 45.79 | 56.83 | 20.36 | - |
| YUV | 189.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 99 | 0.09 | 0 | 0.52 | 0.18 | 70.46 | 0.54 | 0.6 |
| Hex | BD | D0 | 63 | 9 | 0 | 34 | 12 | 46 | 36 | 3C |
| Octal | 275 | 320 | 143 | 11 | 0 | 64 | 22 | 106 | 66 | 74 |
| Binary | 10111101 | 11010000 | 1100011 | 1001 | 0 | 110100 | 10010 | 1000110 | 110110 | 111100 |
Color Harmonies of #BDD063
Complementary color
Monochromatic Colors of #BDD063
Black with #BDD063
Text Example
Text Example
White with #BDD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD063; }
p { color: rgb(189,208,99); }
H1.HeaderClassName
{
color: #BDD063;
}
.AnyTagClassName
{
color: #BDD063;
}
</style>
background-color css
<style>
a { background-color: #BDD063; }
a { background-color: rgb(189,208,99); }
div.DivClassName
{
background-color: #BDD063;
}
.BgClassName
{
background-color: #BDD063;
}
</style>
border-color css
<style>
span { border-color: #BDD063; }
span { border-color: rgb(189,208,99); }
td.TdClassName
{
border-color: #BDD063;
}
.TagClassName
{
border-color: #BDD063;
}
</style>