Shades of Wild Willow #BDC962
Tints of Wild Willow #BDC962
RGB
CMYK
RGB Variations
Color information
#BDC962 (or 0xBDC962) is known color: Wild Willow. HEX triplet: BD, C9 and 62. RGB value is (189,201,98). Sum of RGB (Red+Green+Blue) = 189+201+98=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC962 is #42369D. Grayscale: #BABABA. Windows color (decimal): -4339358 or 6474173. OLE color: 6474173.
HSL color Cylindrical-coordinate representation of color #BDC962: hue angle of 66.99º 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 #BDC962 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 98 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.21 |
| HSL | 66.99º | 0.49% | 0.59% | - |
| HSV(B) | 66.99º | 0.51% | 0.79% | - |
| XYZ | 44.08 | 53.47 | 19.55 | - |
| YUV | 185.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 98 | 0.06 | 0 | 0.51 | 0.21 | 66.99 | 0.49 | 0.59 |
| Hex | BD | C9 | 62 | 6 | 0 | 33 | 15 | 43 | 31 | 3B |
| Octal | 275 | 311 | 142 | 6 | 0 | 63 | 25 | 103 | 61 | 73 |
| Binary | 10111101 | 11001001 | 1100010 | 110 | 0 | 110011 | 10101 | 1000011 | 110001 | 111011 |
Color Harmonies of #BDC962
Complementary color
Monochromatic Colors of #BDC962
Black with #BDC962
Text Example
Text Example
White with #BDC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC962; }
p { color: rgb(189,201,98); }
H1.HeaderClassName
{
color: #BDC962;
}
.AnyTagClassName
{
color: #BDC962;
}
</style>
background-color css
<style>
a { background-color: #BDC962; }
a { background-color: rgb(189,201,98); }
div.DivClassName
{
background-color: #BDC962;
}
.BgClassName
{
background-color: #BDC962;
}
</style>
border-color css
<style>
span { border-color: #BDC962; }
span { border-color: rgb(189,201,98); }
td.TdClassName
{
border-color: #BDC962;
}
.TagClassName
{
border-color: #BDC962;
}
</style>