Shades of Wild Willow #BDC75A
Tints of Wild Willow #BDC75A
RGB
CMYK
RGB Variations
Color information
#BDC75A (or 0xBDC75A) is known color: Wild Willow. HEX triplet: BD, C7 and 5A. RGB value is (189,199,90). Sum of RGB (Red+Green+Blue) = 189+199+90=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC75A is #4238A5. Grayscale: #B8B8B8. Windows color (decimal): -4339878 or 5949373. OLE color: 5949373.
HSL color Cylindrical-coordinate representation of color #BDC75A: hue angle of 65.5º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC75A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 90 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.22 |
| HSL | 65.5º | 0.49% | 0.57% | - |
| HSV(B) | 65.5º | 0.55% | 0.78% | - |
| XYZ | 43.26 | 52.4 | 17.51 | - |
| YUV | 183.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 90 | 0.05 | 0 | 0.55 | 0.22 | 65.5 | 0.49 | 0.57 |
| Hex | BD | C7 | 5A | 5 | 0 | 37 | 16 | 42 | 31 | 39 |
| Octal | 275 | 307 | 132 | 5 | 0 | 67 | 26 | 102 | 61 | 71 |
| Binary | 10111101 | 11000111 | 1011010 | 101 | 0 | 110111 | 10110 | 1000010 | 110001 | 111001 |
Color Harmonies of #BDC75A
Complementary color
Monochromatic Colors of #BDC75A
Black with #BDC75A
Text Example
Text Example
White with #BDC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC75A; }
p { color: rgb(189,199,90); }
H1.HeaderClassName
{
color: #BDC75A;
}
.AnyTagClassName
{
color: #BDC75A;
}
</style>
background-color css
<style>
a { background-color: #BDC75A; }
a { background-color: rgb(189,199,90); }
div.DivClassName
{
background-color: #BDC75A;
}
.BgClassName
{
background-color: #BDC75A;
}
</style>
border-color css
<style>
span { border-color: #BDC75A; }
span { border-color: rgb(189,199,90); }
td.TdClassName
{
border-color: #BDC75A;
}
.TagClassName
{
border-color: #BDC75A;
}
</style>