Shades of Wild Willow #BDD960
Tints of Wild Willow #BDD960
RGB
CMYK
RGB Variations
Color information
#BDD960 (or 0xBDD960) is known color: Wild Willow. HEX triplet: BD, D9 and 60. RGB value is (189,217,96). Sum of RGB (Red+Green+Blue) = 189+217+96=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD960 is #42269F. Grayscale: #C3C3C3. Windows color (decimal): -4335264 or 6347197. OLE color: 6347197.
HSL color Cylindrical-coordinate representation of color #BDD960: hue angle of 73.88º 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 #BDD960 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 96 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.15 |
| HSL | 73.88º | 0.61% | 0.61% | - |
| HSV(B) | 73.88º | 0.56% | 0.85% | - |
| XYZ | 47.91 | 61.29 | 20.37 | - |
| YUV | 194.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 96 | 0.13 | 0 | 0.56 | 0.15 | 73.88 | 0.61 | 0.61 |
| Hex | BD | D9 | 60 | D | 0 | 38 | F | 4A | 3D | 3D |
| Octal | 275 | 331 | 140 | 15 | 0 | 70 | 17 | 112 | 75 | 75 |
| Binary | 10111101 | 11011001 | 1100000 | 1101 | 0 | 111000 | 1111 | 1001010 | 111101 | 111101 |
Color Harmonies of #BDD960
Complementary color
Monochromatic Colors of #BDD960
Black with #BDD960
Text Example
Text Example
White with #BDD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD960; }
p { color: rgb(189,217,96); }
H1.HeaderClassName
{
color: #BDD960;
}
.AnyTagClassName
{
color: #BDD960;
}
</style>
background-color css
<style>
a { background-color: #BDD960; }
a { background-color: rgb(189,217,96); }
div.DivClassName
{
background-color: #BDD960;
}
.BgClassName
{
background-color: #BDD960;
}
</style>
border-color css
<style>
span { border-color: #BDD960; }
span { border-color: rgb(189,217,96); }
td.TdClassName
{
border-color: #BDD960;
}
.TagClassName
{
border-color: #BDD960;
}
</style>