Shades of Wild Willow #BCCD68
Tints of Wild Willow #BCCD68
RGB
CMYK
RGB Variations
Color information
#BCCD68 (or 0xBCCD68) is known color: Wild Willow. HEX triplet: BC, CD and 68. RGB value is (188,205,104). Sum of RGB (Red+Green+Blue) = 188+205+104=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD68 is #433297. Grayscale: #BCBCBC. Windows color (decimal): -4403864 or 6868412. OLE color: 6868412.
HSL color Cylindrical-coordinate representation of color #BCCD68: hue angle of 70.1º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCCD68 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 104 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.20 |
| HSL | 70.1º | 0.5% | 0.61% | - |
| HSV(B) | 70.1º | 0.49% | 0.8% | - |
| XYZ | 45.07 | 55.35 | 21.41 | - |
| YUV | 188.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 104 | 0.08 | 0 | 0.49 | 0.20 | 70.1 | 0.5 | 0.61 |
| Hex | BC | CD | 68 | 8 | 0 | 31 | 14 | 46 | 32 | 3D |
| Octal | 274 | 315 | 150 | 10 | 0 | 61 | 24 | 106 | 62 | 75 |
| Binary | 10111100 | 11001101 | 1101000 | 1000 | 0 | 110001 | 10100 | 1000110 | 110010 | 111101 |
Color Harmonies of #BCCD68
Complementary color
Monochromatic Colors of #BCCD68
Black with #BCCD68
Text Example
Text Example
White with #BCCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD68; }
p { color: rgb(188,205,104); }
H1.HeaderClassName
{
color: #BCCD68;
}
.AnyTagClassName
{
color: #BCCD68;
}
</style>
background-color css
<style>
a { background-color: #BCCD68; }
a { background-color: rgb(188,205,104); }
div.DivClassName
{
background-color: #BCCD68;
}
.BgClassName
{
background-color: #BCCD68;
}
</style>
border-color css
<style>
span { border-color: #BCCD68; }
span { border-color: rgb(188,205,104); }
td.TdClassName
{
border-color: #BCCD68;
}
.TagClassName
{
border-color: #BCCD68;
}
</style>