Shades of Wild Willow #BDCA52
Tints of Wild Willow #BDCA52
RGB
CMYK
RGB Variations
Color information
#BDCA52 (or 0xBDCA52) is known color: Wild Willow. HEX triplet: BD, CA and 52. RGB value is (189,202,82). Sum of RGB (Red+Green+Blue) = 189+202+82=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA52 is #4235AD. Grayscale: #B8B8B8. Windows color (decimal): -4339118 or 5425853. OLE color: 5425853.
HSL color Cylindrical-coordinate representation of color #BDCA52: hue angle of 66.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDCA52 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 82 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.21 |
| HSL | 66.5º | 0.53% | 0.56% | - |
| HSV(B) | 66.5º | 0.59% | 0.79% | - |
| XYZ | 43.63 | 53.67 | 16.04 | - |
| YUV | 184.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 82 | 0.06 | 0 | 0.59 | 0.21 | 66.5 | 0.53 | 0.56 |
| Hex | BD | CA | 52 | 6 | 0 | 3B | 15 | 42 | 35 | 38 |
| Octal | 275 | 312 | 122 | 6 | 0 | 73 | 25 | 102 | 65 | 70 |
| Binary | 10111101 | 11001010 | 1010010 | 110 | 0 | 111011 | 10101 | 1000010 | 110101 | 111000 |
Color Harmonies of #BDCA52
Complementary color
Monochromatic Colors of #BDCA52
Black with #BDCA52
Text Example
Text Example
White with #BDCA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA52; }
p { color: rgb(189,202,82); }
H1.HeaderClassName
{
color: #BDCA52;
}
.AnyTagClassName
{
color: #BDCA52;
}
</style>
background-color css
<style>
a { background-color: #BDCA52; }
a { background-color: rgb(189,202,82); }
div.DivClassName
{
background-color: #BDCA52;
}
.BgClassName
{
background-color: #BDCA52;
}
</style>
border-color css
<style>
span { border-color: #BDCA52; }
span { border-color: rgb(189,202,82); }
td.TdClassName
{
border-color: #BDCA52;
}
.TagClassName
{
border-color: #BDCA52;
}
</style>