Shades of Wild Willow #BCCF50
Tints of Wild Willow #BCCF50
RGB
CMYK
RGB Variations
Color information
#BCCF50 (or 0xBCCF50) is known color: Wild Willow. HEX triplet: BC, CF and 50. RGB value is (188,207,80). Sum of RGB (Red+Green+Blue) = 188+207+80=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF50 is #4330AF. Grayscale: #BBBBBB. Windows color (decimal): -4403376 or 5296060. OLE color: 5296060.
HSL color Cylindrical-coordinate representation of color #BCCF50: hue angle of 68.98º degrees, saturation: 0.57, 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 #BCCF50 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 80 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.19 |
| HSL | 68.98º | 0.57% | 0.56% | - |
| HSV(B) | 68.98º | 0.61% | 0.81% | - |
| XYZ | 44.5 | 55.9 | 16.03 | - |
| YUV | 186.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 80 | 0.09 | 0 | 0.61 | 0.19 | 68.98 | 0.57 | 0.56 |
| Hex | BC | CF | 50 | 9 | 0 | 3D | 13 | 45 | 39 | 38 |
| Octal | 274 | 317 | 120 | 11 | 0 | 75 | 23 | 105 | 71 | 70 |
| Binary | 10111100 | 11001111 | 1010000 | 1001 | 0 | 111101 | 10011 | 1000101 | 111001 | 111000 |
Color Harmonies of #BCCF50
Complementary color
Monochromatic Colors of #BCCF50
Black with #BCCF50
Text Example
Text Example
White with #BCCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF50; }
p { color: rgb(188,207,80); }
H1.HeaderClassName
{
color: #BCCF50;
}
.AnyTagClassName
{
color: #BCCF50;
}
</style>
background-color css
<style>
a { background-color: #BCCF50; }
a { background-color: rgb(188,207,80); }
div.DivClassName
{
background-color: #BCCF50;
}
.BgClassName
{
background-color: #BCCF50;
}
</style>
border-color css
<style>
span { border-color: #BCCF50; }
span { border-color: rgb(188,207,80); }
td.TdClassName
{
border-color: #BCCF50;
}
.TagClassName
{
border-color: #BCCF50;
}
</style>