Shades of Wild Willow #BDC963
Tints of Wild Willow #BDC963
RGB
CMYK
RGB Variations
Color information
#BDC963 (or 0xBDC963) is known color: Wild Willow. HEX triplet: BD, C9 and 63. RGB value is (189,201,99). Sum of RGB (Red+Green+Blue) = 189+201+99=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC963 is #42369C. Grayscale: #BABABA. Windows color (decimal): -4339357 or 6539709. OLE color: 6539709.
HSL color Cylindrical-coordinate representation of color #BDC963: hue angle of 67.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC963 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 99 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.21 |
| HSL | 67.06º | 0.49% | 0.59% | - |
| HSV(B) | 67.06º | 0.51% | 0.79% | - |
| XYZ | 44.13 | 53.49 | 19.8 | - |
| YUV | 185.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 99 | 0.06 | 0 | 0.51 | 0.21 | 67.06 | 0.49 | 0.59 |
| Hex | BD | C9 | 63 | 6 | 0 | 33 | 15 | 43 | 31 | 3B |
| Octal | 275 | 311 | 143 | 6 | 0 | 63 | 25 | 103 | 61 | 73 |
| Binary | 10111101 | 11001001 | 1100011 | 110 | 0 | 110011 | 10101 | 1000011 | 110001 | 111011 |
Color Harmonies of #BDC963
Complementary color
Monochromatic Colors of #BDC963
Black with #BDC963
Text Example
Text Example
White with #BDC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC963; }
p { color: rgb(189,201,99); }
H1.HeaderClassName
{
color: #BDC963;
}
.AnyTagClassName
{
color: #BDC963;
}
</style>
background-color css
<style>
a { background-color: #BDC963; }
a { background-color: rgb(189,201,99); }
div.DivClassName
{
background-color: #BDC963;
}
.BgClassName
{
background-color: #BDC963;
}
</style>
border-color css
<style>
span { border-color: #BDC963; }
span { border-color: rgb(189,201,99); }
td.TdClassName
{
border-color: #BDC963;
}
.TagClassName
{
border-color: #BDC963;
}
</style>