Shades of Wild Willow #BDCB5D
Tints of Wild Willow #BDCB5D
RGB
CMYK
RGB Variations
Color information
#BDCB5D (or 0xBDCB5D) is known color: Wild Willow. HEX triplet: BD, CB and 5D. RGB value is (189,203,93). Sum of RGB (Red+Green+Blue) = 189+203+93=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB5D is #4234A2. Grayscale: #BABABA. Windows color (decimal): -4338851 or 6147005. OLE color: 6147005.
HSL color Cylindrical-coordinate representation of color #BDCB5D: hue angle of 67.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDCB5D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 93 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.20 |
| HSL | 67.64º | 0.51% | 0.58% | - |
| HSV(B) | 67.64º | 0.54% | 0.8% | - |
| XYZ | 44.32 | 54.32 | 18.51 | - |
| YUV | 186.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 93 | 0.07 | 0 | 0.54 | 0.20 | 67.64 | 0.51 | 0.58 |
| Hex | BD | CB | 5D | 7 | 0 | 36 | 14 | 44 | 33 | 3A |
| Octal | 275 | 313 | 135 | 7 | 0 | 66 | 24 | 104 | 63 | 72 |
| Binary | 10111101 | 11001011 | 1011101 | 111 | 0 | 110110 | 10100 | 1000100 | 110011 | 111010 |
Color Harmonies of #BDCB5D
Complementary color
Monochromatic Colors of #BDCB5D
Black with #BDCB5D
Text Example
Text Example
White with #BDCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB5D; }
p { color: rgb(189,203,93); }
H1.HeaderClassName
{
color: #BDCB5D;
}
.AnyTagClassName
{
color: #BDCB5D;
}
</style>
background-color css
<style>
a { background-color: #BDCB5D; }
a { background-color: rgb(189,203,93); }
div.DivClassName
{
background-color: #BDCB5D;
}
.BgClassName
{
background-color: #BDCB5D;
}
</style>
border-color css
<style>
span { border-color: #BDCB5D; }
span { border-color: rgb(189,203,93); }
td.TdClassName
{
border-color: #BDCB5D;
}
.TagClassName
{
border-color: #BDCB5D;
}
</style>