Shades of Wild Willow #BDC46A
Tints of Wild Willow #BDC46A
RGB
CMYK
RGB Variations
Color information
#BDC46A (or 0xBDC46A) is known color: Wild Willow. HEX triplet: BD, C4 and 6A. RGB value is (189,196,106). Sum of RGB (Red+Green+Blue) = 189+196+106=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC46A is #423B95. Grayscale: #B8B8B8. Windows color (decimal): -4340630 or 6997181. OLE color: 6997181.
HSL color Cylindrical-coordinate representation of color #BDC46A: hue angle of 64.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC46A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 106 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.23 |
| HSL | 64.67º | 0.43% | 0.59% | - |
| HSV(B) | 64.67º | 0.46% | 0.77% | - |
| XYZ | 43.33 | 51.34 | 21.26 | - |
| YUV | 183.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 106 | 0.04 | 0 | 0.46 | 0.23 | 64.67 | 0.43 | 0.59 |
| Hex | BD | C4 | 6A | 4 | 0 | 2E | 17 | 41 | 2B | 3B |
| Octal | 275 | 304 | 152 | 4 | 0 | 56 | 27 | 101 | 53 | 73 |
| Binary | 10111101 | 11000100 | 1101010 | 100 | 0 | 101110 | 10111 | 1000001 | 101011 | 111011 |
Color Harmonies of #BDC46A
Complementary color
Monochromatic Colors of #BDC46A
Black with #BDC46A
Text Example
Text Example
White with #BDC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC46A; }
p { color: rgb(189,196,106); }
H1.HeaderClassName
{
color: #BDC46A;
}
.AnyTagClassName
{
color: #BDC46A;
}
</style>
background-color css
<style>
a { background-color: #BDC46A; }
a { background-color: rgb(189,196,106); }
div.DivClassName
{
background-color: #BDC46A;
}
.BgClassName
{
background-color: #BDC46A;
}
</style>
border-color css
<style>
span { border-color: #BDC46A; }
span { border-color: rgb(189,196,106); }
td.TdClassName
{
border-color: #BDC46A;
}
.TagClassName
{
border-color: #BDC46A;
}
</style>