Shades of Celery #BCBC53
Tints of Celery #BCBC53
RGB
CMYK
RGB Variations
Color information
#BCBC53 (or 0xBCBC53) is known color: Celery. HEX triplet: BC, BC and 53. RGB value is (188,188,83). Sum of RGB (Red+Green+Blue) = 188+188+83=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC53 is #4343AC. Grayscale: #B0B0B0. Windows color (decimal): -4408237 or 5487804. OLE color: 5487804.
HSL color Cylindrical-coordinate representation of color #BCBC53: hue angle of 60º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCBC53 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 83 | - |
| CMYK | 0 | 0 | 0.56 | 0.26 |
| HSL | 60º | 0.44% | 0.53% | - |
| HSV(B) | 60º | 0.56% | 0.74% | - |
| XYZ | 40.28 | 47.28 | 15.19 | - |
| YUV | 176.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 83 | 0 | 0 | 0.56 | 0.26 | 60 | 0.44 | 0.53 |
| Hex | BC | BC | 53 | 0 | 0 | 38 | 1A | 3C | 2C | 35 |
| Octal | 274 | 274 | 123 | 0 | 0 | 70 | 32 | 74 | 54 | 65 |
| Binary | 10111100 | 10111100 | 1010011 | 0 | 0 | 111000 | 11010 | 111100 | 101100 | 110101 |
Color Harmonies of #BCBC53
Complementary color
Monochromatic Colors of #BCBC53
Black with #BCBC53
Text Example
Text Example
White with #BCBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC53; }
p { color: rgb(188,188,83); }
H1.HeaderClassName
{
color: #BCBC53;
}
.AnyTagClassName
{
color: #BCBC53;
}
</style>
background-color css
<style>
a { background-color: #BCBC53; }
a { background-color: rgb(188,188,83); }
div.DivClassName
{
background-color: #BCBC53;
}
.BgClassName
{
background-color: #BCBC53;
}
</style>
border-color css
<style>
span { border-color: #BCBC53; }
span { border-color: rgb(188,188,83); }
td.TdClassName
{
border-color: #BCBC53;
}
.TagClassName
{
border-color: #BCBC53;
}
</style>