Shades of Wild Willow #BDD069
Tints of Wild Willow #BDD069
RGB
CMYK
RGB Variations
Color information
#BDD069 (or 0xBDD069) is known color: Wild Willow. HEX triplet: BD, D0 and 69. RGB value is (189,208,105). Sum of RGB (Red+Green+Blue) = 189+208+105=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD069 is #422F96. Grayscale: #BEBEBE. Windows color (decimal): -4337559 or 6934717. OLE color: 6934717.
HSL color Cylindrical-coordinate representation of color #BDD069: hue angle of 71.07º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD069 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 105 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.18 |
| HSL | 71.07º | 0.52% | 0.61% | - |
| HSV(B) | 71.07º | 0.5% | 0.82% | - |
| XYZ | 46.09 | 56.95 | 21.93 | - |
| YUV | 190.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 105 | 0.09 | 0 | 0.50 | 0.18 | 71.07 | 0.52 | 0.61 |
| Hex | BD | D0 | 69 | 9 | 0 | 32 | 12 | 47 | 34 | 3D |
| Octal | 275 | 320 | 151 | 11 | 0 | 62 | 22 | 107 | 64 | 75 |
| Binary | 10111101 | 11010000 | 1101001 | 1001 | 0 | 110010 | 10010 | 1000111 | 110100 | 111101 |
Color Harmonies of #BDD069
Complementary color
Monochromatic Colors of #BDD069
Black with #BDD069
Text Example
Text Example
White with #BDD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD069; }
p { color: rgb(189,208,105); }
H1.HeaderClassName
{
color: #BDD069;
}
.AnyTagClassName
{
color: #BDD069;
}
</style>
background-color css
<style>
a { background-color: #BDD069; }
a { background-color: rgb(189,208,105); }
div.DivClassName
{
background-color: #BDD069;
}
.BgClassName
{
background-color: #BDD069;
}
</style>
border-color css
<style>
span { border-color: #BDD069; }
span { border-color: rgb(189,208,105); }
td.TdClassName
{
border-color: #BDD069;
}
.TagClassName
{
border-color: #BDD069;
}
</style>