Shades of Wild Willow #BDC968
Tints of Wild Willow #BDC968
RGB
CMYK
RGB Variations
Color information
#BDC968 (or 0xBDC968) is known color: Wild Willow. HEX triplet: BD, C9 and 68. RGB value is (189,201,104). Sum of RGB (Red+Green+Blue) = 189+201+104=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC968 is #423697. Grayscale: #BABABA. Windows color (decimal): -4339352 or 6867389. OLE color: 6867389.
HSL color Cylindrical-coordinate representation of color #BDC968: hue angle of 67.42º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC968 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 104 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.21 |
| HSL | 67.42º | 0.47% | 0.6% | - |
| HSV(B) | 67.42º | 0.48% | 0.79% | - |
| XYZ | 44.37 | 53.59 | 21.1 | - |
| YUV | 186.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 104 | 0.06 | 0 | 0.48 | 0.21 | 67.42 | 0.47 | 0.6 |
| Hex | BD | C9 | 68 | 6 | 0 | 30 | 15 | 43 | 2F | 3C |
| Octal | 275 | 311 | 150 | 6 | 0 | 60 | 25 | 103 | 57 | 74 |
| Binary | 10111101 | 11001001 | 1101000 | 110 | 0 | 110000 | 10101 | 1000011 | 101111 | 111100 |
Color Harmonies of #BDC968
Complementary color
Monochromatic Colors of #BDC968
Black with #BDC968
Text Example
Text Example
White with #BDC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC968; }
p { color: rgb(189,201,104); }
H1.HeaderClassName
{
color: #BDC968;
}
.AnyTagClassName
{
color: #BDC968;
}
</style>
background-color css
<style>
a { background-color: #BDC968; }
a { background-color: rgb(189,201,104); }
div.DivClassName
{
background-color: #BDC968;
}
.BgClassName
{
background-color: #BDC968;
}
</style>
border-color css
<style>
span { border-color: #BDC968; }
span { border-color: rgb(189,201,104); }
td.TdClassName
{
border-color: #BDC968;
}
.TagClassName
{
border-color: #BDC968;
}
</style>