Shades of Wild Willow #BDD861
Tints of Wild Willow #BDD861
RGB
CMYK
RGB Variations
Color information
#BDD861 (or 0xBDD861) is known color: Wild Willow. HEX triplet: BD, D8 and 61. RGB value is (189,216,97). Sum of RGB (Red+Green+Blue) = 189+216+97=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD861 is #42279E. Grayscale: #C2C2C2. Windows color (decimal): -4335519 or 6412477. OLE color: 6412477.
HSL color Cylindrical-coordinate representation of color #BDD861: hue angle of 73.61º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDD861 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 97 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.15 |
| HSL | 73.61º | 0.6% | 0.61% | - |
| HSV(B) | 73.61º | 0.55% | 0.85% | - |
| XYZ | 47.7 | 60.79 | 20.53 | - |
| YUV | 194.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 97 | 0.12 | 0 | 0.55 | 0.15 | 73.61 | 0.6 | 0.61 |
| Hex | BD | D8 | 61 | C | 0 | 37 | F | 4A | 3C | 3D |
| Octal | 275 | 330 | 141 | 14 | 0 | 67 | 17 | 112 | 74 | 75 |
| Binary | 10111101 | 11011000 | 1100001 | 1100 | 0 | 110111 | 1111 | 1001010 | 111100 | 111101 |
Color Harmonies of #BDD861
Complementary color
Monochromatic Colors of #BDD861
Black with #BDD861
Text Example
Text Example
White with #BDD861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD861; }
p { color: rgb(189,216,97); }
H1.HeaderClassName
{
color: #BDD861;
}
.AnyTagClassName
{
color: #BDD861;
}
</style>
background-color css
<style>
a { background-color: #BDD861; }
a { background-color: rgb(189,216,97); }
div.DivClassName
{
background-color: #BDD861;
}
.BgClassName
{
background-color: #BDD861;
}
</style>
border-color css
<style>
span { border-color: #BDD861; }
span { border-color: rgb(189,216,97); }
td.TdClassName
{
border-color: #BDD861;
}
.TagClassName
{
border-color: #BDD861;
}
</style>