Shades of Wild Willow #BDD860
Tints of Wild Willow #BDD860
RGB
CMYK
RGB Variations
Color information
#BDD860 (or 0xBDD860) is known color: Wild Willow. HEX triplet: BD, D8 and 60. RGB value is (189,216,96). Sum of RGB (Red+Green+Blue) = 189+216+96=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD860 is #42279F. Grayscale: #C2C2C2. Windows color (decimal): -4335520 or 6346941. OLE color: 6346941.
HSL color Cylindrical-coordinate representation of color #BDD860: hue angle of 73.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDD860 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 96 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.15 |
| HSL | 73.5º | 0.61% | 0.61% | - |
| HSV(B) | 73.5º | 0.56% | 0.85% | - |
| XYZ | 47.65 | 60.78 | 20.29 | - |
| YUV | 194.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 96 | 0.12 | 0 | 0.56 | 0.15 | 73.5 | 0.61 | 0.61 |
| Hex | BD | D8 | 60 | C | 0 | 38 | F | 4A | 3D | 3D |
| Octal | 275 | 330 | 140 | 14 | 0 | 70 | 17 | 112 | 75 | 75 |
| Binary | 10111101 | 11011000 | 1100000 | 1100 | 0 | 111000 | 1111 | 1001010 | 111101 | 111101 |
Color Harmonies of #BDD860
Complementary color
Monochromatic Colors of #BDD860
Black with #BDD860
Text Example
Text Example
White with #BDD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD860; }
p { color: rgb(189,216,96); }
H1.HeaderClassName
{
color: #BDD860;
}
.AnyTagClassName
{
color: #BDD860;
}
</style>
background-color css
<style>
a { background-color: #BDD860; }
a { background-color: rgb(189,216,96); }
div.DivClassName
{
background-color: #BDD860;
}
.BgClassName
{
background-color: #BDD860;
}
</style>
border-color css
<style>
span { border-color: #BDD860; }
span { border-color: rgb(189,216,96); }
td.TdClassName
{
border-color: #BDD860;
}
.TagClassName
{
border-color: #BDD860;
}
</style>