Shades of Wild Willow #BDC057
Tints of Wild Willow #BDC057
RGB
CMYK
RGB Variations
Color information
#BDC057 (or 0xBDC057) is known color: Wild Willow. HEX triplet: BD, C0 and 57. RGB value is (189,192,87). Sum of RGB (Red+Green+Blue) = 189+192+87=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC057 is #423FA8. Grayscale: #B3B3B3. Windows color (decimal): -4341673 or 5750973. OLE color: 5750973.
HSL color Cylindrical-coordinate representation of color #BDC057: hue angle of 61.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC057 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 87 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.25 |
| HSL | 61.71º | 0.45% | 0.55% | - |
| HSV(B) | 61.71º | 0.55% | 0.75% | - |
| XYZ | 41.56 | 49.21 | 16.32 | - |
| YUV | 179.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 87 | 0.02 | 0 | 0.55 | 0.25 | 61.71 | 0.45 | 0.55 |
| Hex | BD | C0 | 57 | 2 | 0 | 37 | 19 | 3E | 2D | 37 |
| Octal | 275 | 300 | 127 | 2 | 0 | 67 | 31 | 76 | 55 | 67 |
| Binary | 10111101 | 11000000 | 1010111 | 10 | 0 | 110111 | 11001 | 111110 | 101101 | 110111 |
Color Harmonies of #BDC057
Complementary color
Monochromatic Colors of #BDC057
Black with #BDC057
Text Example
Text Example
White with #BDC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC057; }
p { color: rgb(189,192,87); }
H1.HeaderClassName
{
color: #BDC057;
}
.AnyTagClassName
{
color: #BDC057;
}
</style>
background-color css
<style>
a { background-color: #BDC057; }
a { background-color: rgb(189,192,87); }
div.DivClassName
{
background-color: #BDC057;
}
.BgClassName
{
background-color: #BDC057;
}
</style>
border-color css
<style>
span { border-color: #BDC057; }
span { border-color: rgb(189,192,87); }
td.TdClassName
{
border-color: #BDC057;
}
.TagClassName
{
border-color: #BDC057;
}
</style>