Shades of Wild Willow #BDC75E
Tints of Wild Willow #BDC75E
RGB
CMYK
RGB Variations
Color information
#BDC75E (or 0xBDC75E) is known color: Wild Willow. HEX triplet: BD, C7 and 5E. RGB value is (189,199,94). Sum of RGB (Red+Green+Blue) = 189+199+94=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC75E is #4238A1. Grayscale: #B8B8B8. Windows color (decimal): -4339874 or 6211517. OLE color: 6211517.
HSL color Cylindrical-coordinate representation of color #BDC75E: hue angle of 65.71º 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 #BDC75E is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 94 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.22 |
| HSL | 65.71º | 0.48% | 0.57% | - |
| HSV(B) | 65.71º | 0.53% | 0.78% | - |
| XYZ | 43.43 | 52.47 | 18.43 | - |
| YUV | 184.04 | 77.19 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 94 | 0.05 | 0 | 0.53 | 0.22 | 65.71 | 0.48 | 0.57 |
| Hex | BD | C7 | 5E | 5 | 0 | 35 | 16 | 42 | 30 | 39 |
| Octal | 275 | 307 | 136 | 5 | 0 | 65 | 26 | 102 | 60 | 71 |
| Binary | 10111101 | 11000111 | 1011110 | 101 | 0 | 110101 | 10110 | 1000010 | 110000 | 111001 |
Color Harmonies of #BDC75E
Complementary color
Monochromatic Colors of #BDC75E
Black with #BDC75E
Text Example
Text Example
White with #BDC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC75E; }
p { color: rgb(189,199,94); }
H1.HeaderClassName
{
color: #BDC75E;
}
.AnyTagClassName
{
color: #BDC75E;
}
</style>
background-color css
<style>
a { background-color: #BDC75E; }
a { background-color: rgb(189,199,94); }
div.DivClassName
{
background-color: #BDC75E;
}
.BgClassName
{
background-color: #BDC75E;
}
</style>
border-color css
<style>
span { border-color: #BDC75E; }
span { border-color: rgb(189,199,94); }
td.TdClassName
{
border-color: #BDC75E;
}
.TagClassName
{
border-color: #BDC75E;
}
</style>