Shades of Wild Willow #BDCE6B
Tints of Wild Willow #BDCE6B
RGB
CMYK
RGB Variations
Color information
#BDCE6B (or 0xBDCE6B) is known color: Wild Willow. HEX triplet: BD, CE and 6B. RGB value is (189,206,107). Sum of RGB (Red+Green+Blue) = 189+206+107=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE6B is #423194. Grayscale: #BEBEBE. Windows color (decimal): -4338069 or 7065277. OLE color: 7065277.
HSL color Cylindrical-coordinate representation of color #BDCE6B: hue angle of 70.3º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDCE6B is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 107 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.19 |
| HSL | 70.3º | 0.5% | 0.61% | - |
| HSV(B) | 70.3º | 0.48% | 0.81% | - |
| XYZ | 45.71 | 56.02 | 22.31 | - |
| YUV | 189.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 107 | 0.08 | 0 | 0.48 | 0.19 | 70.3 | 0.5 | 0.61 |
| Hex | BD | CE | 6B | 8 | 0 | 30 | 13 | 46 | 32 | 3D |
| Octal | 275 | 316 | 153 | 10 | 0 | 60 | 23 | 106 | 62 | 75 |
| Binary | 10111101 | 11001110 | 1101011 | 1000 | 0 | 110000 | 10011 | 1000110 | 110010 | 111101 |
Color Harmonies of #BDCE6B
Complementary color
Monochromatic Colors of #BDCE6B
Black with #BDCE6B
Text Example
Text Example
White with #BDCE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE6B; }
p { color: rgb(189,206,107); }
H1.HeaderClassName
{
color: #BDCE6B;
}
.AnyTagClassName
{
color: #BDCE6B;
}
</style>
background-color css
<style>
a { background-color: #BDCE6B; }
a { background-color: rgb(189,206,107); }
div.DivClassName
{
background-color: #BDCE6B;
}
.BgClassName
{
background-color: #BDCE6B;
}
</style>
border-color css
<style>
span { border-color: #BDCE6B; }
span { border-color: rgb(189,206,107); }
td.TdClassName
{
border-color: #BDCE6B;
}
.TagClassName
{
border-color: #BDCE6B;
}
</style>