Shades of Wild Willow #BDC760
Tints of Wild Willow #BDC760
RGB
CMYK
RGB Variations
Color information
#BDC760 (or 0xBDC760) is known color: Wild Willow. HEX triplet: BD, C7 and 60. RGB value is (189,199,96). Sum of RGB (Red+Green+Blue) = 189+199+96=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC760 is #42389F. Grayscale: #B8B8B8. Windows color (decimal): -4339872 or 6342589. OLE color: 6342589.
HSL color Cylindrical-coordinate representation of color #BDC760: hue angle of 65.83º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDC760 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 96 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.22 |
| HSL | 65.83º | 0.48% | 0.58% | - |
| HSV(B) | 65.83º | 0.52% | 0.78% | - |
| XYZ | 43.52 | 52.51 | 18.91 | - |
| YUV | 184.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 96 | 0.05 | 0 | 0.52 | 0.22 | 65.83 | 0.48 | 0.58 |
| Hex | BD | C7 | 60 | 5 | 0 | 34 | 16 | 42 | 30 | 3A |
| Octal | 275 | 307 | 140 | 5 | 0 | 64 | 26 | 102 | 60 | 72 |
| Binary | 10111101 | 11000111 | 1100000 | 101 | 0 | 110100 | 10110 | 1000010 | 110000 | 111010 |
Color Harmonies of #BDC760
Complementary color
Monochromatic Colors of #BDC760
Black with #BDC760
Text Example
Text Example
White with #BDC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC760; }
p { color: rgb(189,199,96); }
H1.HeaderClassName
{
color: #BDC760;
}
.AnyTagClassName
{
color: #BDC760;
}
</style>
background-color css
<style>
a { background-color: #BDC760; }
a { background-color: rgb(189,199,96); }
div.DivClassName
{
background-color: #BDC760;
}
.BgClassName
{
background-color: #BDC760;
}
</style>
border-color css
<style>
span { border-color: #BDC760; }
span { border-color: rgb(189,199,96); }
td.TdClassName
{
border-color: #BDC760;
}
.TagClassName
{
border-color: #BDC760;
}
</style>