Shades of Wild Willow #BDD672
Tints of Wild Willow #BDD672
RGB
CMYK
RGB Variations
Color information
#BDD672 (or 0xBDD672) is known color: Wild Willow. HEX triplet: BD, D6 and 72. RGB value is (189,214,114). Sum of RGB (Red+Green+Blue) = 189+214+114=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD672 is #42298D. Grayscale: #C3C3C3. Windows color (decimal): -4336014 or 7526077. OLE color: 7526077.
HSL color Cylindrical-coordinate representation of color #BDD672: hue angle of 75º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDD672 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 114 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.16 |
| HSL | 75º | 0.55% | 0.64% | - |
| HSV(B) | 75º | 0.47% | 0.84% | - |
| XYZ | 48.07 | 60.13 | 24.99 | - |
| YUV | 195.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 114 | 0.12 | 0 | 0.47 | 0.16 | 75 | 0.55 | 0.64 |
| Hex | BD | D6 | 72 | C | 0 | 2F | 10 | 4B | 37 | 40 |
| Octal | 275 | 326 | 162 | 14 | 0 | 57 | 20 | 113 | 67 | 100 |
| Binary | 10111101 | 11010110 | 1110010 | 1100 | 0 | 101111 | 10000 | 1001011 | 110111 | 1000000 |
Color Harmonies of #BDD672
Complementary color
Monochromatic Colors of #BDD672
Black with #BDD672
Text Example
Text Example
White with #BDD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD672; }
p { color: rgb(189,214,114); }
H1.HeaderClassName
{
color: #BDD672;
}
.AnyTagClassName
{
color: #BDD672;
}
</style>
background-color css
<style>
a { background-color: #BDD672; }
a { background-color: rgb(189,214,114); }
div.DivClassName
{
background-color: #BDD672;
}
.BgClassName
{
background-color: #BDD672;
}
</style>
border-color css
<style>
span { border-color: #BDD672; }
span { border-color: rgb(189,214,114); }
td.TdClassName
{
border-color: #BDD672;
}
.TagClassName
{
border-color: #BDD672;
}
</style>