Shades of Wild Willow #BDC36C
Tints of Wild Willow #BDC36C
RGB
CMYK
RGB Variations
Color information
#BDC36C (or 0xBDC36C) is known color: Wild Willow. HEX triplet: BD, C3 and 6C. RGB value is (189,195,108). Sum of RGB (Red+Green+Blue) = 189+195+108=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC36C is #423C93. Grayscale: #B7B7B7. Windows color (decimal): -4340884 or 7127997. OLE color: 7127997.
HSL color Cylindrical-coordinate representation of color #BDC36C: hue angle of 64.14º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC36C is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 108 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.24 |
| HSL | 64.14º | 0.42% | 0.59% | - |
| HSV(B) | 64.14º | 0.45% | 0.76% | - |
| XYZ | 43.21 | 50.93 | 21.74 | - |
| YUV | 183.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 108 | 0.03 | 0 | 0.45 | 0.24 | 64.14 | 0.42 | 0.59 |
| Hex | BD | C3 | 6C | 3 | 0 | 2D | 18 | 40 | 2A | 3B |
| Octal | 275 | 303 | 154 | 3 | 0 | 55 | 30 | 100 | 52 | 73 |
| Binary | 10111101 | 11000011 | 1101100 | 11 | 0 | 101101 | 11000 | 1000000 | 101010 | 111011 |
Color Harmonies of #BDC36C
Complementary color
Monochromatic Colors of #BDC36C
Black with #BDC36C
Text Example
Text Example
White with #BDC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC36C; }
p { color: rgb(189,195,108); }
H1.HeaderClassName
{
color: #BDC36C;
}
.AnyTagClassName
{
color: #BDC36C;
}
</style>
background-color css
<style>
a { background-color: #BDC36C; }
a { background-color: rgb(189,195,108); }
div.DivClassName
{
background-color: #BDC36C;
}
.BgClassName
{
background-color: #BDC36C;
}
</style>
border-color css
<style>
span { border-color: #BDC36C; }
span { border-color: rgb(189,195,108); }
td.TdClassName
{
border-color: #BDC36C;
}
.TagClassName
{
border-color: #BDC36C;
}
</style>