Shades of Wild Willow #BCC268
Tints of Wild Willow #BCC268
RGB
CMYK
RGB Variations
Color information
#BCC268 (or 0xBCC268) is known color: Wild Willow. HEX triplet: BC, C2 and 68. RGB value is (188,194,104). Sum of RGB (Red+Green+Blue) = 188+194+104=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC268 is #433D97. Grayscale: #B6B6B6. Windows color (decimal): -4406680 or 6865596. OLE color: 6865596.
HSL color Cylindrical-coordinate representation of color #BCC268: hue angle of 64º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC268 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 104 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.24 |
| HSL | 64º | 0.42% | 0.58% | - |
| HSV(B) | 64º | 0.46% | 0.76% | - |
| XYZ | 42.53 | 50.27 | 20.56 | - |
| YUV | 181.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 104 | 0.03 | 0 | 0.46 | 0.24 | 64 | 0.42 | 0.58 |
| Hex | BC | C2 | 68 | 3 | 0 | 2E | 18 | 40 | 2A | 3A |
| Octal | 274 | 302 | 150 | 3 | 0 | 56 | 30 | 100 | 52 | 72 |
| Binary | 10111100 | 11000010 | 1101000 | 11 | 0 | 101110 | 11000 | 1000000 | 101010 | 111010 |
Color Harmonies of #BCC268
Complementary color
Monochromatic Colors of #BCC268
Black with #BCC268
Text Example
Text Example
White with #BCC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC268; }
p { color: rgb(188,194,104); }
H1.HeaderClassName
{
color: #BCC268;
}
.AnyTagClassName
{
color: #BCC268;
}
</style>
background-color css
<style>
a { background-color: #BCC268; }
a { background-color: rgb(188,194,104); }
div.DivClassName
{
background-color: #BCC268;
}
.BgClassName
{
background-color: #BCC268;
}
</style>
border-color css
<style>
span { border-color: #BCC268; }
span { border-color: rgb(188,194,104); }
td.TdClassName
{
border-color: #BCC268;
}
.TagClassName
{
border-color: #BCC268;
}
</style>