# \&holdercolor

General Option! ([`&push`](/advanced-settings/setup-parameters/push.md), [`&room`](/advanced-settings/setup-parameters/room.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md))

## Options

Example: `&holdercolor=00ff00` or `&holdercolor=green`

| Value                 | Description                                 |
| --------------------- | ------------------------------------------- |
| (no value given)      | black video holder background               |
| (HEX) \| (color name) | specifies the video holder background color |
| `00ff00`              | green video holder background               |

Aliases:

`&videobg`, `&videobgcolor`, `&videobackground`, `&videobackgroundcolor`, `&holderbg`, `&holderbgcolor`

{% hint style="danger" %}
Do not include the # character with the hex value.
{% endhint %}

## Details

`&holdercolor` sets the background color of the video holding element, using the CSS variable `--video-holder-color`.

This is the color behind or around video tiles, such as when a video is letterboxed, contained inside a structured layout, or otherwise does not fill its holder. It does not change the whole page background and it does not change pixels inside the camera/video stream.

For the page/chroma background, use [`&chroma`](/advanced-settings/design-parameters/chroma.md). For the video element's own background color, use [`&color`](/advanced-settings/design-parameters/and-color.md). For digital person segmentation over green, use `&greenscreen` or `&effects=4`.

## Related

{% content-ref url="/pages/QMi6Cor7B2Ipg74HvdTo" %}
[\&color](/advanced-settings/design-parameters/and-color.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZHfj9aSfYk2RJf\_S4y" %}
[\&chroma](/advanced-settings/design-parameters/chroma.md)
{% endcontent-ref %}

{% content-ref url="/pages/9cz57gsDjoS4UT6rIXEj" %}
[\&structure](/advanced-settings/design-parameters/and-structure.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/design-parameters/and-holdercolor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
