Shades of Celery #BCBB50
Tints of Celery #BCBB50
RGB
CMYK
RGB Variations
Color information
#BCBB50 (or 0xBCBB50) is known color: Celery. HEX triplet: BC, BB and 50. RGB value is (188,187,80). Sum of RGB (Red+Green+Blue) = 188+187+80=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB50 is #4344AF. Grayscale: #AFAFAF. Windows color (decimal): -4408496 or 5290940. OLE color: 5290940.
HSL color Cylindrical-coordinate representation of color #BCBB50: hue angle of 59.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCBB50 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 80 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.26 |
| HSL | 59.44º | 0.45% | 0.53% | - |
| HSV(B) | 59.44º | 0.57% | 0.74% | - |
| XYZ | 39.96 | 46.81 | 14.52 | - |
| YUV | 175.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 80 | 0 | 0.01 | 0.57 | 0.26 | 59.44 | 0.45 | 0.53 |
| Hex | BC | BB | 50 | 0 | 1 | 39 | 1A | 3B | 2D | 35 |
| Octal | 274 | 273 | 120 | 0 | 1 | 71 | 32 | 73 | 55 | 65 |
| Binary | 10111100 | 10111011 | 1010000 | 0 | 1 | 111001 | 11010 | 111011 | 101101 | 110101 |
Color Harmonies of #BCBB50
Complementary color
Monochromatic Colors of #BCBB50
Black with #BCBB50
Text Example
Text Example
White with #BCBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB50; }
p { color: rgb(188,187,80); }
H1.HeaderClassName
{
color: #BCBB50;
}
.AnyTagClassName
{
color: #BCBB50;
}
</style>
background-color css
<style>
a { background-color: #BCBB50; }
a { background-color: rgb(188,187,80); }
div.DivClassName
{
background-color: #BCBB50;
}
.BgClassName
{
background-color: #BCBB50;
}
</style>
border-color css
<style>
span { border-color: #BCBB50; }
span { border-color: rgb(188,187,80); }
td.TdClassName
{
border-color: #BCBB50;
}
.TagClassName
{
border-color: #BCBB50;
}
</style>