Shades of Wild Willow #BDD664
Tints of Wild Willow #BDD664
RGB
CMYK
RGB Variations
Color information
#BDD664 (or 0xBDD664) is known color: Wild Willow. HEX triplet: BD, D6 and 64. RGB value is (189,214,100). Sum of RGB (Red+Green+Blue) = 189+214+100=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD664 is #42299B. Grayscale: #C1C1C1. Windows color (decimal): -4336028 or 6608573. OLE color: 6608573.
HSL color Cylindrical-coordinate representation of color #BDD664: hue angle of 73.16º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDD664 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 100 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.16 |
| HSL | 73.16º | 0.58% | 0.62% | - |
| HSV(B) | 73.16º | 0.53% | 0.84% | - |
| XYZ | 47.33 | 59.83 | 21.11 | - |
| YUV | 193.53 | 75.22 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 100 | 0.12 | 0 | 0.53 | 0.16 | 73.16 | 0.58 | 0.62 |
| Hex | BD | D6 | 64 | C | 0 | 35 | 10 | 49 | 3A | 3E |
| Octal | 275 | 326 | 144 | 14 | 0 | 65 | 20 | 111 | 72 | 76 |
| Binary | 10111101 | 11010110 | 1100100 | 1100 | 0 | 110101 | 10000 | 1001001 | 111010 | 111110 |
Color Harmonies of #BDD664
Complementary color
Monochromatic Colors of #BDD664
Black with #BDD664
Text Example
Text Example
White with #BDD664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD664; }
p { color: rgb(189,214,100); }
H1.HeaderClassName
{
color: #BDD664;
}
.AnyTagClassName
{
color: #BDD664;
}
</style>
background-color css
<style>
a { background-color: #BDD664; }
a { background-color: rgb(189,214,100); }
div.DivClassName
{
background-color: #BDD664;
}
.BgClassName
{
background-color: #BDD664;
}
</style>
border-color css
<style>
span { border-color: #BDD664; }
span { border-color: rgb(189,214,100); }
td.TdClassName
{
border-color: #BDD664;
}
.TagClassName
{
border-color: #BDD664;
}
</style>