Shades of Wild Willow #BDC854
Tints of Wild Willow #BDC854
RGB
CMYK
RGB Variations
Color information
#BDC854 (or 0xBDC854) is known color: Wild Willow. HEX triplet: BD, C8 and 54. RGB value is (189,200,84). Sum of RGB (Red+Green+Blue) = 189+200+84=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC854 is #4237AB. Grayscale: #B7B7B7. Windows color (decimal): -4339628 or 5556413. OLE color: 5556413.
HSL color Cylindrical-coordinate representation of color #BDC854: hue angle of 65.69º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC854 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 84 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.22 |
| HSL | 65.69º | 0.51% | 0.56% | - |
| HSV(B) | 65.69º | 0.58% | 0.78% | - |
| XYZ | 43.24 | 52.77 | 16.29 | - |
| YUV | 183.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 84 | 0.06 | 0 | 0.58 | 0.22 | 65.69 | 0.51 | 0.56 |
| Hex | BD | C8 | 54 | 6 | 0 | 3A | 16 | 42 | 33 | 38 |
| Octal | 275 | 310 | 124 | 6 | 0 | 72 | 26 | 102 | 63 | 70 |
| Binary | 10111101 | 11001000 | 1010100 | 110 | 0 | 111010 | 10110 | 1000010 | 110011 | 111000 |
Color Harmonies of #BDC854
Complementary color
Monochromatic Colors of #BDC854
Black with #BDC854
Text Example
Text Example
White with #BDC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC854; }
p { color: rgb(189,200,84); }
H1.HeaderClassName
{
color: #BDC854;
}
.AnyTagClassName
{
color: #BDC854;
}
</style>
background-color css
<style>
a { background-color: #BDC854; }
a { background-color: rgb(189,200,84); }
div.DivClassName
{
background-color: #BDC854;
}
.BgClassName
{
background-color: #BDC854;
}
</style>
border-color css
<style>
span { border-color: #BDC854; }
span { border-color: rgb(189,200,84); }
td.TdClassName
{
border-color: #BDC854;
}
.TagClassName
{
border-color: #BDC854;
}
</style>