Shades of Wild Willow #BDD760
Tints of Wild Willow #BDD760
RGB
CMYK
RGB Variations
Color information
#BDD760 (or 0xBDD760) is known color: Wild Willow. HEX triplet: BD, D7 and 60. RGB value is (189,215,96). Sum of RGB (Red+Green+Blue) = 189+215+96=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD760 is #42289F. Grayscale: #C2C2C2. Windows color (decimal): -4335776 or 6346685. OLE color: 6346685.
HSL color Cylindrical-coordinate representation of color #BDD760: hue angle of 73.11º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDD760 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 96 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.16 |
| HSL | 73.11º | 0.6% | 0.61% | - |
| HSV(B) | 73.11º | 0.55% | 0.84% | - |
| XYZ | 47.4 | 60.26 | 20.2 | - |
| YUV | 193.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 96 | 0.12 | 0 | 0.55 | 0.16 | 73.11 | 0.6 | 0.61 |
| Hex | BD | D7 | 60 | C | 0 | 37 | 10 | 49 | 3C | 3D |
| Octal | 275 | 327 | 140 | 14 | 0 | 67 | 20 | 111 | 74 | 75 |
| Binary | 10111101 | 11010111 | 1100000 | 1100 | 0 | 110111 | 10000 | 1001001 | 111100 | 111101 |
Color Harmonies of #BDD760
Complementary color
Monochromatic Colors of #BDD760
Black with #BDD760
Text Example
Text Example
White with #BDD760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD760; }
p { color: rgb(189,215,96); }
H1.HeaderClassName
{
color: #BDD760;
}
.AnyTagClassName
{
color: #BDD760;
}
</style>
background-color css
<style>
a { background-color: #BDD760; }
a { background-color: rgb(189,215,96); }
div.DivClassName
{
background-color: #BDD760;
}
.BgClassName
{
background-color: #BDD760;
}
</style>
border-color css
<style>
span { border-color: #BDD760; }
span { border-color: rgb(189,215,96); }
td.TdClassName
{
border-color: #BDD760;
}
.TagClassName
{
border-color: #BDD760;
}
</style>