Shades of Celery #BCBA49
Tints of Celery #BCBA49
RGB
CMYK
RGB Variations
Color information
#BCBA49 (or 0xBCBA49) is known color: Celery. HEX triplet: BC, BA and 49. RGB value is (188,186,73). Sum of RGB (Red+Green+Blue) = 188+186+73=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA49 is #4345B6. Grayscale: #AEAEAE. Windows color (decimal): -4408759 or 4831932. OLE color: 4831932.
HSL color Cylindrical-coordinate representation of color #BCBA49: hue angle of 58.96º 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 #BCBA49 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 73 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.26 |
| HSL | 58.96º | 0.46% | 0.51% | - |
| HSV(B) | 58.96º | 0.61% | 0.74% | - |
| XYZ | 39.5 | 46.29 | 13.16 | - |
| YUV | 173.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 73 | 0 | 0.01 | 0.61 | 0.26 | 58.96 | 0.46 | 0.51 |
| Hex | BC | BA | 49 | 0 | 1 | 3D | 1A | 3B | 2E | 33 |
| Octal | 274 | 272 | 111 | 0 | 1 | 75 | 32 | 73 | 56 | 63 |
| Binary | 10111100 | 10111010 | 1001001 | 0 | 1 | 111101 | 11010 | 111011 | 101110 | 110011 |
Color Harmonies of #BCBA49
Complementary color
Monochromatic Colors of #BCBA49
Black with #BCBA49
Text Example
Text Example
White with #BCBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA49; }
p { color: rgb(188,186,73); }
H1.HeaderClassName
{
color: #BCBA49;
}
.AnyTagClassName
{
color: #BCBA49;
}
</style>
background-color css
<style>
a { background-color: #BCBA49; }
a { background-color: rgb(188,186,73); }
div.DivClassName
{
background-color: #BCBA49;
}
.BgClassName
{
background-color: #BCBA49;
}
</style>
border-color css
<style>
span { border-color: #BCBA49; }
span { border-color: rgb(188,186,73); }
td.TdClassName
{
border-color: #BCBA49;
}
.TagClassName
{
border-color: #BCBA49;
}
</style>