Shades of Celery #BCBE50
Tints of Celery #BCBE50
RGB
CMYK
RGB Variations
Color information
#BCBE50 (or 0xBCBE50) is known color: Celery. HEX triplet: BC, BE and 50. RGB value is (188,190,80). Sum of RGB (Red+Green+Blue) = 188+190+80=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE50 is #4341AF. Grayscale: #B1B1B1. Windows color (decimal): -4407728 or 5291708. OLE color: 5291708.
HSL color Cylindrical-coordinate representation of color #BCBE50: hue angle of 61.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCBE50 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 80 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.25 |
| HSL | 61.09º | 0.46% | 0.53% | - |
| HSV(B) | 61.09º | 0.58% | 0.75% | - |
| XYZ | 40.6 | 48.1 | 14.73 | - |
| YUV | 176.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 80 | 0.01 | 0 | 0.58 | 0.25 | 61.09 | 0.46 | 0.53 |
| Hex | BC | BE | 50 | 1 | 0 | 3A | 19 | 3D | 2E | 35 |
| Octal | 274 | 276 | 120 | 1 | 0 | 72 | 31 | 75 | 56 | 65 |
| Binary | 10111100 | 10111110 | 1010000 | 1 | 0 | 111010 | 11001 | 111101 | 101110 | 110101 |
Color Harmonies of #BCBE50
Complementary color
Monochromatic Colors of #BCBE50
Black with #BCBE50
Text Example
Text Example
White with #BCBE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE50; }
p { color: rgb(188,190,80); }
H1.HeaderClassName
{
color: #BCBE50;
}
.AnyTagClassName
{
color: #BCBE50;
}
</style>
background-color css
<style>
a { background-color: #BCBE50; }
a { background-color: rgb(188,190,80); }
div.DivClassName
{
background-color: #BCBE50;
}
.BgClassName
{
background-color: #BCBE50;
}
</style>
border-color css
<style>
span { border-color: #BCBE50; }
span { border-color: rgb(188,190,80); }
td.TdClassName
{
border-color: #BCBE50;
}
.TagClassName
{
border-color: #BCBE50;
}
</style>