Shades of Wild Willow #BDC168
Tints of Wild Willow #BDC168
RGB
CMYK
RGB Variations
Color information
#BDC168 (or 0xBDC168) is known color: Wild Willow. HEX triplet: BD, C1 and 68. RGB value is (189,193,104). Sum of RGB (Red+Green+Blue) = 189+193+104=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC168 is #423E97. Grayscale: #B6B6B6. Windows color (decimal): -4341400 or 6865341. OLE color: 6865341.
HSL color Cylindrical-coordinate representation of color #BDC168: hue angle of 62.7º 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 #BDC168 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 104 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.24 |
| HSL | 62.7º | 0.42% | 0.58% | - |
| HSV(B) | 62.7º | 0.46% | 0.76% | - |
| XYZ | 42.55 | 49.96 | 20.5 | - |
| YUV | 181.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 104 | 0.02 | 0 | 0.46 | 0.24 | 62.7 | 0.42 | 0.58 |
| Hex | BD | C1 | 68 | 2 | 0 | 2E | 18 | 3F | 2A | 3A |
| Octal | 275 | 301 | 150 | 2 | 0 | 56 | 30 | 77 | 52 | 72 |
| Binary | 10111101 | 11000001 | 1101000 | 10 | 0 | 101110 | 11000 | 111111 | 101010 | 111010 |
Color Harmonies of #BDC168
Complementary color
Monochromatic Colors of #BDC168
Black with #BDC168
Text Example
Text Example
White with #BDC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC168; }
p { color: rgb(189,193,104); }
H1.HeaderClassName
{
color: #BDC168;
}
.AnyTagClassName
{
color: #BDC168;
}
</style>
background-color css
<style>
a { background-color: #BDC168; }
a { background-color: rgb(189,193,104); }
div.DivClassName
{
background-color: #BDC168;
}
.BgClassName
{
background-color: #BDC168;
}
</style>
border-color css
<style>
span { border-color: #BDC168; }
span { border-color: rgb(189,193,104); }
td.TdClassName
{
border-color: #BDC168;
}
.TagClassName
{
border-color: #BDC168;
}
</style>