Shades of Wild Willow #BDCA5A
Tints of Wild Willow #BDCA5A
RGB
CMYK
RGB Variations
Color information
#BDCA5A (or 0xBDCA5A) is known color: Wild Willow. HEX triplet: BD, CA and 5A. RGB value is (189,202,90). Sum of RGB (Red+Green+Blue) = 189+202+90=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA5A is #4235A5. Grayscale: #B9B9B9. Windows color (decimal): -4339110 or 5950141. OLE color: 5950141.
HSL color Cylindrical-coordinate representation of color #BDCA5A: hue angle of 66.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDCA5A is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 90 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.21 |
| HSL | 66.96º | 0.51% | 0.57% | - |
| HSV(B) | 66.96º | 0.55% | 0.79% | - |
| XYZ | 43.95 | 53.8 | 17.74 | - |
| YUV | 185.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 90 | 0.06 | 0 | 0.55 | 0.21 | 66.96 | 0.51 | 0.57 |
| Hex | BD | CA | 5A | 6 | 0 | 37 | 15 | 43 | 33 | 39 |
| Octal | 275 | 312 | 132 | 6 | 0 | 67 | 25 | 103 | 63 | 71 |
| Binary | 10111101 | 11001010 | 1011010 | 110 | 0 | 110111 | 10101 | 1000011 | 110011 | 111001 |
Color Harmonies of #BDCA5A
Complementary color
Monochromatic Colors of #BDCA5A
Black with #BDCA5A
Text Example
Text Example
White with #BDCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA5A; }
p { color: rgb(189,202,90); }
H1.HeaderClassName
{
color: #BDCA5A;
}
.AnyTagClassName
{
color: #BDCA5A;
}
</style>
background-color css
<style>
a { background-color: #BDCA5A; }
a { background-color: rgb(189,202,90); }
div.DivClassName
{
background-color: #BDCA5A;
}
.BgClassName
{
background-color: #BDCA5A;
}
</style>
border-color css
<style>
span { border-color: #BDCA5A; }
span { border-color: rgb(189,202,90); }
td.TdClassName
{
border-color: #BDCA5A;
}
.TagClassName
{
border-color: #BDCA5A;
}
</style>