Shades of Wild Willow #BDCB6B
Tints of Wild Willow #BDCB6B
RGB
CMYK
RGB Variations
Color information
#BDCB6B (or 0xBDCB6B) is known color: Wild Willow. HEX triplet: BD, CB and 6B. RGB value is (189,203,107). Sum of RGB (Red+Green+Blue) = 189+203+107=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB6B is #423494. Grayscale: #BCBCBC. Windows color (decimal): -4338837 or 7064509. OLE color: 7064509.
HSL color Cylindrical-coordinate representation of color #BDCB6B: hue angle of 68.75º 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 #BDCB6B is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 107 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.20 |
| HSL | 68.75º | 0.48% | 0.61% | - |
| HSV(B) | 68.75º | 0.47% | 0.8% | - |
| XYZ | 45 | 54.59 | 22.08 | - |
| YUV | 187.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 107 | 0.07 | 0 | 0.47 | 0.20 | 68.75 | 0.48 | 0.61 |
| Hex | BD | CB | 6B | 7 | 0 | 2F | 14 | 45 | 30 | 3D |
| Octal | 275 | 313 | 153 | 7 | 0 | 57 | 24 | 105 | 60 | 75 |
| Binary | 10111101 | 11001011 | 1101011 | 111 | 0 | 101111 | 10100 | 1000101 | 110000 | 111101 |
Color Harmonies of #BDCB6B
Complementary color
Monochromatic Colors of #BDCB6B
Black with #BDCB6B
Text Example
Text Example
White with #BDCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB6B; }
p { color: rgb(189,203,107); }
H1.HeaderClassName
{
color: #BDCB6B;
}
.AnyTagClassName
{
color: #BDCB6B;
}
</style>
background-color css
<style>
a { background-color: #BDCB6B; }
a { background-color: rgb(189,203,107); }
div.DivClassName
{
background-color: #BDCB6B;
}
.BgClassName
{
background-color: #BDCB6B;
}
</style>
border-color css
<style>
span { border-color: #BDCB6B; }
span { border-color: rgb(189,203,107); }
td.TdClassName
{
border-color: #BDCB6B;
}
.TagClassName
{
border-color: #BDCB6B;
}
</style>