Shades of Wild Willow #BDD36B
Tints of Wild Willow #BDD36B
RGB
CMYK
RGB Variations
Color information
#BDD36B (or 0xBDD36B) is known color: Wild Willow. HEX triplet: BD, D3 and 6B. RGB value is (189,211,107). Sum of RGB (Red+Green+Blue) = 189+211+107=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD36B is #422C94. Grayscale: #C0C0C0. Windows color (decimal): -4336789 or 7066557. OLE color: 7066557.
HSL color Cylindrical-coordinate representation of color #BDD36B: hue angle of 72.69º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDD36B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 107 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.17 |
| HSL | 72.69º | 0.54% | 0.62% | - |
| HSV(B) | 72.69º | 0.49% | 0.83% | - |
| XYZ | 46.93 | 58.47 | 22.72 | - |
| YUV | 192.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 107 | 0.10 | 0 | 0.49 | 0.17 | 72.69 | 0.54 | 0.62 |
| Hex | BD | D3 | 6B | A | 0 | 31 | 11 | 49 | 36 | 3E |
| Octal | 275 | 323 | 153 | 12 | 0 | 61 | 21 | 111 | 66 | 76 |
| Binary | 10111101 | 11010011 | 1101011 | 1010 | 0 | 110001 | 10001 | 1001001 | 110110 | 111110 |
Color Harmonies of #BDD36B
Complementary color
Monochromatic Colors of #BDD36B
Black with #BDD36B
Text Example
Text Example
White with #BDD36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD36B; }
p { color: rgb(189,211,107); }
H1.HeaderClassName
{
color: #BDD36B;
}
.AnyTagClassName
{
color: #BDD36B;
}
</style>
background-color css
<style>
a { background-color: #BDD36B; }
a { background-color: rgb(189,211,107); }
div.DivClassName
{
background-color: #BDD36B;
}
.BgClassName
{
background-color: #BDD36B;
}
</style>
border-color css
<style>
span { border-color: #BDD36B; }
span { border-color: rgb(189,211,107); }
td.TdClassName
{
border-color: #BDD36B;
}
.TagClassName
{
border-color: #BDD36B;
}
</style>