Shades of Wild Willow #BDC46B
Tints of Wild Willow #BDC46B
RGB
CMYK
RGB Variations
Color information
#BDC46B (or 0xBDC46B) is known color: Wild Willow. HEX triplet: BD, C4 and 6B. RGB value is (189,196,107). Sum of RGB (Red+Green+Blue) = 189+196+107=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC46B is #423B94. Grayscale: #B8B8B8. Windows color (decimal): -4340629 or 7062717. OLE color: 7062717.
HSL color Cylindrical-coordinate representation of color #BDC46B: hue angle of 64.72º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC46B is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 107 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.23 |
| HSL | 64.72º | 0.43% | 0.59% | - |
| HSV(B) | 64.72º | 0.45% | 0.77% | - |
| XYZ | 43.38 | 51.36 | 21.54 | - |
| YUV | 183.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 107 | 0.04 | 0 | 0.45 | 0.23 | 64.72 | 0.43 | 0.59 |
| Hex | BD | C4 | 6B | 4 | 0 | 2D | 17 | 41 | 2B | 3B |
| Octal | 275 | 304 | 153 | 4 | 0 | 55 | 27 | 101 | 53 | 73 |
| Binary | 10111101 | 11000100 | 1101011 | 100 | 0 | 101101 | 10111 | 1000001 | 101011 | 111011 |
Color Harmonies of #BDC46B
Complementary color
Monochromatic Colors of #BDC46B
Black with #BDC46B
Text Example
Text Example
White with #BDC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC46B; }
p { color: rgb(189,196,107); }
H1.HeaderClassName
{
color: #BDC46B;
}
.AnyTagClassName
{
color: #BDC46B;
}
</style>
background-color css
<style>
a { background-color: #BDC46B; }
a { background-color: rgb(189,196,107); }
div.DivClassName
{
background-color: #BDC46B;
}
.BgClassName
{
background-color: #BDC46B;
}
</style>
border-color css
<style>
span { border-color: #BDC46B; }
span { border-color: rgb(189,196,107); }
td.TdClassName
{
border-color: #BDC46B;
}
.TagClassName
{
border-color: #BDC46B;
}
</style>