Shades of Wild Willow #BDD767
Tints of Wild Willow #BDD767
RGB
CMYK
RGB Variations
Color information
#BDD767 (or 0xBDD767) is known color: Wild Willow. HEX triplet: BD, D7 and 67. RGB value is (189,215,103). Sum of RGB (Red+Green+Blue) = 189+215+103=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD767 is #422898. Grayscale: #C2C2C2. Windows color (decimal): -4335769 or 6805437. OLE color: 6805437.
HSL color Cylindrical-coordinate representation of color #BDD767: hue angle of 73.93º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD767 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 103 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.16 |
| HSL | 73.93º | 0.58% | 0.62% | - |
| HSV(B) | 73.93º | 0.52% | 0.84% | - |
| XYZ | 47.73 | 60.4 | 21.97 | - |
| YUV | 194.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 103 | 0.12 | 0 | 0.52 | 0.16 | 73.93 | 0.58 | 0.62 |
| Hex | BD | D7 | 67 | C | 0 | 34 | 10 | 4A | 3A | 3E |
| Octal | 275 | 327 | 147 | 14 | 0 | 64 | 20 | 112 | 72 | 76 |
| Binary | 10111101 | 11010111 | 1100111 | 1100 | 0 | 110100 | 10000 | 1001010 | 111010 | 111110 |
Color Harmonies of #BDD767
Complementary color
Monochromatic Colors of #BDD767
Black with #BDD767
Text Example
Text Example
White with #BDD767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD767; }
p { color: rgb(189,215,103); }
H1.HeaderClassName
{
color: #BDD767;
}
.AnyTagClassName
{
color: #BDD767;
}
</style>
background-color css
<style>
a { background-color: #BDD767; }
a { background-color: rgb(189,215,103); }
div.DivClassName
{
background-color: #BDD767;
}
.BgClassName
{
background-color: #BDD767;
}
</style>
border-color css
<style>
span { border-color: #BDD767; }
span { border-color: rgb(189,215,103); }
td.TdClassName
{
border-color: #BDD767;
}
.TagClassName
{
border-color: #BDD767;
}
</style>