Shades of Wild Willow #BDCA71
Tints of Wild Willow #BDCA71
RGB
CMYK
RGB Variations
Color information
#BDCA71 (or 0xBDCA71) is known color: Wild Willow. HEX triplet: BD, CA and 71. RGB value is (189,202,113). Sum of RGB (Red+Green+Blue) = 189+202+113=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA71 is #42358E. Grayscale: #BCBCBC. Windows color (decimal): -4339087 or 7457469. OLE color: 7457469.
HSL color Cylindrical-coordinate representation of color #BDCA71: hue angle of 68.76º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDCA71 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 113 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.21 |
| HSL | 68.76º | 0.46% | 0.62% | - |
| HSV(B) | 68.76º | 0.44% | 0.79% | - |
| XYZ | 45.09 | 54.25 | 23.72 | - |
| YUV | 187.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 113 | 0.06 | 0 | 0.44 | 0.21 | 68.76 | 0.46 | 0.62 |
| Hex | BD | CA | 71 | 6 | 0 | 2C | 15 | 45 | 2E | 3E |
| Octal | 275 | 312 | 161 | 6 | 0 | 54 | 25 | 105 | 56 | 76 |
| Binary | 10111101 | 11001010 | 1110001 | 110 | 0 | 101100 | 10101 | 1000101 | 101110 | 111110 |
Color Harmonies of #BDCA71
Complementary color
Monochromatic Colors of #BDCA71
Black with #BDCA71
Text Example
Text Example
White with #BDCA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA71; }
p { color: rgb(189,202,113); }
H1.HeaderClassName
{
color: #BDCA71;
}
.AnyTagClassName
{
color: #BDCA71;
}
</style>
background-color css
<style>
a { background-color: #BDCA71; }
a { background-color: rgb(189,202,113); }
div.DivClassName
{
background-color: #BDCA71;
}
.BgClassName
{
background-color: #BDCA71;
}
</style>
border-color css
<style>
span { border-color: #BDCA71; }
span { border-color: rgb(189,202,113); }
td.TdClassName
{
border-color: #BDCA71;
}
.TagClassName
{
border-color: #BDCA71;
}
</style>