Shades of Wild Willow #BDC562
Tints of Wild Willow #BDC562
RGB
CMYK
RGB Variations
Color information
#BDC562 (or 0xBDC562) is known color: Wild Willow. HEX triplet: BD, C5 and 62. RGB value is (189,197,98). Sum of RGB (Red+Green+Blue) = 189+197+98=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC562 is #423A9D. Grayscale: #B7B7B7. Windows color (decimal): -4340382 or 6473149. OLE color: 6473149.
HSL color Cylindrical-coordinate representation of color #BDC562: hue angle of 64.85º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC562 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 98 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.23 |
| HSL | 64.85º | 0.46% | 0.58% | - |
| HSV(B) | 64.85º | 0.5% | 0.77% | - |
| XYZ | 43.16 | 51.63 | 19.25 | - |
| YUV | 183.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 98 | 0.04 | 0 | 0.50 | 0.23 | 64.85 | 0.46 | 0.58 |
| Hex | BD | C5 | 62 | 4 | 0 | 32 | 17 | 41 | 2E | 3A |
| Octal | 275 | 305 | 142 | 4 | 0 | 62 | 27 | 101 | 56 | 72 |
| Binary | 10111101 | 11000101 | 1100010 | 100 | 0 | 110010 | 10111 | 1000001 | 101110 | 111010 |
Color Harmonies of #BDC562
Complementary color
Monochromatic Colors of #BDC562
Black with #BDC562
Text Example
Text Example
White with #BDC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC562; }
p { color: rgb(189,197,98); }
H1.HeaderClassName
{
color: #BDC562;
}
.AnyTagClassName
{
color: #BDC562;
}
</style>
background-color css
<style>
a { background-color: #BDC562; }
a { background-color: rgb(189,197,98); }
div.DivClassName
{
background-color: #BDC562;
}
.BgClassName
{
background-color: #BDC562;
}
</style>
border-color css
<style>
span { border-color: #BDC562; }
span { border-color: rgb(189,197,98); }
td.TdClassName
{
border-color: #BDC562;
}
.TagClassName
{
border-color: #BDC562;
}
</style>