Shades of Wild Willow #BCCE69
Tints of Wild Willow #BCCE69
RGB
CMYK
RGB Variations
Color information
#BCCE69 (or 0xBCCE69) is known color: Wild Willow. HEX triplet: BC, CE and 69. RGB value is (188,206,105). Sum of RGB (Red+Green+Blue) = 188+206+105=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE69 is #433196. Grayscale: #BDBDBD. Windows color (decimal): -4403607 or 6934204. OLE color: 6934204.
HSL color Cylindrical-coordinate representation of color #BCCE69: hue angle of 70.69º 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 #BCCE69 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 105 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.19 |
| HSL | 70.69º | 0.51% | 0.61% | - |
| HSV(B) | 70.69º | 0.49% | 0.81% | - |
| XYZ | 45.36 | 55.85 | 21.75 | - |
| YUV | 189.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 105 | 0.09 | 0 | 0.49 | 0.19 | 70.69 | 0.51 | 0.61 |
| Hex | BC | CE | 69 | 9 | 0 | 31 | 13 | 47 | 33 | 3D |
| Octal | 274 | 316 | 151 | 11 | 0 | 61 | 23 | 107 | 63 | 75 |
| Binary | 10111100 | 11001110 | 1101001 | 1001 | 0 | 110001 | 10011 | 1000111 | 110011 | 111101 |
Color Harmonies of #BCCE69
Complementary color
Monochromatic Colors of #BCCE69
Black with #BCCE69
Text Example
Text Example
White with #BCCE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE69; }
p { color: rgb(188,206,105); }
H1.HeaderClassName
{
color: #BCCE69;
}
.AnyTagClassName
{
color: #BCCE69;
}
</style>
background-color css
<style>
a { background-color: #BCCE69; }
a { background-color: rgb(188,206,105); }
div.DivClassName
{
background-color: #BCCE69;
}
.BgClassName
{
background-color: #BCCE69;
}
</style>
border-color css
<style>
span { border-color: #BCCE69; }
span { border-color: rgb(188,206,105); }
td.TdClassName
{
border-color: #BCCE69;
}
.TagClassName
{
border-color: #BCCE69;
}
</style>