Shades of Wild Willow #BCCA6A
Tints of Wild Willow #BCCA6A
RGB
CMYK
RGB Variations
Color information
#BCCA6A (or 0xBCCA6A) is known color: Wild Willow. HEX triplet: BC, CA and 6A. RGB value is (188,202,106). Sum of RGB (Red+Green+Blue) = 188+202+106=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA6A is #433595. Grayscale: #BBBBBB. Windows color (decimal): -4404630 or 6998716. OLE color: 6998716.
HSL color Cylindrical-coordinate representation of color #BCCA6A: hue angle of 68.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCCA6A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 106 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.21 |
| HSL | 68.75º | 0.48% | 0.6% | - |
| HSV(B) | 68.75º | 0.48% | 0.79% | - |
| XYZ | 44.46 | 53.97 | 21.71 | - |
| YUV | 186.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 106 | 0.07 | 0 | 0.48 | 0.21 | 68.75 | 0.48 | 0.6 |
| Hex | BC | CA | 6A | 7 | 0 | 30 | 15 | 45 | 30 | 3C |
| Octal | 274 | 312 | 152 | 7 | 0 | 60 | 25 | 105 | 60 | 74 |
| Binary | 10111100 | 11001010 | 1101010 | 111 | 0 | 110000 | 10101 | 1000101 | 110000 | 111100 |
Color Harmonies of #BCCA6A
Complementary color
Monochromatic Colors of #BCCA6A
Black with #BCCA6A
Text Example
Text Example
White with #BCCA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA6A; }
p { color: rgb(188,202,106); }
H1.HeaderClassName
{
color: #BCCA6A;
}
.AnyTagClassName
{
color: #BCCA6A;
}
</style>
background-color css
<style>
a { background-color: #BCCA6A; }
a { background-color: rgb(188,202,106); }
div.DivClassName
{
background-color: #BCCA6A;
}
.BgClassName
{
background-color: #BCCA6A;
}
</style>
border-color css
<style>
span { border-color: #BCCA6A; }
span { border-color: rgb(188,202,106); }
td.TdClassName
{
border-color: #BCCA6A;
}
.TagClassName
{
border-color: #BCCA6A;
}
</style>