Shades of Wild Willow #BDC455
Tints of Wild Willow #BDC455
RGB
CMYK
RGB Variations
Color information
#BDC455 (or 0xBDC455) is known color: Wild Willow. HEX triplet: BD, C4 and 55. RGB value is (189,196,85). Sum of RGB (Red+Green+Blue) = 189+196+85=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC455 is #423BAA. Grayscale: #B5B5B5. Windows color (decimal): -4340651 or 5620925. OLE color: 5620925.
HSL color Cylindrical-coordinate representation of color #BDC455: hue angle of 63.78º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDC455 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 85 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.23 |
| HSL | 63.78º | 0.48% | 0.55% | - |
| HSV(B) | 63.78º | 0.57% | 0.77% | - |
| XYZ | 42.37 | 50.95 | 16.2 | - |
| YUV | 181.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 85 | 0.04 | 0 | 0.57 | 0.23 | 63.78 | 0.48 | 0.55 |
| Hex | BD | C4 | 55 | 4 | 0 | 39 | 17 | 40 | 30 | 37 |
| Octal | 275 | 304 | 125 | 4 | 0 | 71 | 27 | 100 | 60 | 67 |
| Binary | 10111101 | 11000100 | 1010101 | 100 | 0 | 111001 | 10111 | 1000000 | 110000 | 110111 |
Color Harmonies of #BDC455
Complementary color
Monochromatic Colors of #BDC455
Black with #BDC455
Text Example
Text Example
White with #BDC455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC455; }
p { color: rgb(189,196,85); }
H1.HeaderClassName
{
color: #BDC455;
}
.AnyTagClassName
{
color: #BDC455;
}
</style>
background-color css
<style>
a { background-color: #BDC455; }
a { background-color: rgb(189,196,85); }
div.DivClassName
{
background-color: #BDC455;
}
.BgClassName
{
background-color: #BDC455;
}
</style>
border-color css
<style>
span { border-color: #BDC455; }
span { border-color: rgb(189,196,85); }
td.TdClassName
{
border-color: #BDC455;
}
.TagClassName
{
border-color: #BDC455;
}
</style>