Shades of Wild Willow #BDC65C
Tints of Wild Willow #BDC65C
RGB
CMYK
RGB Variations
Color information
#BDC65C (or 0xBDC65C) is known color: Wild Willow. HEX triplet: BD, C6 and 5C. RGB value is (189,198,92). Sum of RGB (Red+Green+Blue) = 189+198+92=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC65C is #4239A3. Grayscale: #B7B7B7. Windows color (decimal): -4340132 or 6080189. OLE color: 6080189.
HSL color Cylindrical-coordinate representation of color #BDC65C: hue angle of 65.09º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC65C is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 92 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.22 |
| HSL | 65.09º | 0.48% | 0.57% | - |
| HSV(B) | 65.09º | 0.54% | 0.78% | - |
| XYZ | 43.11 | 51.98 | 17.89 | - |
| YUV | 183.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 92 | 0.05 | 0 | 0.54 | 0.22 | 65.09 | 0.48 | 0.57 |
| Hex | BD | C6 | 5C | 5 | 0 | 36 | 16 | 41 | 30 | 39 |
| Octal | 275 | 306 | 134 | 5 | 0 | 66 | 26 | 101 | 60 | 71 |
| Binary | 10111101 | 11000110 | 1011100 | 101 | 0 | 110110 | 10110 | 1000001 | 110000 | 111001 |
Color Harmonies of #BDC65C
Complementary color
Monochromatic Colors of #BDC65C
Black with #BDC65C
Text Example
Text Example
White with #BDC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC65C; }
p { color: rgb(189,198,92); }
H1.HeaderClassName
{
color: #BDC65C;
}
.AnyTagClassName
{
color: #BDC65C;
}
</style>
background-color css
<style>
a { background-color: #BDC65C; }
a { background-color: rgb(189,198,92); }
div.DivClassName
{
background-color: #BDC65C;
}
.BgClassName
{
background-color: #BDC65C;
}
</style>
border-color css
<style>
span { border-color: #BDC65C; }
span { border-color: rgb(189,198,92); }
td.TdClassName
{
border-color: #BDC65C;
}
.TagClassName
{
border-color: #BDC65C;
}
</style>