Shades of Wild Willow #BDD16D
Tints of Wild Willow #BDD16D
RGB
CMYK
RGB Variations
Color information
#BDD16D (or 0xBDD16D) is known color: Wild Willow. HEX triplet: BD, D1 and 6D. RGB value is (189,209,109). Sum of RGB (Red+Green+Blue) = 189+209+109=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD16D is #422E92. Grayscale: #C0C0C0. Windows color (decimal): -4337299 or 7197117. OLE color: 7197117.
HSL color Cylindrical-coordinate representation of color #BDD16D: hue angle of 72º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDD16D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 109 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.18 |
| HSL | 72º | 0.52% | 0.62% | - |
| HSV(B) | 72º | 0.48% | 0.82% | - |
| XYZ | 46.55 | 57.52 | 23.12 | - |
| YUV | 191.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 109 | 0.10 | 0 | 0.48 | 0.18 | 72 | 0.52 | 0.62 |
| Hex | BD | D1 | 6D | A | 0 | 30 | 12 | 48 | 34 | 3E |
| Octal | 275 | 321 | 155 | 12 | 0 | 60 | 22 | 110 | 64 | 76 |
| Binary | 10111101 | 11010001 | 1101101 | 1010 | 0 | 110000 | 10010 | 1001000 | 110100 | 111110 |
Color Harmonies of #BDD16D
Complementary color
Monochromatic Colors of #BDD16D
Black with #BDD16D
Text Example
Text Example
White with #BDD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD16D; }
p { color: rgb(189,209,109); }
H1.HeaderClassName
{
color: #BDD16D;
}
.AnyTagClassName
{
color: #BDD16D;
}
</style>
background-color css
<style>
a { background-color: #BDD16D; }
a { background-color: rgb(189,209,109); }
div.DivClassName
{
background-color: #BDD16D;
}
.BgClassName
{
background-color: #BDD16D;
}
</style>
border-color css
<style>
span { border-color: #BDD16D; }
span { border-color: rgb(189,209,109); }
td.TdClassName
{
border-color: #BDD16D;
}
.TagClassName
{
border-color: #BDD16D;
}
</style>