Shades of Wild Willow #BDC268
Tints of Wild Willow #BDC268
RGB
CMYK
RGB Variations
Color information
#BDC268 (or 0xBDC268) is known color: Wild Willow. HEX triplet: BD, C2 and 68. RGB value is (189,194,104). Sum of RGB (Red+Green+Blue) = 189+194+104=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC268 is #423D97. Grayscale: #B6B6B6. Windows color (decimal): -4341144 or 6865597. OLE color: 6865597.
HSL color Cylindrical-coordinate representation of color #BDC268: hue angle of 63.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC268 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 104 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.24 |
| HSL | 63.33º | 0.42% | 0.58% | - |
| HSV(B) | 63.33º | 0.46% | 0.76% | - |
| XYZ | 42.78 | 50.4 | 20.57 | - |
| YUV | 182.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 104 | 0.03 | 0 | 0.46 | 0.24 | 63.33 | 0.42 | 0.58 |
| Hex | BD | C2 | 68 | 3 | 0 | 2E | 18 | 3F | 2A | 3A |
| Octal | 275 | 302 | 150 | 3 | 0 | 56 | 30 | 77 | 52 | 72 |
| Binary | 10111101 | 11000010 | 1101000 | 11 | 0 | 101110 | 11000 | 111111 | 101010 | 111010 |
Color Harmonies of #BDC268
Complementary color
Monochromatic Colors of #BDC268
Black with #BDC268
Text Example
Text Example
White with #BDC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC268; }
p { color: rgb(189,194,104); }
H1.HeaderClassName
{
color: #BDC268;
}
.AnyTagClassName
{
color: #BDC268;
}
</style>
background-color css
<style>
a { background-color: #BDC268; }
a { background-color: rgb(189,194,104); }
div.DivClassName
{
background-color: #BDC268;
}
.BgClassName
{
background-color: #BDC268;
}
</style>
border-color css
<style>
span { border-color: #BDC268; }
span { border-color: rgb(189,194,104); }
td.TdClassName
{
border-color: #BDC268;
}
.TagClassName
{
border-color: #BDC268;
}
</style>