Shades of Wild Willow #BDD06E
Tints of Wild Willow #BDD06E
RGB
CMYK
RGB Variations
Color information
#BDD06E (or 0xBDD06E) is known color: Wild Willow. HEX triplet: BD, D0 and 6E. RGB value is (189,208,110). Sum of RGB (Red+Green+Blue) = 189+208+110=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD06E is #422F91. Grayscale: #BFBFBF. Windows color (decimal): -4337554 or 7262397. OLE color: 7262397.
HSL color Cylindrical-coordinate representation of color #BDD06E: hue angle of 71.63º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDD06E is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 110 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.18 |
| HSL | 71.63º | 0.51% | 0.62% | - |
| HSV(B) | 71.63º | 0.47% | 0.82% | - |
| XYZ | 46.36 | 57.06 | 23.32 | - |
| YUV | 191.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 110 | 0.09 | 0 | 0.47 | 0.18 | 71.63 | 0.51 | 0.62 |
| Hex | BD | D0 | 6E | 9 | 0 | 2F | 12 | 48 | 33 | 3E |
| Octal | 275 | 320 | 156 | 11 | 0 | 57 | 22 | 110 | 63 | 76 |
| Binary | 10111101 | 11010000 | 1101110 | 1001 | 0 | 101111 | 10010 | 1001000 | 110011 | 111110 |
Color Harmonies of #BDD06E
Complementary color
Monochromatic Colors of #BDD06E
Black with #BDD06E
Text Example
Text Example
White with #BDD06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD06E; }
p { color: rgb(189,208,110); }
H1.HeaderClassName
{
color: #BDD06E;
}
.AnyTagClassName
{
color: #BDD06E;
}
</style>
background-color css
<style>
a { background-color: #BDD06E; }
a { background-color: rgb(189,208,110); }
div.DivClassName
{
background-color: #BDD06E;
}
.BgClassName
{
background-color: #BDD06E;
}
</style>
border-color css
<style>
span { border-color: #BDD06E; }
span { border-color: rgb(189,208,110); }
td.TdClassName
{
border-color: #BDD06E;
}
.TagClassName
{
border-color: #BDD06E;
}
</style>