Shades of Wild Willow #BCCB70
Tints of Wild Willow #BCCB70
RGB
CMYK
RGB Variations
Color information
#BCCB70 (or 0xBCCB70) is known color: Wild Willow. HEX triplet: BC, CB and 70. RGB value is (188,203,112). Sum of RGB (Red+Green+Blue) = 188+203+112=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB70 is #43348F. Grayscale: #BCBCBC. Windows color (decimal): -4404368 or 7392188. OLE color: 7392188.
HSL color Cylindrical-coordinate representation of color #BCCB70: hue angle of 69.89º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCCB70 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 112 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.20 |
| HSL | 69.89º | 0.47% | 0.62% | - |
| HSV(B) | 69.89º | 0.45% | 0.8% | - |
| XYZ | 45.02 | 54.57 | 23.49 | - |
| YUV | 188.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 112 | 0.07 | 0 | 0.45 | 0.20 | 69.89 | 0.47 | 0.62 |
| Hex | BC | CB | 70 | 7 | 0 | 2D | 14 | 46 | 2F | 3E |
| Octal | 274 | 313 | 160 | 7 | 0 | 55 | 24 | 106 | 57 | 76 |
| Binary | 10111100 | 11001011 | 1110000 | 111 | 0 | 101101 | 10100 | 1000110 | 101111 | 111110 |
Color Harmonies of #BCCB70
Complementary color
Monochromatic Colors of #BCCB70
Black with #BCCB70
Text Example
Text Example
White with #BCCB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB70; }
p { color: rgb(188,203,112); }
H1.HeaderClassName
{
color: #BCCB70;
}
.AnyTagClassName
{
color: #BCCB70;
}
</style>
background-color css
<style>
a { background-color: #BCCB70; }
a { background-color: rgb(188,203,112); }
div.DivClassName
{
background-color: #BCCB70;
}
.BgClassName
{
background-color: #BCCB70;
}
</style>
border-color css
<style>
span { border-color: #BCCB70; }
span { border-color: rgb(188,203,112); }
td.TdClassName
{
border-color: #BCCB70;
}
.TagClassName
{
border-color: #BCCB70;
}
</style>