Shades of Wild Willow #BDC46C
Tints of Wild Willow #BDC46C
RGB
CMYK
RGB Variations
Color information
#BDC46C (or 0xBDC46C) is known color: Wild Willow. HEX triplet: BD, C4 and 6C. RGB value is (189,196,108). Sum of RGB (Red+Green+Blue) = 189+196+108=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC46C is #423B93. Grayscale: #B8B8B8. Windows color (decimal): -4340628 or 7128253. OLE color: 7128253.
HSL color Cylindrical-coordinate representation of color #BDC46C: hue angle of 64.77º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC46C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 108 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.23 |
| HSL | 64.77º | 0.43% | 0.6% | - |
| HSV(B) | 64.77º | 0.45% | 0.77% | - |
| XYZ | 43.43 | 51.38 | 21.82 | - |
| YUV | 183.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 108 | 0.04 | 0 | 0.45 | 0.23 | 64.77 | 0.43 | 0.6 |
| Hex | BD | C4 | 6C | 4 | 0 | 2D | 17 | 41 | 2B | 3C |
| Octal | 275 | 304 | 154 | 4 | 0 | 55 | 27 | 101 | 53 | 74 |
| Binary | 10111101 | 11000100 | 1101100 | 100 | 0 | 101101 | 10111 | 1000001 | 101011 | 111100 |
Color Harmonies of #BDC46C
Complementary color
Monochromatic Colors of #BDC46C
Black with #BDC46C
Text Example
Text Example
White with #BDC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC46C; }
p { color: rgb(189,196,108); }
H1.HeaderClassName
{
color: #BDC46C;
}
.AnyTagClassName
{
color: #BDC46C;
}
</style>
background-color css
<style>
a { background-color: #BDC46C; }
a { background-color: rgb(189,196,108); }
div.DivClassName
{
background-color: #BDC46C;
}
.BgClassName
{
background-color: #BDC46C;
}
</style>
border-color css
<style>
span { border-color: #BDC46C; }
span { border-color: rgb(189,196,108); }
td.TdClassName
{
border-color: #BDC46C;
}
.TagClassName
{
border-color: #BDC46C;
}
</style>