Shades of Wild Willow #BDCF6E
Tints of Wild Willow #BDCF6E
RGB
CMYK
RGB Variations
Color information
#BDCF6E (or 0xBDCF6E) is known color: Wild Willow. HEX triplet: BD, CF and 6E. RGB value is (189,207,110). Sum of RGB (Red+Green+Blue) = 189+207+110=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF6E is #423091. Grayscale: #BEBEBE. Windows color (decimal): -4337810 or 7262141. OLE color: 7262141.
HSL color Cylindrical-coordinate representation of color #BDCF6E: hue angle of 71.13º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDCF6E is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 110 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.19 |
| HSL | 71.13º | 0.5% | 0.62% | - |
| HSV(B) | 71.13º | 0.47% | 0.81% | - |
| XYZ | 46.11 | 56.57 | 23.24 | - |
| YUV | 190.56 | 82.54 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 110 | 0.09 | 0 | 0.47 | 0.19 | 71.13 | 0.5 | 0.62 |
| Hex | BD | CF | 6E | 9 | 0 | 2F | 13 | 47 | 32 | 3E |
| Octal | 275 | 317 | 156 | 11 | 0 | 57 | 23 | 107 | 62 | 76 |
| Binary | 10111101 | 11001111 | 1101110 | 1001 | 0 | 101111 | 10011 | 1000111 | 110010 | 111110 |
Color Harmonies of #BDCF6E
Complementary color
Monochromatic Colors of #BDCF6E
Black with #BDCF6E
Text Example
Text Example
White with #BDCF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF6E; }
p { color: rgb(189,207,110); }
H1.HeaderClassName
{
color: #BDCF6E;
}
.AnyTagClassName
{
color: #BDCF6E;
}
</style>
background-color css
<style>
a { background-color: #BDCF6E; }
a { background-color: rgb(189,207,110); }
div.DivClassName
{
background-color: #BDCF6E;
}
.BgClassName
{
background-color: #BDCF6E;
}
</style>
border-color css
<style>
span { border-color: #BDCF6E; }
span { border-color: rgb(189,207,110); }
td.TdClassName
{
border-color: #BDCF6E;
}
.TagClassName
{
border-color: #BDCF6E;
}
</style>