Shades of Wild Willow #BDCB70
Tints of Wild Willow #BDCB70
RGB
CMYK
RGB Variations
Color information
#BDCB70 (or 0xBDCB70) is known color: Wild Willow. HEX triplet: BD, CB and 70. RGB value is (189,203,112). Sum of RGB (Red+Green+Blue) = 189+203+112=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB70 is #42348F. Grayscale: #BCBCBC. Windows color (decimal): -4338832 or 7392189. OLE color: 7392189.
HSL color Cylindrical-coordinate representation of color #BDCB70: hue angle of 69.23º degrees, saturation: 0.47, 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 #BDCB70 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 112 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.20 |
| HSL | 69.23º | 0.47% | 0.62% | - |
| HSV(B) | 69.23º | 0.45% | 0.8% | - |
| XYZ | 45.27 | 54.7 | 23.5 | - |
| YUV | 188.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 112 | 0.07 | 0 | 0.45 | 0.20 | 69.23 | 0.47 | 0.62 |
| Hex | BD | CB | 70 | 7 | 0 | 2D | 14 | 45 | 2F | 3E |
| Octal | 275 | 313 | 160 | 7 | 0 | 55 | 24 | 105 | 57 | 76 |
| Binary | 10111101 | 11001011 | 1110000 | 111 | 0 | 101101 | 10100 | 1000101 | 101111 | 111110 |
Color Harmonies of #BDCB70
Complementary color
Monochromatic Colors of #BDCB70
Black with #BDCB70
Text Example
Text Example
White with #BDCB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB70; }
p { color: rgb(189,203,112); }
H1.HeaderClassName
{
color: #BDCB70;
}
.AnyTagClassName
{
color: #BDCB70;
}
</style>
background-color css
<style>
a { background-color: #BDCB70; }
a { background-color: rgb(189,203,112); }
div.DivClassName
{
background-color: #BDCB70;
}
.BgClassName
{
background-color: #BDCB70;
}
</style>
border-color css
<style>
span { border-color: #BDCB70; }
span { border-color: rgb(189,203,112); }
td.TdClassName
{
border-color: #BDCB70;
}
.TagClassName
{
border-color: #BDCB70;
}
</style>