Shades of Wild Willow #BDC566
Tints of Wild Willow #BDC566
RGB
CMYK
RGB Variations
Color information
#BDC566 (or 0xBDC566) is known color: Wild Willow. HEX triplet: BD, C5 and 66. RGB value is (189,197,102). Sum of RGB (Red+Green+Blue) = 189+197+102=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC566 is #423A99. Grayscale: #B8B8B8. Windows color (decimal): -4340378 or 6735293. OLE color: 6735293.
HSL color Cylindrical-coordinate representation of color #BDC566: hue angle of 65.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC566 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 102 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.23 |
| HSL | 65.05º | 0.45% | 0.59% | - |
| HSV(B) | 65.05º | 0.48% | 0.77% | - |
| XYZ | 43.35 | 51.71 | 20.27 | - |
| YUV | 183.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 102 | 0.04 | 0 | 0.48 | 0.23 | 65.05 | 0.45 | 0.59 |
| Hex | BD | C5 | 66 | 4 | 0 | 30 | 17 | 41 | 2D | 3B |
| Octal | 275 | 305 | 146 | 4 | 0 | 60 | 27 | 101 | 55 | 73 |
| Binary | 10111101 | 11000101 | 1100110 | 100 | 0 | 110000 | 10111 | 1000001 | 101101 | 111011 |
Color Harmonies of #BDC566
Complementary color
Monochromatic Colors of #BDC566
Black with #BDC566
Text Example
Text Example
White with #BDC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC566; }
p { color: rgb(189,197,102); }
H1.HeaderClassName
{
color: #BDC566;
}
.AnyTagClassName
{
color: #BDC566;
}
</style>
background-color css
<style>
a { background-color: #BDC566; }
a { background-color: rgb(189,197,102); }
div.DivClassName
{
background-color: #BDC566;
}
.BgClassName
{
background-color: #BDC566;
}
</style>
border-color css
<style>
span { border-color: #BDC566; }
span { border-color: rgb(189,197,102); }
td.TdClassName
{
border-color: #BDC566;
}
.TagClassName
{
border-color: #BDC566;
}
</style>