Shades of Wild Willow #BDC96C
Tints of Wild Willow #BDC96C
RGB
CMYK
RGB Variations
Color information
#BDC96C (or 0xBDC96C) is known color: Wild Willow. HEX triplet: BD, C9 and 6C. RGB value is (189,201,108). Sum of RGB (Red+Green+Blue) = 189+201+108=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC96C is #423693. Grayscale: #BBBBBB. Windows color (decimal): -4339348 or 7129533. OLE color: 7129533.
HSL color Cylindrical-coordinate representation of color #BDC96C: hue angle of 67.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC96C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 108 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.21 |
| HSL | 67.74º | 0.46% | 0.61% | - |
| HSV(B) | 67.74º | 0.46% | 0.79% | - |
| XYZ | 44.58 | 53.67 | 22.2 | - |
| YUV | 186.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 108 | 0.06 | 0 | 0.46 | 0.21 | 67.74 | 0.46 | 0.61 |
| Hex | BD | C9 | 6C | 6 | 0 | 2E | 15 | 44 | 2E | 3D |
| Octal | 275 | 311 | 154 | 6 | 0 | 56 | 25 | 104 | 56 | 75 |
| Binary | 10111101 | 11001001 | 1101100 | 110 | 0 | 101110 | 10101 | 1000100 | 101110 | 111101 |
Color Harmonies of #BDC96C
Complementary color
Monochromatic Colors of #BDC96C
Black with #BDC96C
Text Example
Text Example
White with #BDC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC96C; }
p { color: rgb(189,201,108); }
H1.HeaderClassName
{
color: #BDC96C;
}
.AnyTagClassName
{
color: #BDC96C;
}
</style>
background-color css
<style>
a { background-color: #BDC96C; }
a { background-color: rgb(189,201,108); }
div.DivClassName
{
background-color: #BDC96C;
}
.BgClassName
{
background-color: #BDC96C;
}
</style>
border-color css
<style>
span { border-color: #BDC96C; }
span { border-color: rgb(189,201,108); }
td.TdClassName
{
border-color: #BDC96C;
}
.TagClassName
{
border-color: #BDC96C;
}
</style>