Shades of Wild Willow #BCCD66
Tints of Wild Willow #BCCD66
RGB
CMYK
RGB Variations
Color information
#BCCD66 (or 0xBCCD66) is known color: Wild Willow. HEX triplet: BC, CD and 66. RGB value is (188,205,102). Sum of RGB (Red+Green+Blue) = 188+205+102=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD66 is #433299. Grayscale: #BCBCBC. Windows color (decimal): -4403866 or 6737340. OLE color: 6737340.
HSL color Cylindrical-coordinate representation of color #BCCD66: hue angle of 69.9º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCCD66 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 102 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.20 |
| HSL | 69.9º | 0.51% | 0.6% | - |
| HSV(B) | 69.9º | 0.5% | 0.8% | - |
| XYZ | 44.97 | 55.31 | 20.88 | - |
| YUV | 188.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 102 | 0.08 | 0 | 0.50 | 0.20 | 69.9 | 0.51 | 0.6 |
| Hex | BC | CD | 66 | 8 | 0 | 32 | 14 | 46 | 33 | 3C |
| Octal | 274 | 315 | 146 | 10 | 0 | 62 | 24 | 106 | 63 | 74 |
| Binary | 10111100 | 11001101 | 1100110 | 1000 | 0 | 110010 | 10100 | 1000110 | 110011 | 111100 |
Color Harmonies of #BCCD66
Complementary color
Monochromatic Colors of #BCCD66
Black with #BCCD66
Text Example
Text Example
White with #BCCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD66; }
p { color: rgb(188,205,102); }
H1.HeaderClassName
{
color: #BCCD66;
}
.AnyTagClassName
{
color: #BCCD66;
}
</style>
background-color css
<style>
a { background-color: #BCCD66; }
a { background-color: rgb(188,205,102); }
div.DivClassName
{
background-color: #BCCD66;
}
.BgClassName
{
background-color: #BCCD66;
}
</style>
border-color css
<style>
span { border-color: #BCCD66; }
span { border-color: rgb(188,205,102); }
td.TdClassName
{
border-color: #BCCD66;
}
.TagClassName
{
border-color: #BCCD66;
}
</style>