Shades of Wild Willow #BDD066
Tints of Wild Willow #BDD066
RGB
CMYK
RGB Variations
Color information
#BDD066 (or 0xBDD066) is known color: Wild Willow. HEX triplet: BD, D0 and 66. RGB value is (189,208,102). Sum of RGB (Red+Green+Blue) = 189+208+102=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD066 is #422F99. Grayscale: #BEBEBE. Windows color (decimal): -4337562 or 6738109. OLE color: 6738109.
HSL color Cylindrical-coordinate representation of color #BDD066: hue angle of 70.75º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD066 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 102 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.18 |
| HSL | 70.75º | 0.53% | 0.61% | - |
| HSV(B) | 70.75º | 0.51% | 0.82% | - |
| XYZ | 45.94 | 56.89 | 21.13 | - |
| YUV | 190.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 102 | 0.09 | 0 | 0.51 | 0.18 | 70.75 | 0.53 | 0.61 |
| Hex | BD | D0 | 66 | 9 | 0 | 33 | 12 | 47 | 35 | 3D |
| Octal | 275 | 320 | 146 | 11 | 0 | 63 | 22 | 107 | 65 | 75 |
| Binary | 10111101 | 11010000 | 1100110 | 1001 | 0 | 110011 | 10010 | 1000111 | 110101 | 111101 |
Color Harmonies of #BDD066
Complementary color
Monochromatic Colors of #BDD066
Black with #BDD066
Text Example
Text Example
White with #BDD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD066; }
p { color: rgb(189,208,102); }
H1.HeaderClassName
{
color: #BDD066;
}
.AnyTagClassName
{
color: #BDD066;
}
</style>
background-color css
<style>
a { background-color: #BDD066; }
a { background-color: rgb(189,208,102); }
div.DivClassName
{
background-color: #BDD066;
}
.BgClassName
{
background-color: #BDD066;
}
</style>
border-color css
<style>
span { border-color: #BDD066; }
span { border-color: rgb(189,208,102); }
td.TdClassName
{
border-color: #BDD066;
}
.TagClassName
{
border-color: #BDD066;
}
</style>