Shades of Wild Willow #BDD766
Tints of Wild Willow #BDD766
RGB
CMYK
RGB Variations
Color information
#BDD766 (or 0xBDD766) is known color: Wild Willow. HEX triplet: BD, D7 and 66. RGB value is (189,215,102). Sum of RGB (Red+Green+Blue) = 189+215+102=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD766 is #422899. Grayscale: #C2C2C2. Windows color (decimal): -4335770 or 6739901. OLE color: 6739901.
HSL color Cylindrical-coordinate representation of color #BDD766: hue angle of 73.81º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDD766 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 102 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.16 |
| HSL | 73.81º | 0.59% | 0.62% | - |
| HSV(B) | 73.81º | 0.53% | 0.84% | - |
| XYZ | 47.68 | 60.38 | 21.71 | - |
| YUV | 194.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 102 | 0.12 | 0 | 0.53 | 0.16 | 73.81 | 0.59 | 0.62 |
| Hex | BD | D7 | 66 | C | 0 | 35 | 10 | 4A | 3B | 3E |
| Octal | 275 | 327 | 146 | 14 | 0 | 65 | 20 | 112 | 73 | 76 |
| Binary | 10111101 | 11010111 | 1100110 | 1100 | 0 | 110101 | 10000 | 1001010 | 111011 | 111110 |
Color Harmonies of #BDD766
Complementary color
Monochromatic Colors of #BDD766
Black with #BDD766
Text Example
Text Example
White with #BDD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD766; }
p { color: rgb(189,215,102); }
H1.HeaderClassName
{
color: #BDD766;
}
.AnyTagClassName
{
color: #BDD766;
}
</style>
background-color css
<style>
a { background-color: #BDD766; }
a { background-color: rgb(189,215,102); }
div.DivClassName
{
background-color: #BDD766;
}
.BgClassName
{
background-color: #BDD766;
}
</style>
border-color css
<style>
span { border-color: #BDD766; }
span { border-color: rgb(189,215,102); }
td.TdClassName
{
border-color: #BDD766;
}
.TagClassName
{
border-color: #BDD766;
}
</style>