Shades of Wild Willow #BCCB68
Tints of Wild Willow #BCCB68
RGB
CMYK
RGB Variations
Color information
#BCCB68 (or 0xBCCB68) is known color: Wild Willow. HEX triplet: BC, CB and 68. RGB value is (188,203,104). Sum of RGB (Red+Green+Blue) = 188+203+104=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB68 is #433497. Grayscale: #BBBBBB. Windows color (decimal): -4404376 or 6867900. OLE color: 6867900.
HSL color Cylindrical-coordinate representation of color #BCCB68: hue angle of 69.09º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCCB68 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 104 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.20 |
| HSL | 69.09º | 0.49% | 0.6% | - |
| HSV(B) | 69.09º | 0.49% | 0.8% | - |
| XYZ | 44.59 | 54.4 | 21.25 | - |
| YUV | 187.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 104 | 0.07 | 0 | 0.49 | 0.20 | 69.09 | 0.49 | 0.6 |
| Hex | BC | CB | 68 | 7 | 0 | 31 | 14 | 45 | 31 | 3C |
| Octal | 274 | 313 | 150 | 7 | 0 | 61 | 24 | 105 | 61 | 74 |
| Binary | 10111100 | 11001011 | 1101000 | 111 | 0 | 110001 | 10100 | 1000101 | 110001 | 111100 |
Color Harmonies of #BCCB68
Complementary color
Monochromatic Colors of #BCCB68
Black with #BCCB68
Text Example
Text Example
White with #BCCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB68; }
p { color: rgb(188,203,104); }
H1.HeaderClassName
{
color: #BCCB68;
}
.AnyTagClassName
{
color: #BCCB68;
}
</style>
background-color css
<style>
a { background-color: #BCCB68; }
a { background-color: rgb(188,203,104); }
div.DivClassName
{
background-color: #BCCB68;
}
.BgClassName
{
background-color: #BCCB68;
}
</style>
border-color css
<style>
span { border-color: #BCCB68; }
span { border-color: rgb(188,203,104); }
td.TdClassName
{
border-color: #BCCB68;
}
.TagClassName
{
border-color: #BCCB68;
}
</style>