Shades of Wild Willow #BDC75D
Tints of Wild Willow #BDC75D
RGB
CMYK
RGB Variations
Color information
#BDC75D (or 0xBDC75D) is known color: Wild Willow. HEX triplet: BD, C7 and 5D. RGB value is (189,199,93). Sum of RGB (Red+Green+Blue) = 189+199+93=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC75D is #4238A2. Grayscale: #B8B8B8. Windows color (decimal): -4339875 or 6145981. OLE color: 6145981.
HSL color Cylindrical-coordinate representation of color #BDC75D: hue angle of 65.66º degrees, saturation: 0.49, 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 #BDC75D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 93 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.22 |
| HSL | 65.66º | 0.49% | 0.57% | - |
| HSV(B) | 65.66º | 0.53% | 0.78% | - |
| XYZ | 43.39 | 52.46 | 18.19 | - |
| YUV | 183.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 93 | 0.05 | 0 | 0.53 | 0.22 | 65.66 | 0.49 | 0.57 |
| Hex | BD | C7 | 5D | 5 | 0 | 35 | 16 | 42 | 31 | 39 |
| Octal | 275 | 307 | 135 | 5 | 0 | 65 | 26 | 102 | 61 | 71 |
| Binary | 10111101 | 11000111 | 1011101 | 101 | 0 | 110101 | 10110 | 1000010 | 110001 | 111001 |
Color Harmonies of #BDC75D
Complementary color
Monochromatic Colors of #BDC75D
Black with #BDC75D
Text Example
Text Example
White with #BDC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC75D; }
p { color: rgb(189,199,93); }
H1.HeaderClassName
{
color: #BDC75D;
}
.AnyTagClassName
{
color: #BDC75D;
}
</style>
background-color css
<style>
a { background-color: #BDC75D; }
a { background-color: rgb(189,199,93); }
div.DivClassName
{
background-color: #BDC75D;
}
.BgClassName
{
background-color: #BDC75D;
}
</style>
border-color css
<style>
span { border-color: #BDC75D; }
span { border-color: rgb(189,199,93); }
td.TdClassName
{
border-color: #BDC75D;
}
.TagClassName
{
border-color: #BDC75D;
}
</style>