Shades of Wild Willow #BDC36B
Tints of Wild Willow #BDC36B
RGB
CMYK
RGB Variations
Color information
#BDC36B (or 0xBDC36B) is known color: Wild Willow. HEX triplet: BD, C3 and 6B. RGB value is (189,195,107). Sum of RGB (Red+Green+Blue) = 189+195+107=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC36B is #423C94. Grayscale: #B7B7B7. Windows color (decimal): -4340885 or 7062461. OLE color: 7062461.
HSL color Cylindrical-coordinate representation of color #BDC36B: hue angle of 64.09º 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 #BDC36B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 107 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.24 |
| HSL | 64.09º | 0.42% | 0.59% | - |
| HSV(B) | 64.09º | 0.45% | 0.76% | - |
| XYZ | 43.16 | 50.91 | 21.46 | - |
| YUV | 183.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 107 | 0.03 | 0 | 0.45 | 0.24 | 64.09 | 0.42 | 0.59 |
| Hex | BD | C3 | 6B | 3 | 0 | 2D | 18 | 40 | 2A | 3B |
| Octal | 275 | 303 | 153 | 3 | 0 | 55 | 30 | 100 | 52 | 73 |
| Binary | 10111101 | 11000011 | 1101011 | 11 | 0 | 101101 | 11000 | 1000000 | 101010 | 111011 |
Color Harmonies of #BDC36B
Complementary color
Monochromatic Colors of #BDC36B
Black with #BDC36B
Text Example
Text Example
White with #BDC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC36B; }
p { color: rgb(189,195,107); }
H1.HeaderClassName
{
color: #BDC36B;
}
.AnyTagClassName
{
color: #BDC36B;
}
</style>
background-color css
<style>
a { background-color: #BDC36B; }
a { background-color: rgb(189,195,107); }
div.DivClassName
{
background-color: #BDC36B;
}
.BgClassName
{
background-color: #BDC36B;
}
</style>
border-color css
<style>
span { border-color: #BDC36B; }
span { border-color: rgb(189,195,107); }
td.TdClassName
{
border-color: #BDC36B;
}
.TagClassName
{
border-color: #BDC36B;
}
</style>