Shades of Wild Willow #BDD868
Tints of Wild Willow #BDD868
RGB
CMYK
RGB Variations
Color information
#BDD868 (or 0xBDD868) is known color: Wild Willow. HEX triplet: BD, D8 and 68. RGB value is (189,216,104). Sum of RGB (Red+Green+Blue) = 189+216+104=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD868 is #422797. Grayscale: #C3C3C3. Windows color (decimal): -4335512 or 6871229. OLE color: 6871229.
HSL color Cylindrical-coordinate representation of color #BDD868: hue angle of 74.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD868 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 104 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.15 |
| HSL | 74.46º | 0.59% | 0.63% | - |
| HSV(B) | 74.46º | 0.52% | 0.85% | - |
| XYZ | 48.04 | 60.93 | 22.33 | - |
| YUV | 195.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 104 | 0.12 | 0 | 0.52 | 0.15 | 74.46 | 0.59 | 0.63 |
| Hex | BD | D8 | 68 | C | 0 | 34 | F | 4A | 3B | 3F |
| Octal | 275 | 330 | 150 | 14 | 0 | 64 | 17 | 112 | 73 | 77 |
| Binary | 10111101 | 11011000 | 1101000 | 1100 | 0 | 110100 | 1111 | 1001010 | 111011 | 111111 |
Color Harmonies of #BDD868
Complementary color
Monochromatic Colors of #BDD868
Black with #BDD868
Text Example
Text Example
White with #BDD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD868; }
p { color: rgb(189,216,104); }
H1.HeaderClassName
{
color: #BDD868;
}
.AnyTagClassName
{
color: #BDD868;
}
</style>
background-color css
<style>
a { background-color: #BDD868; }
a { background-color: rgb(189,216,104); }
div.DivClassName
{
background-color: #BDD868;
}
.BgClassName
{
background-color: #BDD868;
}
</style>
border-color css
<style>
span { border-color: #BDD868; }
span { border-color: rgb(189,216,104); }
td.TdClassName
{
border-color: #BDD868;
}
.TagClassName
{
border-color: #BDD868;
}
</style>