Shades of Wild Willow #BDD66E
Tints of Wild Willow #BDD66E
RGB
CMYK
RGB Variations
Color information
#BDD66E (or 0xBDD66E) is known color: Wild Willow. HEX triplet: BD, D6 and 6E. RGB value is (189,214,110). Sum of RGB (Red+Green+Blue) = 189+214+110=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD66E is #422991. Grayscale: #C3C3C3. Windows color (decimal): -4336018 or 7263933. OLE color: 7263933.
HSL color Cylindrical-coordinate representation of color #BDD66E: hue angle of 74.42º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDD66E is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 110 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.16 |
| HSL | 74.42º | 0.56% | 0.64% | - |
| HSV(B) | 74.42º | 0.49% | 0.84% | - |
| XYZ | 47.85 | 60.04 | 23.82 | - |
| YUV | 194.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 110 | 0.12 | 0 | 0.49 | 0.16 | 74.42 | 0.56 | 0.64 |
| Hex | BD | D6 | 6E | C | 0 | 31 | 10 | 4A | 38 | 40 |
| Octal | 275 | 326 | 156 | 14 | 0 | 61 | 20 | 112 | 70 | 100 |
| Binary | 10111101 | 11010110 | 1101110 | 1100 | 0 | 110001 | 10000 | 1001010 | 111000 | 1000000 |
Color Harmonies of #BDD66E
Complementary color
Monochromatic Colors of #BDD66E
Black with #BDD66E
Text Example
Text Example
White with #BDD66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD66E; }
p { color: rgb(189,214,110); }
H1.HeaderClassName
{
color: #BDD66E;
}
.AnyTagClassName
{
color: #BDD66E;
}
</style>
background-color css
<style>
a { background-color: #BDD66E; }
a { background-color: rgb(189,214,110); }
div.DivClassName
{
background-color: #BDD66E;
}
.BgClassName
{
background-color: #BDD66E;
}
</style>
border-color css
<style>
span { border-color: #BDD66E; }
span { border-color: rgb(189,214,110); }
td.TdClassName
{
border-color: #BDD66E;
}
.TagClassName
{
border-color: #BDD66E;
}
</style>