Shades of Wild Willow #BDC169
Tints of Wild Willow #BDC169
RGB
CMYK
RGB Variations
Color information
#BDC169 (or 0xBDC169) is known color: Wild Willow. HEX triplet: BD, C1 and 69. RGB value is (189,193,105). Sum of RGB (Red+Green+Blue) = 189+193+105=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC169 is #423E96. Grayscale: #B6B6B6. Windows color (decimal): -4341399 or 6930877. OLE color: 6930877.
HSL color Cylindrical-coordinate representation of color #BDC169: hue angle of 62.73º 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 #BDC169 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 105 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.24 |
| HSL | 62.73º | 0.42% | 0.58% | - |
| HSV(B) | 62.73º | 0.46% | 0.76% | - |
| XYZ | 42.61 | 49.98 | 20.77 | - |
| YUV | 181.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 105 | 0.02 | 0 | 0.46 | 0.24 | 62.73 | 0.42 | 0.58 |
| Hex | BD | C1 | 69 | 2 | 0 | 2E | 18 | 3F | 2A | 3A |
| Octal | 275 | 301 | 151 | 2 | 0 | 56 | 30 | 77 | 52 | 72 |
| Binary | 10111101 | 11000001 | 1101001 | 10 | 0 | 101110 | 11000 | 111111 | 101010 | 111010 |
Color Harmonies of #BDC169
Complementary color
Monochromatic Colors of #BDC169
Black with #BDC169
Text Example
Text Example
White with #BDC169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC169; }
p { color: rgb(189,193,105); }
H1.HeaderClassName
{
color: #BDC169;
}
.AnyTagClassName
{
color: #BDC169;
}
</style>
background-color css
<style>
a { background-color: #BDC169; }
a { background-color: rgb(189,193,105); }
div.DivClassName
{
background-color: #BDC169;
}
.BgClassName
{
background-color: #BDC169;
}
</style>
border-color css
<style>
span { border-color: #BDC169; }
span { border-color: rgb(189,193,105); }
td.TdClassName
{
border-color: #BDC169;
}
.TagClassName
{
border-color: #BDC169;
}
</style>