Shades of Wild Willow #BDDB6A
Tints of Wild Willow #BDDB6A
RGB
CMYK
RGB Variations
Color information
#BDDB6A (or 0xBDDB6A) is known color: Wild Willow. HEX triplet: BD, DB and 6A. RGB value is (189,219,106). Sum of RGB (Red+Green+Blue) = 189+219+106=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB6A is #422495. Grayscale: #C5C5C5. Windows color (decimal): -4334742 or 7003069. OLE color: 7003069.
HSL color Cylindrical-coordinate representation of color #BDDB6A: hue angle of 75.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDDB6A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 106 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.14 |
| HSL | 75.93º | 0.61% | 0.64% | - |
| HSV(B) | 75.93º | 0.52% | 0.86% | - |
| XYZ | 48.92 | 62.52 | 23.13 | - |
| YUV | 197.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 106 | 0.14 | 0 | 0.52 | 0.14 | 75.93 | 0.61 | 0.64 |
| Hex | BD | DB | 6A | E | 0 | 34 | E | 4C | 3D | 40 |
| Octal | 275 | 333 | 152 | 16 | 0 | 64 | 16 | 114 | 75 | 100 |
| Binary | 10111101 | 11011011 | 1101010 | 1110 | 0 | 110100 | 1110 | 1001100 | 111101 | 1000000 |
Color Harmonies of #BDDB6A
Complementary color
Monochromatic Colors of #BDDB6A
Black with #BDDB6A
Text Example
Text Example
White with #BDDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB6A; }
p { color: rgb(189,219,106); }
H1.HeaderClassName
{
color: #BDDB6A;
}
.AnyTagClassName
{
color: #BDDB6A;
}
</style>
background-color css
<style>
a { background-color: #BDDB6A; }
a { background-color: rgb(189,219,106); }
div.DivClassName
{
background-color: #BDDB6A;
}
.BgClassName
{
background-color: #BDDB6A;
}
</style>
border-color css
<style>
span { border-color: #BDDB6A; }
span { border-color: rgb(189,219,106); }
td.TdClassName
{
border-color: #BDDB6A;
}
.TagClassName
{
border-color: #BDDB6A;
}
</style>