Shades of Wild Willow #BDC568
Tints of Wild Willow #BDC568
RGB
CMYK
RGB Variations
Color information
#BDC568 (or 0xBDC568) is known color: Wild Willow. HEX triplet: BD, C5 and 68. RGB value is (189,197,104). Sum of RGB (Red+Green+Blue) = 189+197+104=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC568 is #423A97. Grayscale: #B8B8B8. Windows color (decimal): -4340376 or 6866365. OLE color: 6866365.
HSL color Cylindrical-coordinate representation of color #BDC568: hue angle of 65.16º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC568 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 104 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.23 |
| HSL | 65.16º | 0.44% | 0.59% | - |
| HSV(B) | 65.16º | 0.47% | 0.77% | - |
| XYZ | 43.45 | 51.75 | 20.8 | - |
| YUV | 184.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 104 | 0.04 | 0 | 0.47 | 0.23 | 65.16 | 0.44 | 0.59 |
| Hex | BD | C5 | 68 | 4 | 0 | 2F | 17 | 41 | 2C | 3B |
| Octal | 275 | 305 | 150 | 4 | 0 | 57 | 27 | 101 | 54 | 73 |
| Binary | 10111101 | 11000101 | 1101000 | 100 | 0 | 101111 | 10111 | 1000001 | 101100 | 111011 |
Color Harmonies of #BDC568
Complementary color
Monochromatic Colors of #BDC568
Black with #BDC568
Text Example
Text Example
White with #BDC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC568; }
p { color: rgb(189,197,104); }
H1.HeaderClassName
{
color: #BDC568;
}
.AnyTagClassName
{
color: #BDC568;
}
</style>
background-color css
<style>
a { background-color: #BDC568; }
a { background-color: rgb(189,197,104); }
div.DivClassName
{
background-color: #BDC568;
}
.BgClassName
{
background-color: #BDC568;
}
</style>
border-color css
<style>
span { border-color: #BDC568; }
span { border-color: rgb(189,197,104); }
td.TdClassName
{
border-color: #BDC568;
}
.TagClassName
{
border-color: #BDC568;
}
</style>