Shades of Wild Willow #BDDC6C
Tints of Wild Willow #BDDC6C
RGB
CMYK
RGB Variations
Color information
#BDDC6C (or 0xBDDC6C) is known color: Wild Willow. HEX triplet: BD, DC and 6C. RGB value is (189,220,108). Sum of RGB (Red+Green+Blue) = 189+220+108=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC6C is #422393. Grayscale: #C6C6C6. Windows color (decimal): -4334484 or 7134397. OLE color: 7134397.
HSL color Cylindrical-coordinate representation of color #BDDC6C: hue angle of 76.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDDC6C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 108 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.14 |
| HSL | 76.61º | 0.62% | 0.64% | - |
| HSV(B) | 76.61º | 0.51% | 0.86% | - |
| XYZ | 49.29 | 63.09 | 23.77 | - |
| YUV | 197.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 108 | 0.14 | 0 | 0.51 | 0.14 | 76.61 | 0.62 | 0.64 |
| Hex | BD | DC | 6C | E | 0 | 33 | E | 4D | 3E | 40 |
| Octal | 275 | 334 | 154 | 16 | 0 | 63 | 16 | 115 | 76 | 100 |
| Binary | 10111101 | 11011100 | 1101100 | 1110 | 0 | 110011 | 1110 | 1001101 | 111110 | 1000000 |
Color Harmonies of #BDDC6C
Complementary color
Monochromatic Colors of #BDDC6C
Black with #BDDC6C
Text Example
Text Example
White with #BDDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC6C; }
p { color: rgb(189,220,108); }
H1.HeaderClassName
{
color: #BDDC6C;
}
.AnyTagClassName
{
color: #BDDC6C;
}
</style>
background-color css
<style>
a { background-color: #BDDC6C; }
a { background-color: rgb(189,220,108); }
div.DivClassName
{
background-color: #BDDC6C;
}
.BgClassName
{
background-color: #BDDC6C;
}
</style>
border-color css
<style>
span { border-color: #BDDC6C; }
span { border-color: rgb(189,220,108); }
td.TdClassName
{
border-color: #BDDC6C;
}
.TagClassName
{
border-color: #BDDC6C;
}
</style>