Shades of Wild Willow #BDC654
Tints of Wild Willow #BDC654
RGB
CMYK
RGB Variations
Color information
#BDC654 (or 0xBDC654) is known color: Wild Willow. HEX triplet: BD, C6 and 54. RGB value is (189,198,84). Sum of RGB (Red+Green+Blue) = 189+198+84=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC654 is #4239AB. Grayscale: #B6B6B6. Windows color (decimal): -4340140 or 5555901. OLE color: 5555901.
HSL color Cylindrical-coordinate representation of color #BDC654: hue angle of 64.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC654 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 84 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.22 |
| HSL | 64.74º | 0.5% | 0.55% | - |
| HSV(B) | 64.74º | 0.58% | 0.78% | - |
| XYZ | 42.78 | 51.85 | 16.14 | - |
| YUV | 182.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 84 | 0.05 | 0 | 0.58 | 0.22 | 64.74 | 0.5 | 0.55 |
| Hex | BD | C6 | 54 | 5 | 0 | 3A | 16 | 41 | 32 | 37 |
| Octal | 275 | 306 | 124 | 5 | 0 | 72 | 26 | 101 | 62 | 67 |
| Binary | 10111101 | 11000110 | 1010100 | 101 | 0 | 111010 | 10110 | 1000001 | 110010 | 110111 |
Color Harmonies of #BDC654
Complementary color
Monochromatic Colors of #BDC654
Black with #BDC654
Text Example
Text Example
White with #BDC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC654; }
p { color: rgb(189,198,84); }
H1.HeaderClassName
{
color: #BDC654;
}
.AnyTagClassName
{
color: #BDC654;
}
</style>
background-color css
<style>
a { background-color: #BDC654; }
a { background-color: rgb(189,198,84); }
div.DivClassName
{
background-color: #BDC654;
}
.BgClassName
{
background-color: #BDC654;
}
</style>
border-color css
<style>
span { border-color: #BDC654; }
span { border-color: rgb(189,198,84); }
td.TdClassName
{
border-color: #BDC654;
}
.TagClassName
{
border-color: #BDC654;
}
</style>