Shades of Wild Willow #BCC868
Tints of Wild Willow #BCC868
RGB
CMYK
RGB Variations
Color information
#BCC868 (or 0xBCC868) is known color: Wild Willow. HEX triplet: BC, C8 and 68. RGB value is (188,200,104). Sum of RGB (Red+Green+Blue) = 188+200+104=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC868 is #433797. Grayscale: #B9B9B9. Windows color (decimal): -4405144 or 6867132. OLE color: 6867132.
HSL color Cylindrical-coordinate representation of color #BCC868: hue angle of 67.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCC868 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 104 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.22 |
| HSL | 67.5º | 0.47% | 0.6% | - |
| HSV(B) | 67.5º | 0.48% | 0.78% | - |
| XYZ | 43.89 | 53 | 21.01 | - |
| YUV | 185.47 | 82.02 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 104 | 0.06 | 0 | 0.48 | 0.22 | 67.5 | 0.47 | 0.6 |
| Hex | BC | C8 | 68 | 6 | 0 | 30 | 16 | 44 | 2F | 3C |
| Octal | 274 | 310 | 150 | 6 | 0 | 60 | 26 | 104 | 57 | 74 |
| Binary | 10111100 | 11001000 | 1101000 | 110 | 0 | 110000 | 10110 | 1000100 | 101111 | 111100 |
Color Harmonies of #BCC868
Complementary color
Monochromatic Colors of #BCC868
Black with #BCC868
Text Example
Text Example
White with #BCC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC868; }
p { color: rgb(188,200,104); }
H1.HeaderClassName
{
color: #BCC868;
}
.AnyTagClassName
{
color: #BCC868;
}
</style>
background-color css
<style>
a { background-color: #BCC868; }
a { background-color: rgb(188,200,104); }
div.DivClassName
{
background-color: #BCC868;
}
.BgClassName
{
background-color: #BCC868;
}
</style>
border-color css
<style>
span { border-color: #BCC868; }
span { border-color: rgb(188,200,104); }
td.TdClassName
{
border-color: #BCC868;
}
.TagClassName
{
border-color: #BCC868;
}
</style>