Shades of Celery #BEBA4D
Tints of Celery #BEBA4D
RGB
CMYK
RGB Variations
Color information
#BEBA4D (or 0xBEBA4D) is known color: Celery. HEX triplet: BE, BA and 4D. RGB value is (190,186,77). Sum of RGB (Red+Green+Blue) = 190+186+77=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA4D is #4145B2. Grayscale: #AFAFAF. Windows color (decimal): -4277683 or 5094078. OLE color: 5094078.
HSL color Cylindrical-coordinate representation of color #BEBA4D: hue angle of 57.88º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEBA4D is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 77 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.25 |
| HSL | 57.88º | 0.47% | 0.52% | - |
| HSV(B) | 57.88º | 0.59% | 0.75% | - |
| XYZ | 40.13 | 46.6 | 13.9 | - |
| YUV | 174.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 77 | 0 | 0.02 | 0.59 | 0.25 | 57.88 | 0.47 | 0.52 |
| Hex | BE | BA | 4D | 0 | 2 | 3B | 19 | 3A | 2F | 34 |
| Octal | 276 | 272 | 115 | 0 | 2 | 73 | 31 | 72 | 57 | 64 |
| Binary | 10111110 | 10111010 | 1001101 | 0 | 10 | 111011 | 11001 | 111010 | 101111 | 110100 |
Color Harmonies of #BEBA4D
Complementary color
Monochromatic Colors of #BEBA4D
Black with #BEBA4D
Text Example
Text Example
White with #BEBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA4D; }
p { color: rgb(190,186,77); }
H1.HeaderClassName
{
color: #BEBA4D;
}
.AnyTagClassName
{
color: #BEBA4D;
}
</style>
background-color css
<style>
a { background-color: #BEBA4D; }
a { background-color: rgb(190,186,77); }
div.DivClassName
{
background-color: #BEBA4D;
}
.BgClassName
{
background-color: #BEBA4D;
}
</style>
border-color css
<style>
span { border-color: #BEBA4D; }
span { border-color: rgb(190,186,77); }
td.TdClassName
{
border-color: #BEBA4D;
}
.TagClassName
{
border-color: #BEBA4D;
}
</style>