Shades of Celery #BCBC39
Tints of Celery #BCBC39
RGB
CMYK
RGB Variations
Color information
#BCBC39 (or 0xBCBC39) is known color: Celery. HEX triplet: BC, BC and 39. RGB value is (188,188,57). Sum of RGB (Red+Green+Blue) = 188+188+57=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC39 is #4343C6. Grayscale: #ADADAD. Windows color (decimal): -4408263 or 3783868. OLE color: 3783868.
HSL color Cylindrical-coordinate representation of color #BCBC39: hue angle of 60º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCBC39 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 57 | - |
| CMYK | 0 | 0 | 0.70 | 0.26 |
| HSL | 60º | 0.53% | 0.48% | - |
| HSV(B) | 60º | 0.7% | 0.74% | - |
| XYZ | 39.46 | 46.95 | 10.85 | - |
| YUV | 173.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 57 | 0 | 0 | 0.70 | 0.26 | 60 | 0.53 | 0.48 |
| Hex | BC | BC | 39 | 0 | 0 | 46 | 1A | 3C | 35 | 30 |
| Octal | 274 | 274 | 71 | 0 | 0 | 106 | 32 | 74 | 65 | 60 |
| Binary | 10111100 | 10111100 | 111001 | 0 | 0 | 1000110 | 11010 | 111100 | 110101 | 110000 |
Color Harmonies of #BCBC39
Complementary color
Monochromatic Colors of #BCBC39
Black with #BCBC39
Text Example
Text Example
White with #BCBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC39; }
p { color: rgb(188,188,57); }
H1.HeaderClassName
{
color: #BCBC39;
}
.AnyTagClassName
{
color: #BCBC39;
}
</style>
background-color css
<style>
a { background-color: #BCBC39; }
a { background-color: rgb(188,188,57); }
div.DivClassName
{
background-color: #BCBC39;
}
.BgClassName
{
background-color: #BCBC39;
}
</style>
border-color css
<style>
span { border-color: #BCBC39; }
span { border-color: rgb(188,188,57); }
td.TdClassName
{
border-color: #BCBC39;
}
.TagClassName
{
border-color: #BCBC39;
}
</style>