Shades of Wild Willow #BDCA60
Tints of Wild Willow #BDCA60
RGB
CMYK
RGB Variations
Color information
#BDCA60 (or 0xBDCA60) is known color: Wild Willow. HEX triplet: BD, CA and 60. RGB value is (189,202,96). Sum of RGB (Red+Green+Blue) = 189+202+96=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA60 is #42359F. Grayscale: #BABABA. Windows color (decimal): -4339104 or 6343357. OLE color: 6343357.
HSL color Cylindrical-coordinate representation of color #BDCA60: hue angle of 67.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDCA60 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 96 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.21 |
| HSL | 67.36º | 0.5% | 0.58% | - |
| HSV(B) | 67.36º | 0.52% | 0.79% | - |
| XYZ | 44.22 | 53.9 | 19.14 | - |
| YUV | 186.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 96 | 0.06 | 0 | 0.52 | 0.21 | 67.36 | 0.5 | 0.58 |
| Hex | BD | CA | 60 | 6 | 0 | 34 | 15 | 43 | 32 | 3A |
| Octal | 275 | 312 | 140 | 6 | 0 | 64 | 25 | 103 | 62 | 72 |
| Binary | 10111101 | 11001010 | 1100000 | 110 | 0 | 110100 | 10101 | 1000011 | 110010 | 111010 |
Color Harmonies of #BDCA60
Complementary color
Monochromatic Colors of #BDCA60
Black with #BDCA60
Text Example
Text Example
White with #BDCA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA60; }
p { color: rgb(189,202,96); }
H1.HeaderClassName
{
color: #BDCA60;
}
.AnyTagClassName
{
color: #BDCA60;
}
</style>
background-color css
<style>
a { background-color: #BDCA60; }
a { background-color: rgb(189,202,96); }
div.DivClassName
{
background-color: #BDCA60;
}
.BgClassName
{
background-color: #BDCA60;
}
</style>
border-color css
<style>
span { border-color: #BDCA60; }
span { border-color: rgb(189,202,96); }
td.TdClassName
{
border-color: #BDCA60;
}
.TagClassName
{
border-color: #BDCA60;
}
</style>