Shades of Wild Willow #BCDA68
Tints of Wild Willow #BCDA68
RGB
CMYK
RGB Variations
Color information
#BCDA68 (or 0xBCDA68) is known color: Wild Willow. HEX triplet: BC, DA and 68. RGB value is (188,218,104). Sum of RGB (Red+Green+Blue) = 188+218+104=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA68 is #432597. Grayscale: #C4C4C4. Windows color (decimal): -4400536 or 6871740. OLE color: 6871740.
HSL color Cylindrical-coordinate representation of color #BCDA68: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCDA68 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 104 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.15 |
| HSL | 75.79º | 0.61% | 0.63% | - |
| HSV(B) | 75.79º | 0.52% | 0.85% | - |
| XYZ | 48.31 | 61.83 | 22.49 | - |
| YUV | 196.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 104 | 0.14 | 0 | 0.52 | 0.15 | 75.79 | 0.61 | 0.63 |
| Hex | BC | DA | 68 | E | 0 | 34 | F | 4C | 3D | 3F |
| Octal | 274 | 332 | 150 | 16 | 0 | 64 | 17 | 114 | 75 | 77 |
| Binary | 10111100 | 11011010 | 1101000 | 1110 | 0 | 110100 | 1111 | 1001100 | 111101 | 111111 |
Color Harmonies of #BCDA68
Complementary color
Monochromatic Colors of #BCDA68
Black with #BCDA68
Text Example
Text Example
White with #BCDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA68; }
p { color: rgb(188,218,104); }
H1.HeaderClassName
{
color: #BCDA68;
}
.AnyTagClassName
{
color: #BCDA68;
}
</style>
background-color css
<style>
a { background-color: #BCDA68; }
a { background-color: rgb(188,218,104); }
div.DivClassName
{
background-color: #BCDA68;
}
.BgClassName
{
background-color: #BCDA68;
}
</style>
border-color css
<style>
span { border-color: #BCDA68; }
span { border-color: rgb(188,218,104); }
td.TdClassName
{
border-color: #BCDA68;
}
.TagClassName
{
border-color: #BCDA68;
}
</style>