Shades of Wild Willow #BCCB6B
Tints of Wild Willow #BCCB6B
RGB
CMYK
RGB Variations
Color information
#BCCB6B (or 0xBCCB6B) is known color: Wild Willow. HEX triplet: BC, CB and 6B. RGB value is (188,203,107). Sum of RGB (Red+Green+Blue) = 188+203+107=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB6B is #433494. Grayscale: #BBBBBB. Windows color (decimal): -4404373 or 7064508. OLE color: 7064508.
HSL color Cylindrical-coordinate representation of color #BCCB6B: hue angle of 69.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCCB6B is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 107 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.20 |
| HSL | 69.38º | 0.48% | 0.61% | - |
| HSV(B) | 69.38º | 0.47% | 0.8% | - |
| XYZ | 44.75 | 54.46 | 22.06 | - |
| YUV | 187.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 107 | 0.07 | 0 | 0.47 | 0.20 | 69.38 | 0.48 | 0.61 |
| Hex | BC | CB | 6B | 7 | 0 | 2F | 14 | 45 | 30 | 3D |
| Octal | 274 | 313 | 153 | 7 | 0 | 57 | 24 | 105 | 60 | 75 |
| Binary | 10111100 | 11001011 | 1101011 | 111 | 0 | 101111 | 10100 | 1000101 | 110000 | 111101 |
Color Harmonies of #BCCB6B
Complementary color
Monochromatic Colors of #BCCB6B
Black with #BCCB6B
Text Example
Text Example
White with #BCCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB6B; }
p { color: rgb(188,203,107); }
H1.HeaderClassName
{
color: #BCCB6B;
}
.AnyTagClassName
{
color: #BCCB6B;
}
</style>
background-color css
<style>
a { background-color: #BCCB6B; }
a { background-color: rgb(188,203,107); }
div.DivClassName
{
background-color: #BCCB6B;
}
.BgClassName
{
background-color: #BCCB6B;
}
</style>
border-color css
<style>
span { border-color: #BCCB6B; }
span { border-color: rgb(188,203,107); }
td.TdClassName
{
border-color: #BCCB6B;
}
.TagClassName
{
border-color: #BCCB6B;
}
</style>