Shades of Wild Willow #BDCD70
Tints of Wild Willow #BDCD70
RGB
CMYK
RGB Variations
Color information
#BDCD70 (or 0xBDCD70) is known color: Wild Willow. HEX triplet: BD, CD and 70. RGB value is (189,205,112). Sum of RGB (Red+Green+Blue) = 189+205+112=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD70 is #42328F. Grayscale: #BDBDBD. Windows color (decimal): -4338320 or 7392701. OLE color: 7392701.
HSL color Cylindrical-coordinate representation of color #BDCD70: hue angle of 70.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDCD70 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 112 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.20 |
| HSL | 70.32º | 0.48% | 0.62% | - |
| HSV(B) | 70.32º | 0.45% | 0.8% | - |
| XYZ | 45.74 | 55.65 | 23.66 | - |
| YUV | 189.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 112 | 0.08 | 0 | 0.45 | 0.20 | 70.32 | 0.48 | 0.62 |
| Hex | BD | CD | 70 | 8 | 0 | 2D | 14 | 46 | 30 | 3E |
| Octal | 275 | 315 | 160 | 10 | 0 | 55 | 24 | 106 | 60 | 76 |
| Binary | 10111101 | 11001101 | 1110000 | 1000 | 0 | 101101 | 10100 | 1000110 | 110000 | 111110 |
Color Harmonies of #BDCD70
Complementary color
Monochromatic Colors of #BDCD70
Black with #BDCD70
Text Example
Text Example
White with #BDCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD70; }
p { color: rgb(189,205,112); }
H1.HeaderClassName
{
color: #BDCD70;
}
.AnyTagClassName
{
color: #BDCD70;
}
</style>
background-color css
<style>
a { background-color: #BDCD70; }
a { background-color: rgb(189,205,112); }
div.DivClassName
{
background-color: #BDCD70;
}
.BgClassName
{
background-color: #BDCD70;
}
</style>
border-color css
<style>
span { border-color: #BDCD70; }
span { border-color: rgb(189,205,112); }
td.TdClassName
{
border-color: #BDCD70;
}
.TagClassName
{
border-color: #BDCD70;
}
</style>