Shades of Wild Willow #BDC357
Tints of Wild Willow #BDC357
RGB
CMYK
RGB Variations
Color information
#BDC357 (or 0xBDC357) is known color: Wild Willow. HEX triplet: BD, C3 and 57. RGB value is (189,195,87). Sum of RGB (Red+Green+Blue) = 189+195+87=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC357 is #423CA8. Grayscale: #B5B5B5. Windows color (decimal): -4340905 or 5751741. OLE color: 5751741.
HSL color Cylindrical-coordinate representation of color #BDC357: hue angle of 63.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC357 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 87 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.24 |
| HSL | 63.33º | 0.47% | 0.55% | - |
| HSV(B) | 63.33º | 0.55% | 0.76% | - |
| XYZ | 42.22 | 50.54 | 16.55 | - |
| YUV | 180.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 87 | 0.03 | 0 | 0.55 | 0.24 | 63.33 | 0.47 | 0.55 |
| Hex | BD | C3 | 57 | 3 | 0 | 37 | 18 | 3F | 2F | 37 |
| Octal | 275 | 303 | 127 | 3 | 0 | 67 | 30 | 77 | 57 | 67 |
| Binary | 10111101 | 11000011 | 1010111 | 11 | 0 | 110111 | 11000 | 111111 | 101111 | 110111 |
Color Harmonies of #BDC357
Complementary color
Monochromatic Colors of #BDC357
Black with #BDC357
Text Example
Text Example
White with #BDC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC357; }
p { color: rgb(189,195,87); }
H1.HeaderClassName
{
color: #BDC357;
}
.AnyTagClassName
{
color: #BDC357;
}
</style>
background-color css
<style>
a { background-color: #BDC357; }
a { background-color: rgb(189,195,87); }
div.DivClassName
{
background-color: #BDC357;
}
.BgClassName
{
background-color: #BDC357;
}
</style>
border-color css
<style>
span { border-color: #BDC357; }
span { border-color: rgb(189,195,87); }
td.TdClassName
{
border-color: #BDC357;
}
.TagClassName
{
border-color: #BDC357;
}
</style>