Shades of Wild Willow #BCCF67
Tints of Wild Willow #BCCF67
RGB
CMYK
RGB Variations
Color information
#BCCF67 (or 0xBCCF67) is known color: Wild Willow. HEX triplet: BC, CF and 67. RGB value is (188,207,103). Sum of RGB (Red+Green+Blue) = 188+207+103=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF67 is #433098. Grayscale: #BDBDBD. Windows color (decimal): -4403353 or 6803388. OLE color: 6803388.
HSL color Cylindrical-coordinate representation of color #BCCF67: hue angle of 70.96º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCCF67 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 103 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.19 |
| HSL | 70.96º | 0.52% | 0.61% | - |
| HSV(B) | 70.96º | 0.5% | 0.81% | - |
| XYZ | 45.5 | 56.3 | 21.3 | - |
| YUV | 189.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 103 | 0.09 | 0 | 0.50 | 0.19 | 70.96 | 0.52 | 0.61 |
| Hex | BC | CF | 67 | 9 | 0 | 32 | 13 | 47 | 34 | 3D |
| Octal | 274 | 317 | 147 | 11 | 0 | 62 | 23 | 107 | 64 | 75 |
| Binary | 10111100 | 11001111 | 1100111 | 1001 | 0 | 110010 | 10011 | 1000111 | 110100 | 111101 |
Color Harmonies of #BCCF67
Complementary color
Monochromatic Colors of #BCCF67
Black with #BCCF67
Text Example
Text Example
White with #BCCF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF67; }
p { color: rgb(188,207,103); }
H1.HeaderClassName
{
color: #BCCF67;
}
.AnyTagClassName
{
color: #BCCF67;
}
</style>
background-color css
<style>
a { background-color: #BCCF67; }
a { background-color: rgb(188,207,103); }
div.DivClassName
{
background-color: #BCCF67;
}
.BgClassName
{
background-color: #BCCF67;
}
</style>
border-color css
<style>
span { border-color: #BCCF67; }
span { border-color: rgb(188,207,103); }
td.TdClassName
{
border-color: #BCCF67;
}
.TagClassName
{
border-color: #BCCF67;
}
</style>