Shades of Wild Willow #BCCE6B
Tints of Wild Willow #BCCE6B
RGB
CMYK
RGB Variations
Color information
#BCCE6B (or 0xBCCE6B) is known color: Wild Willow. HEX triplet: BC, CE and 6B. RGB value is (188,206,107). Sum of RGB (Red+Green+Blue) = 188+206+107=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE6B is #433194. Grayscale: #BDBDBD. Windows color (decimal): -4403605 or 7065276. OLE color: 7065276.
HSL color Cylindrical-coordinate representation of color #BCCE6B: hue angle of 70.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCCE6B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 107 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.19 |
| HSL | 70.91º | 0.5% | 0.61% | - |
| HSV(B) | 70.91º | 0.48% | 0.81% | - |
| XYZ | 45.46 | 55.9 | 22.3 | - |
| YUV | 189.33 | 81.54 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 107 | 0.09 | 0 | 0.48 | 0.19 | 70.91 | 0.5 | 0.61 |
| Hex | BC | CE | 6B | 9 | 0 | 30 | 13 | 47 | 32 | 3D |
| Octal | 274 | 316 | 153 | 11 | 0 | 60 | 23 | 107 | 62 | 75 |
| Binary | 10111100 | 11001110 | 1101011 | 1001 | 0 | 110000 | 10011 | 1000111 | 110010 | 111101 |
Color Harmonies of #BCCE6B
Complementary color
Monochromatic Colors of #BCCE6B
Black with #BCCE6B
Text Example
Text Example
White with #BCCE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE6B; }
p { color: rgb(188,206,107); }
H1.HeaderClassName
{
color: #BCCE6B;
}
.AnyTagClassName
{
color: #BCCE6B;
}
</style>
background-color css
<style>
a { background-color: #BCCE6B; }
a { background-color: rgb(188,206,107); }
div.DivClassName
{
background-color: #BCCE6B;
}
.BgClassName
{
background-color: #BCCE6B;
}
</style>
border-color css
<style>
span { border-color: #BCCE6B; }
span { border-color: rgb(188,206,107); }
td.TdClassName
{
border-color: #BCCE6B;
}
.TagClassName
{
border-color: #BCCE6B;
}
</style>