Shades of Wild Willow #BCCC57
Tints of Wild Willow #BCCC57
RGB
CMYK
RGB Variations
Color information
#BCCC57 (or 0xBCCC57) is known color: Wild Willow. HEX triplet: BC, CC and 57. RGB value is (188,204,87). Sum of RGB (Red+Green+Blue) = 188+204+87=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC57 is #4333A8. Grayscale: #BABABA. Windows color (decimal): -4404137 or 5754044. OLE color: 5754044.
HSL color Cylindrical-coordinate representation of color #BCCC57: hue angle of 68.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCCC57 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 87 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.2 |
| HSL | 68.21º | 0.53% | 0.57% | - |
| HSV(B) | 68.21º | 0.57% | 0.8% | - |
| XYZ | 44.05 | 54.57 | 17.23 | - |
| YUV | 185.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 87 | 0.08 | 0 | 0.57 | 0.2 | 68.21 | 0.53 | 0.57 |
| Hex | BC | CC | 57 | 8 | 0 | 39 | 14 | 44 | 35 | 39 |
| Octal | 274 | 314 | 127 | 10 | 0 | 71 | 24 | 104 | 65 | 71 |
| Binary | 10111100 | 11001100 | 1010111 | 1000 | 0 | 111001 | 10100 | 1000100 | 110101 | 111001 |
Color Harmonies of #BCCC57
Complementary color
Monochromatic Colors of #BCCC57
Black with #BCCC57
Text Example
Text Example
White with #BCCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC57; }
p { color: rgb(188,204,87); }
H1.HeaderClassName
{
color: #BCCC57;
}
.AnyTagClassName
{
color: #BCCC57;
}
</style>
background-color css
<style>
a { background-color: #BCCC57; }
a { background-color: rgb(188,204,87); }
div.DivClassName
{
background-color: #BCCC57;
}
.BgClassName
{
background-color: #BCCC57;
}
</style>
border-color css
<style>
span { border-color: #BCCC57; }
span { border-color: rgb(188,204,87); }
td.TdClassName
{
border-color: #BCCC57;
}
.TagClassName
{
border-color: #BCCC57;
}
</style>