Shades of Wild Willow #BCCE50
Tints of Wild Willow #BCCE50
RGB
CMYK
RGB Variations
Color information
#BCCE50 (or 0xBCCE50) is known color: Wild Willow. HEX triplet: BC, CE and 50. RGB value is (188,206,80). Sum of RGB (Red+Green+Blue) = 188+206+80=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE50 is #4331AF. Grayscale: #BABABA. Windows color (decimal): -4403632 or 5295804. OLE color: 5295804.
HSL color Cylindrical-coordinate representation of color #BCCE50: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCCE50 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 80 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.19 |
| HSL | 68.57º | 0.56% | 0.56% | - |
| HSV(B) | 68.57º | 0.61% | 0.81% | - |
| XYZ | 44.26 | 55.41 | 15.95 | - |
| YUV | 186.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 80 | 0.09 | 0 | 0.61 | 0.19 | 68.57 | 0.56 | 0.56 |
| Hex | BC | CE | 50 | 9 | 0 | 3D | 13 | 45 | 38 | 38 |
| Octal | 274 | 316 | 120 | 11 | 0 | 75 | 23 | 105 | 70 | 70 |
| Binary | 10111100 | 11001110 | 1010000 | 1001 | 0 | 111101 | 10011 | 1000101 | 111000 | 111000 |
Color Harmonies of #BCCE50
Complementary color
Monochromatic Colors of #BCCE50
Black with #BCCE50
Text Example
Text Example
White with #BCCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE50; }
p { color: rgb(188,206,80); }
H1.HeaderClassName
{
color: #BCCE50;
}
.AnyTagClassName
{
color: #BCCE50;
}
</style>
background-color css
<style>
a { background-color: #BCCE50; }
a { background-color: rgb(188,206,80); }
div.DivClassName
{
background-color: #BCCE50;
}
.BgClassName
{
background-color: #BCCE50;
}
</style>
border-color css
<style>
span { border-color: #BCCE50; }
span { border-color: rgb(188,206,80); }
td.TdClassName
{
border-color: #BCCE50;
}
.TagClassName
{
border-color: #BCCE50;
}
</style>