Shades of Wild Willow #BDC65D
Tints of Wild Willow #BDC65D
RGB
CMYK
RGB Variations
Color information
#BDC65D (or 0xBDC65D) is known color: Wild Willow. HEX triplet: BD, C6 and 5D. RGB value is (189,198,93). Sum of RGB (Red+Green+Blue) = 189+198+93=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC65D is #4239A2. Grayscale: #B7B7B7. Windows color (decimal): -4340131 or 6145725. OLE color: 6145725.
HSL color Cylindrical-coordinate representation of color #BDC65D: hue angle of 65.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC65D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 93 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.22 |
| HSL | 65.14º | 0.48% | 0.57% | - |
| HSV(B) | 65.14º | 0.53% | 0.78% | - |
| XYZ | 43.16 | 52 | 18.12 | - |
| YUV | 183.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 93 | 0.05 | 0 | 0.53 | 0.22 | 65.14 | 0.48 | 0.57 |
| Hex | BD | C6 | 5D | 5 | 0 | 35 | 16 | 41 | 30 | 39 |
| Octal | 275 | 306 | 135 | 5 | 0 | 65 | 26 | 101 | 60 | 71 |
| Binary | 10111101 | 11000110 | 1011101 | 101 | 0 | 110101 | 10110 | 1000001 | 110000 | 111001 |
Color Harmonies of #BDC65D
Complementary color
Monochromatic Colors of #BDC65D
Black with #BDC65D
Text Example
Text Example
White with #BDC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC65D; }
p { color: rgb(189,198,93); }
H1.HeaderClassName
{
color: #BDC65D;
}
.AnyTagClassName
{
color: #BDC65D;
}
</style>
background-color css
<style>
a { background-color: #BDC65D; }
a { background-color: rgb(189,198,93); }
div.DivClassName
{
background-color: #BDC65D;
}
.BgClassName
{
background-color: #BDC65D;
}
</style>
border-color css
<style>
span { border-color: #BDC65D; }
span { border-color: rgb(189,198,93); }
td.TdClassName
{
border-color: #BDC65D;
}
.TagClassName
{
border-color: #BDC65D;
}
</style>