Shades of Wild Willow #BCCE70
Tints of Wild Willow #BCCE70
RGB
CMYK
RGB Variations
Color information
#BCCE70 (or 0xBCCE70) is known color: Wild Willow. HEX triplet: BC, CE and 70. RGB value is (188,206,112). Sum of RGB (Red+Green+Blue) = 188+206+112=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE70 is #43318F. Grayscale: #BEBEBE. Windows color (decimal): -4403600 or 7392956. OLE color: 7392956.
HSL color Cylindrical-coordinate representation of color #BCCE70: hue angle of 71.49º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCCE70 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 112 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.19 |
| HSL | 71.49º | 0.49% | 0.62% | - |
| HSV(B) | 71.49º | 0.46% | 0.81% | - |
| XYZ | 45.73 | 56 | 23.73 | - |
| YUV | 189.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 112 | 0.09 | 0 | 0.46 | 0.19 | 71.49 | 0.49 | 0.62 |
| Hex | BC | CE | 70 | 9 | 0 | 2E | 13 | 47 | 31 | 3E |
| Octal | 274 | 316 | 160 | 11 | 0 | 56 | 23 | 107 | 61 | 76 |
| Binary | 10111100 | 11001110 | 1110000 | 1001 | 0 | 101110 | 10011 | 1000111 | 110001 | 111110 |
Color Harmonies of #BCCE70
Complementary color
Monochromatic Colors of #BCCE70
Black with #BCCE70
Text Example
Text Example
White with #BCCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE70; }
p { color: rgb(188,206,112); }
H1.HeaderClassName
{
color: #BCCE70;
}
.AnyTagClassName
{
color: #BCCE70;
}
</style>
background-color css
<style>
a { background-color: #BCCE70; }
a { background-color: rgb(188,206,112); }
div.DivClassName
{
background-color: #BCCE70;
}
.BgClassName
{
background-color: #BCCE70;
}
</style>
border-color css
<style>
span { border-color: #BCCE70; }
span { border-color: rgb(188,206,112); }
td.TdClassName
{
border-color: #BCCE70;
}
.TagClassName
{
border-color: #BCCE70;
}
</style>