Shades of Wild Willow #BCC067
Tints of Wild Willow #BCC067
RGB
CMYK
RGB Variations
Color information
#BCC067 (or 0xBCC067) is known color: Wild Willow. HEX triplet: BC, C0 and 67. RGB value is (188,192,103). Sum of RGB (Red+Green+Blue) = 188+192+103=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC067 is #433F98. Grayscale: #B5B5B5. Windows color (decimal): -4407193 or 6799548. OLE color: 6799548.
HSL color Cylindrical-coordinate representation of color #BCC067: hue angle of 62.7º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC067 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 103 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.25 |
| HSL | 62.7º | 0.41% | 0.58% | - |
| HSV(B) | 62.7º | 0.46% | 0.75% | - |
| XYZ | 42.04 | 49.37 | 20.15 | - |
| YUV | 180.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 103 | 0.02 | 0 | 0.46 | 0.25 | 62.7 | 0.41 | 0.58 |
| Hex | BC | C0 | 67 | 2 | 0 | 2E | 19 | 3F | 29 | 3A |
| Octal | 274 | 300 | 147 | 2 | 0 | 56 | 31 | 77 | 51 | 72 |
| Binary | 10111100 | 11000000 | 1100111 | 10 | 0 | 101110 | 11001 | 111111 | 101001 | 111010 |
Color Harmonies of #BCC067
Complementary color
Monochromatic Colors of #BCC067
Black with #BCC067
Text Example
Text Example
White with #BCC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC067; }
p { color: rgb(188,192,103); }
H1.HeaderClassName
{
color: #BCC067;
}
.AnyTagClassName
{
color: #BCC067;
}
</style>
background-color css
<style>
a { background-color: #BCC067; }
a { background-color: rgb(188,192,103); }
div.DivClassName
{
background-color: #BCC067;
}
.BgClassName
{
background-color: #BCC067;
}
</style>
border-color css
<style>
span { border-color: #BCC067; }
span { border-color: rgb(188,192,103); }
td.TdClassName
{
border-color: #BCC067;
}
.TagClassName
{
border-color: #BCC067;
}
</style>