Shades of Wild Willow #BDDA6A
Tints of Wild Willow #BDDA6A
RGB
CMYK
RGB Variations
Color information
#BDDA6A (or 0xBDDA6A) is known color: Wild Willow. HEX triplet: BD, DA and 6A. RGB value is (189,218,106). Sum of RGB (Red+Green+Blue) = 189+218+106=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA6A is #422595. Grayscale: #C4C4C4. Windows color (decimal): -4334998 or 7002813. OLE color: 7002813.
HSL color Cylindrical-coordinate representation of color #BDDA6A: hue angle of 75.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDDA6A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 106 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.15 |
| HSL | 75.54º | 0.6% | 0.64% | - |
| HSV(B) | 75.54º | 0.51% | 0.85% | - |
| XYZ | 48.66 | 62 | 23.04 | - |
| YUV | 196.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 106 | 0.13 | 0 | 0.51 | 0.15 | 75.54 | 0.6 | 0.64 |
| Hex | BD | DA | 6A | D | 0 | 33 | F | 4C | 3C | 40 |
| Octal | 275 | 332 | 152 | 15 | 0 | 63 | 17 | 114 | 74 | 100 |
| Binary | 10111101 | 11011010 | 1101010 | 1101 | 0 | 110011 | 1111 | 1001100 | 111100 | 1000000 |
Color Harmonies of #BDDA6A
Complementary color
Monochromatic Colors of #BDDA6A
Black with #BDDA6A
Text Example
Text Example
White with #BDDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA6A; }
p { color: rgb(189,218,106); }
H1.HeaderClassName
{
color: #BDDA6A;
}
.AnyTagClassName
{
color: #BDDA6A;
}
</style>
background-color css
<style>
a { background-color: #BDDA6A; }
a { background-color: rgb(189,218,106); }
div.DivClassName
{
background-color: #BDDA6A;
}
.BgClassName
{
background-color: #BDDA6A;
}
</style>
border-color css
<style>
span { border-color: #BDDA6A; }
span { border-color: rgb(189,218,106); }
td.TdClassName
{
border-color: #BDDA6A;
}
.TagClassName
{
border-color: #BDDA6A;
}
</style>