Shades of Wild Willow #BCC169
Tints of Wild Willow #BCC169
RGB
CMYK
RGB Variations
Color information
#BCC169 (or 0xBCC169) is known color: Wild Willow. HEX triplet: BC, C1 and 69. RGB value is (188,193,105). Sum of RGB (Red+Green+Blue) = 188+193+105=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC169 is #433E96. Grayscale: #B5B5B5. Windows color (decimal): -4406935 or 6930876. OLE color: 6930876.
HSL color Cylindrical-coordinate representation of color #BCC169: hue angle of 63.41º 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 #BCC169 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 105 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.24 |
| HSL | 63.41º | 0.42% | 0.58% | - |
| HSV(B) | 63.41º | 0.46% | 0.76% | - |
| XYZ | 42.36 | 49.85 | 20.75 | - |
| YUV | 181.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 105 | 0.03 | 0 | 0.46 | 0.24 | 63.41 | 0.42 | 0.58 |
| Hex | BC | C1 | 69 | 3 | 0 | 2E | 18 | 3F | 2A | 3A |
| Octal | 274 | 301 | 151 | 3 | 0 | 56 | 30 | 77 | 52 | 72 |
| Binary | 10111100 | 11000001 | 1101001 | 11 | 0 | 101110 | 11000 | 111111 | 101010 | 111010 |
Color Harmonies of #BCC169
Complementary color
Monochromatic Colors of #BCC169
Black with #BCC169
Text Example
Text Example
White with #BCC169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC169; }
p { color: rgb(188,193,105); }
H1.HeaderClassName
{
color: #BCC169;
}
.AnyTagClassName
{
color: #BCC169;
}
</style>
background-color css
<style>
a { background-color: #BCC169; }
a { background-color: rgb(188,193,105); }
div.DivClassName
{
background-color: #BCC169;
}
.BgClassName
{
background-color: #BCC169;
}
</style>
border-color css
<style>
span { border-color: #BCC169; }
span { border-color: rgb(188,193,105); }
td.TdClassName
{
border-color: #BCC169;
}
.TagClassName
{
border-color: #BCC169;
}
</style>