Shades of Wild Willow #BCCE6A
Tints of Wild Willow #BCCE6A
RGB
CMYK
RGB Variations
Color information
#BCCE6A (or 0xBCCE6A) is known color: Wild Willow. HEX triplet: BC, CE and 6A. RGB value is (188,206,106). Sum of RGB (Red+Green+Blue) = 188+206+106=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE6A is #433195. Grayscale: #BDBDBD. Windows color (decimal): -4403606 or 6999740. OLE color: 6999740.
HSL color Cylindrical-coordinate representation of color #BCCE6A: hue angle of 70.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCCE6A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 106 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.19 |
| HSL | 70.8º | 0.51% | 0.61% | - |
| HSV(B) | 70.8º | 0.49% | 0.81% | - |
| XYZ | 45.41 | 55.87 | 22.03 | - |
| YUV | 189.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 106 | 0.09 | 0 | 0.49 | 0.19 | 70.8 | 0.51 | 0.61 |
| Hex | BC | CE | 6A | 9 | 0 | 31 | 13 | 47 | 33 | 3D |
| Octal | 274 | 316 | 152 | 11 | 0 | 61 | 23 | 107 | 63 | 75 |
| Binary | 10111100 | 11001110 | 1101010 | 1001 | 0 | 110001 | 10011 | 1000111 | 110011 | 111101 |
Color Harmonies of #BCCE6A
Complementary color
Monochromatic Colors of #BCCE6A
Black with #BCCE6A
Text Example
Text Example
White with #BCCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE6A; }
p { color: rgb(188,206,106); }
H1.HeaderClassName
{
color: #BCCE6A;
}
.AnyTagClassName
{
color: #BCCE6A;
}
</style>
background-color css
<style>
a { background-color: #BCCE6A; }
a { background-color: rgb(188,206,106); }
div.DivClassName
{
background-color: #BCCE6A;
}
.BgClassName
{
background-color: #BCCE6A;
}
</style>
border-color css
<style>
span { border-color: #BCCE6A; }
span { border-color: rgb(188,206,106); }
td.TdClassName
{
border-color: #BCCE6A;
}
.TagClassName
{
border-color: #BCCE6A;
}
</style>