Shades of Wild Willow #BCC770
Tints of Wild Willow #BCC770
RGB
CMYK
RGB Variations
Color information
#BCC770 (or 0xBCC770) is known color: Wild Willow. HEX triplet: BC, C7 and 70. RGB value is (188,199,112). Sum of RGB (Red+Green+Blue) = 188+199+112=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC770 is #43388F. Grayscale: #BABABA. Windows color (decimal): -4405392 or 7391164. OLE color: 7391164.
HSL color Cylindrical-coordinate representation of color #BCC770: hue angle of 67.59º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCC770 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 112 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.22 |
| HSL | 67.59º | 0.44% | 0.61% | - |
| HSV(B) | 67.59º | 0.44% | 0.78% | - |
| XYZ | 44.09 | 52.71 | 23.18 | - |
| YUV | 185.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 112 | 0.06 | 0 | 0.44 | 0.22 | 67.59 | 0.44 | 0.61 |
| Hex | BC | C7 | 70 | 6 | 0 | 2C | 16 | 44 | 2C | 3D |
| Octal | 274 | 307 | 160 | 6 | 0 | 54 | 26 | 104 | 54 | 75 |
| Binary | 10111100 | 11000111 | 1110000 | 110 | 0 | 101100 | 10110 | 1000100 | 101100 | 111101 |
Color Harmonies of #BCC770
Complementary color
Monochromatic Colors of #BCC770
Black with #BCC770
Text Example
Text Example
White with #BCC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC770; }
p { color: rgb(188,199,112); }
H1.HeaderClassName
{
color: #BCC770;
}
.AnyTagClassName
{
color: #BCC770;
}
</style>
background-color css
<style>
a { background-color: #BCC770; }
a { background-color: rgb(188,199,112); }
div.DivClassName
{
background-color: #BCC770;
}
.BgClassName
{
background-color: #BCC770;
}
</style>
border-color css
<style>
span { border-color: #BCC770; }
span { border-color: rgb(188,199,112); }
td.TdClassName
{
border-color: #BCC770;
}
.TagClassName
{
border-color: #BCC770;
}
</style>