Shades of Wild Willow #BDCB5B
Tints of Wild Willow #BDCB5B
RGB
CMYK
RGB Variations
Color information
#BDCB5B (or 0xBDCB5B) is known color: Wild Willow. HEX triplet: BD, CB and 5B. RGB value is (189,203,91). Sum of RGB (Red+Green+Blue) = 189+203+91=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB5B is #4234A4. Grayscale: #BABABA. Windows color (decimal): -4338853 or 6015933. OLE color: 6015933.
HSL color Cylindrical-coordinate representation of color #BDCB5B: hue angle of 67.5º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDCB5B is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 91 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.20 |
| HSL | 67.5º | 0.52% | 0.58% | - |
| HSV(B) | 67.5º | 0.55% | 0.8% | - |
| XYZ | 44.23 | 54.29 | 18.04 | - |
| YUV | 186.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 91 | 0.07 | 0 | 0.55 | 0.20 | 67.5 | 0.52 | 0.58 |
| Hex | BD | CB | 5B | 7 | 0 | 37 | 14 | 44 | 34 | 3A |
| Octal | 275 | 313 | 133 | 7 | 0 | 67 | 24 | 104 | 64 | 72 |
| Binary | 10111101 | 11001011 | 1011011 | 111 | 0 | 110111 | 10100 | 1000100 | 110100 | 111010 |
Color Harmonies of #BDCB5B
Complementary color
Monochromatic Colors of #BDCB5B
Black with #BDCB5B
Text Example
Text Example
White with #BDCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB5B; }
p { color: rgb(189,203,91); }
H1.HeaderClassName
{
color: #BDCB5B;
}
.AnyTagClassName
{
color: #BDCB5B;
}
</style>
background-color css
<style>
a { background-color: #BDCB5B; }
a { background-color: rgb(189,203,91); }
div.DivClassName
{
background-color: #BDCB5B;
}
.BgClassName
{
background-color: #BDCB5B;
}
</style>
border-color css
<style>
span { border-color: #BDCB5B; }
span { border-color: rgb(189,203,91); }
td.TdClassName
{
border-color: #BDCB5B;
}
.TagClassName
{
border-color: #BDCB5B;
}
</style>