Shades of Wild Willow #BDCA6C
Tints of Wild Willow #BDCA6C
RGB
CMYK
RGB Variations
Color information
#BDCA6C (or 0xBDCA6C) is known color: Wild Willow. HEX triplet: BD, CA and 6C. RGB value is (189,202,108). Sum of RGB (Red+Green+Blue) = 189+202+108=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA6C is #423593. Grayscale: #BBBBBB. Windows color (decimal): -4339092 or 7129789. OLE color: 7129789.
HSL color Cylindrical-coordinate representation of color #BDCA6C: hue angle of 68.3º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDCA6C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 108 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.21 |
| HSL | 68.3º | 0.47% | 0.61% | - |
| HSV(B) | 68.3º | 0.47% | 0.79% | - |
| XYZ | 44.81 | 54.14 | 22.28 | - |
| YUV | 187.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 108 | 0.06 | 0 | 0.47 | 0.21 | 68.3 | 0.47 | 0.61 |
| Hex | BD | CA | 6C | 6 | 0 | 2F | 15 | 44 | 2F | 3D |
| Octal | 275 | 312 | 154 | 6 | 0 | 57 | 25 | 104 | 57 | 75 |
| Binary | 10111101 | 11001010 | 1101100 | 110 | 0 | 101111 | 10101 | 1000100 | 101111 | 111101 |
Color Harmonies of #BDCA6C
Complementary color
Monochromatic Colors of #BDCA6C
Black with #BDCA6C
Text Example
Text Example
White with #BDCA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA6C; }
p { color: rgb(189,202,108); }
H1.HeaderClassName
{
color: #BDCA6C;
}
.AnyTagClassName
{
color: #BDCA6C;
}
</style>
background-color css
<style>
a { background-color: #BDCA6C; }
a { background-color: rgb(189,202,108); }
div.DivClassName
{
background-color: #BDCA6C;
}
.BgClassName
{
background-color: #BDCA6C;
}
</style>
border-color css
<style>
span { border-color: #BDCA6C; }
span { border-color: rgb(189,202,108); }
td.TdClassName
{
border-color: #BDCA6C;
}
.TagClassName
{
border-color: #BDCA6C;
}
</style>