Shades of Celery #BEBA4C
Tints of Celery #BEBA4C
RGB
CMYK
RGB Variations
Color information
#BEBA4C (or 0xBEBA4C) is known color: Celery. HEX triplet: BE, BA and 4C. RGB value is (190,186,76). Sum of RGB (Red+Green+Blue) = 190+186+76=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA4C is #4145B3. Grayscale: #AFAFAF. Windows color (decimal): -4277684 or 5028542. OLE color: 5028542.
HSL color Cylindrical-coordinate representation of color #BEBA4C: hue angle of 57.89º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEBA4C is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 76 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.25 |
| HSL | 57.89º | 0.47% | 0.52% | - |
| HSV(B) | 57.89º | 0.6% | 0.75% | - |
| XYZ | 40.1 | 46.59 | 13.72 | - |
| YUV | 174.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 76 | 0 | 0.02 | 0.60 | 0.25 | 57.89 | 0.47 | 0.52 |
| Hex | BE | BA | 4C | 0 | 2 | 3C | 19 | 3A | 2F | 34 |
| Octal | 276 | 272 | 114 | 0 | 2 | 74 | 31 | 72 | 57 | 64 |
| Binary | 10111110 | 10111010 | 1001100 | 0 | 10 | 111100 | 11001 | 111010 | 101111 | 110100 |
Color Harmonies of #BEBA4C
Complementary color
Monochromatic Colors of #BEBA4C
Black with #BEBA4C
Text Example
Text Example
White with #BEBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA4C; }
p { color: rgb(190,186,76); }
H1.HeaderClassName
{
color: #BEBA4C;
}
.AnyTagClassName
{
color: #BEBA4C;
}
</style>
background-color css
<style>
a { background-color: #BEBA4C; }
a { background-color: rgb(190,186,76); }
div.DivClassName
{
background-color: #BEBA4C;
}
.BgClassName
{
background-color: #BEBA4C;
}
</style>
border-color css
<style>
span { border-color: #BEBA4C; }
span { border-color: rgb(190,186,76); }
td.TdClassName
{
border-color: #BEBA4C;
}
.TagClassName
{
border-color: #BEBA4C;
}
</style>