Shades of Wild Willow #BCC266
Tints of Wild Willow #BCC266
RGB
CMYK
RGB Variations
Color information
#BCC266 (or 0xBCC266) is known color: Wild Willow. HEX triplet: BC, C2 and 66. RGB value is (188,194,102). Sum of RGB (Red+Green+Blue) = 188+194+102=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC266 is #433D99. Grayscale: #B6B6B6. Windows color (decimal): -4406682 or 6734524. OLE color: 6734524.
HSL color Cylindrical-coordinate representation of color #BCC266: hue angle of 63.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC266 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 102 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.24 |
| HSL | 63.91º | 0.43% | 0.58% | - |
| HSV(B) | 63.91º | 0.47% | 0.76% | - |
| XYZ | 42.43 | 50.23 | 20.03 | - |
| YUV | 181.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 102 | 0.03 | 0 | 0.47 | 0.24 | 63.91 | 0.43 | 0.58 |
| Hex | BC | C2 | 66 | 3 | 0 | 2F | 18 | 40 | 2B | 3A |
| Octal | 274 | 302 | 146 | 3 | 0 | 57 | 30 | 100 | 53 | 72 |
| Binary | 10111100 | 11000010 | 1100110 | 11 | 0 | 101111 | 11000 | 1000000 | 101011 | 111010 |
Color Harmonies of #BCC266
Complementary color
Monochromatic Colors of #BCC266
Black with #BCC266
Text Example
Text Example
White with #BCC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC266; }
p { color: rgb(188,194,102); }
H1.HeaderClassName
{
color: #BCC266;
}
.AnyTagClassName
{
color: #BCC266;
}
</style>
background-color css
<style>
a { background-color: #BCC266; }
a { background-color: rgb(188,194,102); }
div.DivClassName
{
background-color: #BCC266;
}
.BgClassName
{
background-color: #BCC266;
}
</style>
border-color css
<style>
span { border-color: #BCC266; }
span { border-color: rgb(188,194,102); }
td.TdClassName
{
border-color: #BCC266;
}
.TagClassName
{
border-color: #BCC266;
}
</style>