Shades of Celery #BCBC46
Tints of Celery #BCBC46
RGB
CMYK
RGB Variations
Color information
#BCBC46 (or 0xBCBC46) is known color: Celery. HEX triplet: BC, BC and 46. RGB value is (188,188,70). Sum of RGB (Red+Green+Blue) = 188+188+70=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC46 is #4343B9. Grayscale: #AFAFAF. Windows color (decimal): -4408250 or 4635836. OLE color: 4635836.
HSL color Cylindrical-coordinate representation of color #BCBC46: hue angle of 60º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCBC46 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 70 | - |
| CMYK | 0 | 0 | 0.63 | 0.26 |
| HSL | 60º | 0.47% | 0.51% | - |
| HSV(B) | 60º | 0.63% | 0.74% | - |
| XYZ | 39.83 | 47.1 | 12.79 | - |
| YUV | 174.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 70 | 0 | 0 | 0.63 | 0.26 | 60 | 0.47 | 0.51 |
| Hex | BC | BC | 46 | 0 | 0 | 3F | 1A | 3C | 2F | 33 |
| Octal | 274 | 274 | 106 | 0 | 0 | 77 | 32 | 74 | 57 | 63 |
| Binary | 10111100 | 10111100 | 1000110 | 0 | 0 | 111111 | 11010 | 111100 | 101111 | 110011 |
Color Harmonies of #BCBC46
Complementary color
Monochromatic Colors of #BCBC46
Black with #BCBC46
Text Example
Text Example
White with #BCBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC46; }
p { color: rgb(188,188,70); }
H1.HeaderClassName
{
color: #BCBC46;
}
.AnyTagClassName
{
color: #BCBC46;
}
</style>
background-color css
<style>
a { background-color: #BCBC46; }
a { background-color: rgb(188,188,70); }
div.DivClassName
{
background-color: #BCBC46;
}
.BgClassName
{
background-color: #BCBC46;
}
</style>
border-color css
<style>
span { border-color: #BCBC46; }
span { border-color: rgb(188,188,70); }
td.TdClassName
{
border-color: #BCBC46;
}
.TagClassName
{
border-color: #BCBC46;
}
</style>