Shades of Celery #BCB946
Tints of Celery #BCB946
RGB
CMYK
RGB Variations
Color information
#BCB946 (or 0xBCB946) is known color: Celery. HEX triplet: BC, B9 and 46. RGB value is (188,185,70). Sum of RGB (Red+Green+Blue) = 188+185+70=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB946 is #4346B9. Grayscale: #ADADAD. Windows color (decimal): -4409018 or 4635068. OLE color: 4635068.
HSL color Cylindrical-coordinate representation of color #BCB946: hue angle of 58.47º 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 #BCB946 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 70 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.26 |
| HSL | 58.47º | 0.47% | 0.51% | - |
| HSV(B) | 58.47º | 0.63% | 0.74% | - |
| XYZ | 39.19 | 45.83 | 12.58 | - |
| YUV | 172.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 70 | 0 | 0.02 | 0.63 | 0.26 | 58.47 | 0.47 | 0.51 |
| Hex | BC | B9 | 46 | 0 | 2 | 3F | 1A | 3A | 2F | 33 |
| Octal | 274 | 271 | 106 | 0 | 2 | 77 | 32 | 72 | 57 | 63 |
| Binary | 10111100 | 10111001 | 1000110 | 0 | 10 | 111111 | 11010 | 111010 | 101111 | 110011 |
Color Harmonies of #BCB946
Complementary color
Monochromatic Colors of #BCB946
Black with #BCB946
Text Example
Text Example
White with #BCB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB946; }
p { color: rgb(188,185,70); }
H1.HeaderClassName
{
color: #BCB946;
}
.AnyTagClassName
{
color: #BCB946;
}
</style>
background-color css
<style>
a { background-color: #BCB946; }
a { background-color: rgb(188,185,70); }
div.DivClassName
{
background-color: #BCB946;
}
.BgClassName
{
background-color: #BCB946;
}
</style>
border-color css
<style>
span { border-color: #BCB946; }
span { border-color: rgb(188,185,70); }
td.TdClassName
{
border-color: #BCB946;
}
.TagClassName
{
border-color: #BCB946;
}
</style>