Shades of Celery #BEBE4C
Tints of Celery #BEBE4C
RGB
CMYK
RGB Variations
Color information
#BEBE4C (or 0xBEBE4C) is known color: Celery. HEX triplet: BE, BE and 4C. RGB value is (190,190,76). Sum of RGB (Red+Green+Blue) = 190+190+76=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE4C is #4141B3. Grayscale: #B1B1B1. Windows color (decimal): -4276660 or 5029566. OLE color: 5029566.
HSL color Cylindrical-coordinate representation of color #BEBE4C: hue angle of 60º 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 #BEBE4C is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 76 | - |
| CMYK | 0 | 0 | 0.60 | 0.25 |
| HSL | 60º | 0.47% | 0.52% | - |
| HSV(B) | 60º | 0.6% | 0.75% | - |
| XYZ | 40.95 | 48.3 | 14 | - |
| YUV | 177 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 76 | 0 | 0 | 0.60 | 0.25 | 60 | 0.47 | 0.52 |
| Hex | BE | BE | 4C | 0 | 0 | 3C | 19 | 3C | 2F | 34 |
| Octal | 276 | 276 | 114 | 0 | 0 | 74 | 31 | 74 | 57 | 64 |
| Binary | 10111110 | 10111110 | 1001100 | 0 | 0 | 111100 | 11001 | 111100 | 101111 | 110100 |
Color Harmonies of #BEBE4C
Complementary color
Monochromatic Colors of #BEBE4C
Black with #BEBE4C
Text Example
Text Example
White with #BEBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE4C; }
p { color: rgb(190,190,76); }
H1.HeaderClassName
{
color: #BEBE4C;
}
.AnyTagClassName
{
color: #BEBE4C;
}
</style>
background-color css
<style>
a { background-color: #BEBE4C; }
a { background-color: rgb(190,190,76); }
div.DivClassName
{
background-color: #BEBE4C;
}
.BgClassName
{
background-color: #BEBE4C;
}
</style>
border-color css
<style>
span { border-color: #BEBE4C; }
span { border-color: rgb(190,190,76); }
td.TdClassName
{
border-color: #BEBE4C;
}
.TagClassName
{
border-color: #BEBE4C;
}
</style>