Shades of Celery #BCB949
Tints of Celery #BCB949
RGB
CMYK
RGB Variations
Color information
#BCB949 (or 0xBCB949) is known color: Celery. HEX triplet: BC, B9 and 49. RGB value is (188,185,73). Sum of RGB (Red+Green+Blue) = 188+185+73=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB949 is #4346B6. Grayscale: #ADADAD. Windows color (decimal): -4409015 or 4831676. OLE color: 4831676.
HSL color Cylindrical-coordinate representation of color #BCB949: hue angle of 58.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB949 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 73 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.26 |
| HSL | 58.43º | 0.46% | 0.51% | - |
| HSV(B) | 58.43º | 0.61% | 0.74% | - |
| XYZ | 39.29 | 45.87 | 13.09 | - |
| YUV | 173.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 73 | 0 | 0.02 | 0.61 | 0.26 | 58.43 | 0.46 | 0.51 |
| Hex | BC | B9 | 49 | 0 | 2 | 3D | 1A | 3A | 2E | 33 |
| Octal | 274 | 271 | 111 | 0 | 2 | 75 | 32 | 72 | 56 | 63 |
| Binary | 10111100 | 10111001 | 1001001 | 0 | 10 | 111101 | 11010 | 111010 | 101110 | 110011 |
Color Harmonies of #BCB949
Complementary color
Monochromatic Colors of #BCB949
Black with #BCB949
Text Example
Text Example
White with #BCB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB949; }
p { color: rgb(188,185,73); }
H1.HeaderClassName
{
color: #BCB949;
}
.AnyTagClassName
{
color: #BCB949;
}
</style>
background-color css
<style>
a { background-color: #BCB949; }
a { background-color: rgb(188,185,73); }
div.DivClassName
{
background-color: #BCB949;
}
.BgClassName
{
background-color: #BCB949;
}
</style>
border-color css
<style>
span { border-color: #BCB949; }
span { border-color: rgb(188,185,73); }
td.TdClassName
{
border-color: #BCB949;
}
.TagClassName
{
border-color: #BCB949;
}
</style>