Shades of Wild Willow #BDD06D
Tints of Wild Willow #BDD06D
RGB
CMYK
RGB Variations
Color information
#BDD06D (or 0xBDD06D) is known color: Wild Willow. HEX triplet: BD, D0 and 6D. RGB value is (189,208,109). Sum of RGB (Red+Green+Blue) = 189+208+109=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD06D is #422F92. Grayscale: #BFBFBF. Windows color (decimal): -4337555 or 7196861. OLE color: 7196861.
HSL color Cylindrical-coordinate representation of color #BDD06D: hue angle of 71.52º degrees, saturation: 0.51, 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 #BDD06D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 109 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.18 |
| HSL | 71.52º | 0.51% | 0.62% | - |
| HSV(B) | 71.52º | 0.48% | 0.82% | - |
| XYZ | 46.3 | 57.03 | 23.04 | - |
| YUV | 191.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 109 | 0.09 | 0 | 0.48 | 0.18 | 71.52 | 0.51 | 0.62 |
| Hex | BD | D0 | 6D | 9 | 0 | 30 | 12 | 48 | 33 | 3E |
| Octal | 275 | 320 | 155 | 11 | 0 | 60 | 22 | 110 | 63 | 76 |
| Binary | 10111101 | 11010000 | 1101101 | 1001 | 0 | 110000 | 10010 | 1001000 | 110011 | 111110 |
Color Harmonies of #BDD06D
Complementary color
Monochromatic Colors of #BDD06D
Black with #BDD06D
Text Example
Text Example
White with #BDD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD06D; }
p { color: rgb(189,208,109); }
H1.HeaderClassName
{
color: #BDD06D;
}
.AnyTagClassName
{
color: #BDD06D;
}
</style>
background-color css
<style>
a { background-color: #BDD06D; }
a { background-color: rgb(189,208,109); }
div.DivClassName
{
background-color: #BDD06D;
}
.BgClassName
{
background-color: #BDD06D;
}
</style>
border-color css
<style>
span { border-color: #BDD06D; }
span { border-color: rgb(189,208,109); }
td.TdClassName
{
border-color: #BDD06D;
}
.TagClassName
{
border-color: #BDD06D;
}
</style>