Shades of Wild Willow #BDC96F
Tints of Wild Willow #BDC96F
RGB
CMYK
RGB Variations
Color information
#BDC96F (or 0xBDC96F) is known color: Wild Willow. HEX triplet: BD, C9 and 6F. RGB value is (189,201,111). Sum of RGB (Red+Green+Blue) = 189+201+111=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC96F is #423690. Grayscale: #BBBBBB. Windows color (decimal): -4339345 or 7326141. OLE color: 7326141.
HSL color Cylindrical-coordinate representation of color #BDC96F: hue angle of 68º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC96F is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 111 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.21 |
| HSL | 68º | 0.45% | 0.61% | - |
| HSV(B) | 68º | 0.45% | 0.79% | - |
| XYZ | 44.74 | 53.74 | 23.05 | - |
| YUV | 187.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 111 | 0.06 | 0 | 0.45 | 0.21 | 68 | 0.45 | 0.61 |
| Hex | BD | C9 | 6F | 6 | 0 | 2D | 15 | 44 | 2D | 3D |
| Octal | 275 | 311 | 157 | 6 | 0 | 55 | 25 | 104 | 55 | 75 |
| Binary | 10111101 | 11001001 | 1101111 | 110 | 0 | 101101 | 10101 | 1000100 | 101101 | 111101 |
Color Harmonies of #BDC96F
Complementary color
Monochromatic Colors of #BDC96F
Black with #BDC96F
Text Example
Text Example
White with #BDC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC96F; }
p { color: rgb(189,201,111); }
H1.HeaderClassName
{
color: #BDC96F;
}
.AnyTagClassName
{
color: #BDC96F;
}
</style>
background-color css
<style>
a { background-color: #BDC96F; }
a { background-color: rgb(189,201,111); }
div.DivClassName
{
background-color: #BDC96F;
}
.BgClassName
{
background-color: #BDC96F;
}
</style>
border-color css
<style>
span { border-color: #BDC96F; }
span { border-color: rgb(189,201,111); }
td.TdClassName
{
border-color: #BDC96F;
}
.TagClassName
{
border-color: #BDC96F;
}
</style>