Shades of Celery #BCBC38
Tints of Celery #BCBC38
RGB
CMYK
RGB Variations
Color information
#BCBC38 (or 0xBCBC38) is known color: Celery. HEX triplet: BC, BC and 38. RGB value is (188,188,56). Sum of RGB (Red+Green+Blue) = 188+188+56=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC38 is #4343C7. Grayscale: #ADADAD. Windows color (decimal): -4408264 or 3718332. OLE color: 3718332.
HSL color Cylindrical-coordinate representation of color #BCBC38: hue angle of 60º degrees, saturation: 0.54, 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 #BCBC38 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 56 | - |
| CMYK | 0 | 0 | 0.70 | 0.26 |
| HSL | 60º | 0.54% | 0.48% | - |
| HSV(B) | 60º | 0.7% | 0.74% | - |
| XYZ | 39.44 | 46.94 | 10.72 | - |
| YUV | 172.95 | 62 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 56 | 0 | 0 | 0.70 | 0.26 | 60 | 0.54 | 0.48 |
| Hex | BC | BC | 38 | 0 | 0 | 46 | 1A | 3C | 36 | 30 |
| Octal | 274 | 274 | 70 | 0 | 0 | 106 | 32 | 74 | 66 | 60 |
| Binary | 10111100 | 10111100 | 111000 | 0 | 0 | 1000110 | 11010 | 111100 | 110110 | 110000 |
Color Harmonies of #BCBC38
Complementary color
Monochromatic Colors of #BCBC38
Black with #BCBC38
Text Example
Text Example
White with #BCBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC38; }
p { color: rgb(188,188,56); }
H1.HeaderClassName
{
color: #BCBC38;
}
.AnyTagClassName
{
color: #BCBC38;
}
</style>
background-color css
<style>
a { background-color: #BCBC38; }
a { background-color: rgb(188,188,56); }
div.DivClassName
{
background-color: #BCBC38;
}
.BgClassName
{
background-color: #BCBC38;
}
</style>
border-color css
<style>
span { border-color: #BCBC38; }
span { border-color: rgb(188,188,56); }
td.TdClassName
{
border-color: #BCBC38;
}
.TagClassName
{
border-color: #BCBC38;
}
</style>