Shades of Wild Willow #BDC265
Tints of Wild Willow #BDC265
RGB
CMYK
RGB Variations
Color information
#BDC265 (or 0xBDC265) is known color: Wild Willow. HEX triplet: BD, C2 and 65. RGB value is (189,194,101). Sum of RGB (Red+Green+Blue) = 189+194+101=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC265 is #423D9A. Grayscale: #B6B6B6. Windows color (decimal): -4341147 or 6668989. OLE color: 6668989.
HSL color Cylindrical-coordinate representation of color #BDC265: hue angle of 63.23º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC265 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 101 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.24 |
| HSL | 63.23º | 0.43% | 0.58% | - |
| HSV(B) | 63.23º | 0.48% | 0.76% | - |
| XYZ | 42.63 | 50.34 | 19.78 | - |
| YUV | 181.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 101 | 0.03 | 0 | 0.48 | 0.24 | 63.23 | 0.43 | 0.58 |
| Hex | BD | C2 | 65 | 3 | 0 | 30 | 18 | 3F | 2B | 3A |
| Octal | 275 | 302 | 145 | 3 | 0 | 60 | 30 | 77 | 53 | 72 |
| Binary | 10111101 | 11000010 | 1100101 | 11 | 0 | 110000 | 11000 | 111111 | 101011 | 111010 |
Color Harmonies of #BDC265
Complementary color
Monochromatic Colors of #BDC265
Black with #BDC265
Text Example
Text Example
White with #BDC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC265; }
p { color: rgb(189,194,101); }
H1.HeaderClassName
{
color: #BDC265;
}
.AnyTagClassName
{
color: #BDC265;
}
</style>
background-color css
<style>
a { background-color: #BDC265; }
a { background-color: rgb(189,194,101); }
div.DivClassName
{
background-color: #BDC265;
}
.BgClassName
{
background-color: #BDC265;
}
</style>
border-color css
<style>
span { border-color: #BDC265; }
span { border-color: rgb(189,194,101); }
td.TdClassName
{
border-color: #BDC265;
}
.TagClassName
{
border-color: #BDC265;
}
</style>