Shades of Wild Willow #BCC168
Tints of Wild Willow #BCC168
RGB
CMYK
RGB Variations
Color information
#BCC168 (or 0xBCC168) is known color: Wild Willow. HEX triplet: BC, C1 and 68. RGB value is (188,193,104). Sum of RGB (Red+Green+Blue) = 188+193+104=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC168 is #433E97. Grayscale: #B5B5B5. Windows color (decimal): -4406936 or 6865340. OLE color: 6865340.
HSL color Cylindrical-coordinate representation of color #BCC168: hue angle of 63.37º 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 #BCC168 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 104 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.24 |
| HSL | 63.37º | 0.42% | 0.58% | - |
| HSV(B) | 63.37º | 0.46% | 0.76% | - |
| XYZ | 42.31 | 49.83 | 20.49 | - |
| YUV | 181.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 104 | 0.03 | 0 | 0.46 | 0.24 | 63.37 | 0.42 | 0.58 |
| Hex | BC | C1 | 68 | 3 | 0 | 2E | 18 | 3F | 2A | 3A |
| Octal | 274 | 301 | 150 | 3 | 0 | 56 | 30 | 77 | 52 | 72 |
| Binary | 10111100 | 11000001 | 1101000 | 11 | 0 | 101110 | 11000 | 111111 | 101010 | 111010 |
Color Harmonies of #BCC168
Complementary color
Monochromatic Colors of #BCC168
Black with #BCC168
Text Example
Text Example
White with #BCC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC168; }
p { color: rgb(188,193,104); }
H1.HeaderClassName
{
color: #BCC168;
}
.AnyTagClassName
{
color: #BCC168;
}
</style>
background-color css
<style>
a { background-color: #BCC168; }
a { background-color: rgb(188,193,104); }
div.DivClassName
{
background-color: #BCC168;
}
.BgClassName
{
background-color: #BCC168;
}
</style>
border-color css
<style>
span { border-color: #BCC168; }
span { border-color: rgb(188,193,104); }
td.TdClassName
{
border-color: #BCC168;
}
.TagClassName
{
border-color: #BCC168;
}
</style>