Shades of Wild Willow #BDC65F
Tints of Wild Willow #BDC65F
RGB
CMYK
RGB Variations
Color information
#BDC65F (or 0xBDC65F) is known color: Wild Willow. HEX triplet: BD, C6 and 5F. RGB value is (189,198,95). Sum of RGB (Red+Green+Blue) = 189+198+95=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC65F is #4239A0. Grayscale: #B7B7B7. Windows color (decimal): -4340129 or 6276797. OLE color: 6276797.
HSL color Cylindrical-coordinate representation of color #BDC65F: hue angle of 65.24º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDC65F is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 95 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.22 |
| HSL | 65.24º | 0.47% | 0.57% | - |
| HSV(B) | 65.24º | 0.52% | 0.78% | - |
| XYZ | 43.25 | 52.03 | 18.59 | - |
| YUV | 183.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 95 | 0.05 | 0 | 0.52 | 0.22 | 65.24 | 0.47 | 0.57 |
| Hex | BD | C6 | 5F | 5 | 0 | 34 | 16 | 41 | 2F | 39 |
| Octal | 275 | 306 | 137 | 5 | 0 | 64 | 26 | 101 | 57 | 71 |
| Binary | 10111101 | 11000110 | 1011111 | 101 | 0 | 110100 | 10110 | 1000001 | 101111 | 111001 |
Color Harmonies of #BDC65F
Complementary color
Monochromatic Colors of #BDC65F
Black with #BDC65F
Text Example
Text Example
White with #BDC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC65F; }
p { color: rgb(189,198,95); }
H1.HeaderClassName
{
color: #BDC65F;
}
.AnyTagClassName
{
color: #BDC65F;
}
</style>
background-color css
<style>
a { background-color: #BDC65F; }
a { background-color: rgb(189,198,95); }
div.DivClassName
{
background-color: #BDC65F;
}
.BgClassName
{
background-color: #BDC65F;
}
</style>
border-color css
<style>
span { border-color: #BDC65F; }
span { border-color: rgb(189,198,95); }
td.TdClassName
{
border-color: #BDC65F;
}
.TagClassName
{
border-color: #BDC65F;
}
</style>