Shades of Wild Willow #BDCA59
Tints of Wild Willow #BDCA59
RGB
CMYK
RGB Variations
Color information
#BDCA59 (or 0xBDCA59) is known color: Wild Willow. HEX triplet: BD, CA and 59. RGB value is (189,202,89). Sum of RGB (Red+Green+Blue) = 189+202+89=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA59 is #4235A6. Grayscale: #B9B9B9. Windows color (decimal): -4339111 or 5884605. OLE color: 5884605.
HSL color Cylindrical-coordinate representation of color #BDCA59: hue angle of 66.9º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDCA59 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 89 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.21 |
| HSL | 66.9º | 0.52% | 0.57% | - |
| HSV(B) | 66.9º | 0.56% | 0.79% | - |
| XYZ | 43.91 | 53.78 | 17.52 | - |
| YUV | 185.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 89 | 0.06 | 0 | 0.56 | 0.21 | 66.9 | 0.52 | 0.57 |
| Hex | BD | CA | 59 | 6 | 0 | 38 | 15 | 43 | 34 | 39 |
| Octal | 275 | 312 | 131 | 6 | 0 | 70 | 25 | 103 | 64 | 71 |
| Binary | 10111101 | 11001010 | 1011001 | 110 | 0 | 111000 | 10101 | 1000011 | 110100 | 111001 |
Color Harmonies of #BDCA59
Complementary color
Monochromatic Colors of #BDCA59
Black with #BDCA59
Text Example
Text Example
White with #BDCA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA59; }
p { color: rgb(189,202,89); }
H1.HeaderClassName
{
color: #BDCA59;
}
.AnyTagClassName
{
color: #BDCA59;
}
</style>
background-color css
<style>
a { background-color: #BDCA59; }
a { background-color: rgb(189,202,89); }
div.DivClassName
{
background-color: #BDCA59;
}
.BgClassName
{
background-color: #BDCA59;
}
</style>
border-color css
<style>
span { border-color: #BDCA59; }
span { border-color: rgb(189,202,89); }
td.TdClassName
{
border-color: #BDCA59;
}
.TagClassName
{
border-color: #BDCA59;
}
</style>