Shades of Wild Willow #BDCD6C
Tints of Wild Willow #BDCD6C
RGB
CMYK
RGB Variations
Color information
#BDCD6C (or 0xBDCD6C) is known color: Wild Willow. HEX triplet: BD, CD and 6C. RGB value is (189,205,108). Sum of RGB (Red+Green+Blue) = 189+205+108=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD6C is #423293. Grayscale: #BDBDBD. Windows color (decimal): -4338324 or 7130557. OLE color: 7130557.
HSL color Cylindrical-coordinate representation of color #BDCD6C: hue angle of 69.9º degrees, saturation: 0.49, 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 #BDCD6C is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 108 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.20 |
| HSL | 69.9º | 0.49% | 0.61% | - |
| HSV(B) | 69.9º | 0.47% | 0.8% | - |
| XYZ | 45.52 | 55.56 | 22.51 | - |
| YUV | 189.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 108 | 0.08 | 0 | 0.47 | 0.20 | 69.9 | 0.49 | 0.61 |
| Hex | BD | CD | 6C | 8 | 0 | 2F | 14 | 46 | 31 | 3D |
| Octal | 275 | 315 | 154 | 10 | 0 | 57 | 24 | 106 | 61 | 75 |
| Binary | 10111101 | 11001101 | 1101100 | 1000 | 0 | 101111 | 10100 | 1000110 | 110001 | 111101 |
Color Harmonies of #BDCD6C
Complementary color
Monochromatic Colors of #BDCD6C
Black with #BDCD6C
Text Example
Text Example
White with #BDCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD6C; }
p { color: rgb(189,205,108); }
H1.HeaderClassName
{
color: #BDCD6C;
}
.AnyTagClassName
{
color: #BDCD6C;
}
</style>
background-color css
<style>
a { background-color: #BDCD6C; }
a { background-color: rgb(189,205,108); }
div.DivClassName
{
background-color: #BDCD6C;
}
.BgClassName
{
background-color: #BDCD6C;
}
</style>
border-color css
<style>
span { border-color: #BDCD6C; }
span { border-color: rgb(189,205,108); }
td.TdClassName
{
border-color: #BDCD6C;
}
.TagClassName
{
border-color: #BDCD6C;
}
</style>