Shades of Wild Willow #BDCA70
Tints of Wild Willow #BDCA70
RGB
CMYK
RGB Variations
Color information
#BDCA70 (or 0xBDCA70) is known color: Wild Willow. HEX triplet: BD, CA and 70. RGB value is (189,202,112). Sum of RGB (Red+Green+Blue) = 189+202+112=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA70 is #42358F. Grayscale: #BCBCBC. Windows color (decimal): -4339088 or 7391933. OLE color: 7391933.
HSL color Cylindrical-coordinate representation of color #BDCA70: hue angle of 68.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDCA70 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 112 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.21 |
| HSL | 68.67º | 0.46% | 0.62% | - |
| HSV(B) | 68.67º | 0.45% | 0.79% | - |
| XYZ | 45.03 | 54.23 | 23.42 | - |
| YUV | 187.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 112 | 0.06 | 0 | 0.45 | 0.21 | 68.67 | 0.46 | 0.62 |
| Hex | BD | CA | 70 | 6 | 0 | 2D | 15 | 45 | 2E | 3E |
| Octal | 275 | 312 | 160 | 6 | 0 | 55 | 25 | 105 | 56 | 76 |
| Binary | 10111101 | 11001010 | 1110000 | 110 | 0 | 101101 | 10101 | 1000101 | 101110 | 111110 |
Color Harmonies of #BDCA70
Complementary color
Monochromatic Colors of #BDCA70
Black with #BDCA70
Text Example
Text Example
White with #BDCA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA70; }
p { color: rgb(189,202,112); }
H1.HeaderClassName
{
color: #BDCA70;
}
.AnyTagClassName
{
color: #BDCA70;
}
</style>
background-color css
<style>
a { background-color: #BDCA70; }
a { background-color: rgb(189,202,112); }
div.DivClassName
{
background-color: #BDCA70;
}
.BgClassName
{
background-color: #BDCA70;
}
</style>
border-color css
<style>
span { border-color: #BDCA70; }
span { border-color: rgb(189,202,112); }
td.TdClassName
{
border-color: #BDCA70;
}
.TagClassName
{
border-color: #BDCA70;
}
</style>