Shades of Wild Willow #BDCB6C
Tints of Wild Willow #BDCB6C
RGB
CMYK
RGB Variations
Color information
#BDCB6C (or 0xBDCB6C) is known color: Wild Willow. HEX triplet: BD, CB and 6C. RGB value is (189,203,108). Sum of RGB (Red+Green+Blue) = 189+203+108=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB6C is #423493. Grayscale: #BCBCBC. Windows color (decimal): -4338836 or 7130045. OLE color: 7130045.
HSL color Cylindrical-coordinate representation of color #BDCB6C: hue angle of 68.84º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDCB6C is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 108 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.20 |
| HSL | 68.84º | 0.48% | 0.61% | - |
| HSV(B) | 68.84º | 0.47% | 0.8% | - |
| XYZ | 45.05 | 54.61 | 22.35 | - |
| YUV | 187.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 108 | 0.07 | 0 | 0.47 | 0.20 | 68.84 | 0.48 | 0.61 |
| Hex | BD | CB | 6C | 7 | 0 | 2F | 14 | 45 | 30 | 3D |
| Octal | 275 | 313 | 154 | 7 | 0 | 57 | 24 | 105 | 60 | 75 |
| Binary | 10111101 | 11001011 | 1101100 | 111 | 0 | 101111 | 10100 | 1000101 | 110000 | 111101 |
Color Harmonies of #BDCB6C
Complementary color
Monochromatic Colors of #BDCB6C
Black with #BDCB6C
Text Example
Text Example
White with #BDCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB6C; }
p { color: rgb(189,203,108); }
H1.HeaderClassName
{
color: #BDCB6C;
}
.AnyTagClassName
{
color: #BDCB6C;
}
</style>
background-color css
<style>
a { background-color: #BDCB6C; }
a { background-color: rgb(189,203,108); }
div.DivClassName
{
background-color: #BDCB6C;
}
.BgClassName
{
background-color: #BDCB6C;
}
</style>
border-color css
<style>
span { border-color: #BDCB6C; }
span { border-color: rgb(189,203,108); }
td.TdClassName
{
border-color: #BDCB6C;
}
.TagClassName
{
border-color: #BDCB6C;
}
</style>