Shades of Celery #BCBD50
Tints of Celery #BCBD50
RGB
CMYK
RGB Variations
Color information
#BCBD50 (or 0xBCBD50) is known color: Celery. HEX triplet: BC, BD and 50. RGB value is (188,189,80). Sum of RGB (Red+Green+Blue) = 188+189+80=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD50 is #4342AF. Grayscale: #B0B0B0. Windows color (decimal): -4407984 or 5291452. OLE color: 5291452.
HSL color Cylindrical-coordinate representation of color #BCBD50: hue angle of 60.55º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCBD50 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 80 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.26 |
| HSL | 60.55º | 0.45% | 0.53% | - |
| HSV(B) | 60.55º | 0.58% | 0.74% | - |
| XYZ | 40.38 | 47.67 | 14.66 | - |
| YUV | 176.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 80 | 0.01 | 0 | 0.58 | 0.26 | 60.55 | 0.45 | 0.53 |
| Hex | BC | BD | 50 | 1 | 0 | 3A | 1A | 3D | 2D | 35 |
| Octal | 274 | 275 | 120 | 1 | 0 | 72 | 32 | 75 | 55 | 65 |
| Binary | 10111100 | 10111101 | 1010000 | 1 | 0 | 111010 | 11010 | 111101 | 101101 | 110101 |
Color Harmonies of #BCBD50
Complementary color
Monochromatic Colors of #BCBD50
Black with #BCBD50
Text Example
Text Example
White with #BCBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD50; }
p { color: rgb(188,189,80); }
H1.HeaderClassName
{
color: #BCBD50;
}
.AnyTagClassName
{
color: #BCBD50;
}
</style>
background-color css
<style>
a { background-color: #BCBD50; }
a { background-color: rgb(188,189,80); }
div.DivClassName
{
background-color: #BCBD50;
}
.BgClassName
{
background-color: #BCBD50;
}
</style>
border-color css
<style>
span { border-color: #BCBD50; }
span { border-color: rgb(188,189,80); }
td.TdClassName
{
border-color: #BCBD50;
}
.TagClassName
{
border-color: #BCBD50;
}
</style>