Shades of Wild Willow #BDC36A
Tints of Wild Willow #BDC36A
RGB
CMYK
RGB Variations
Color information
#BDC36A (or 0xBDC36A) is known color: Wild Willow. HEX triplet: BD, C3 and 6A. RGB value is (189,195,106). Sum of RGB (Red+Green+Blue) = 189+195+106=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC36A is #423C95. Grayscale: #B7B7B7. Windows color (decimal): -4340886 or 6996925. OLE color: 6996925.
HSL color Cylindrical-coordinate representation of color #BDC36A: hue angle of 64.04º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC36A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 106 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.24 |
| HSL | 64.04º | 0.43% | 0.59% | - |
| HSV(B) | 64.04º | 0.46% | 0.76% | - |
| XYZ | 43.1 | 50.89 | 21.19 | - |
| YUV | 183.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 106 | 0.03 | 0 | 0.46 | 0.24 | 64.04 | 0.43 | 0.59 |
| Hex | BD | C3 | 6A | 3 | 0 | 2E | 18 | 40 | 2B | 3B |
| Octal | 275 | 303 | 152 | 3 | 0 | 56 | 30 | 100 | 53 | 73 |
| Binary | 10111101 | 11000011 | 1101010 | 11 | 0 | 101110 | 11000 | 1000000 | 101011 | 111011 |
Color Harmonies of #BDC36A
Complementary color
Monochromatic Colors of #BDC36A
Black with #BDC36A
Text Example
Text Example
White with #BDC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC36A; }
p { color: rgb(189,195,106); }
H1.HeaderClassName
{
color: #BDC36A;
}
.AnyTagClassName
{
color: #BDC36A;
}
</style>
background-color css
<style>
a { background-color: #BDC36A; }
a { background-color: rgb(189,195,106); }
div.DivClassName
{
background-color: #BDC36A;
}
.BgClassName
{
background-color: #BDC36A;
}
</style>
border-color css
<style>
span { border-color: #BDC36A; }
span { border-color: rgb(189,195,106); }
td.TdClassName
{
border-color: #BDC36A;
}
.TagClassName
{
border-color: #BDC36A;
}
</style>