Shades of Celery #BCB649
Tints of Celery #BCB649
RGB
CMYK
RGB Variations
Color information
#BCB649 (or 0xBCB649) is known color: Celery. HEX triplet: BC, B6 and 49. RGB value is (188,182,73). Sum of RGB (Red+Green+Blue) = 188+182+73=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB649 is #4349B6. Grayscale: #ABABAB. Windows color (decimal): -4409783 or 4830908. OLE color: 4830908.
HSL color Cylindrical-coordinate representation of color #BCB649: hue angle of 56.87º 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 #BCB649 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 73 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.26 |
| HSL | 56.87º | 0.46% | 0.51% | - |
| HSV(B) | 56.87º | 0.61% | 0.74% | - |
| XYZ | 38.67 | 44.63 | 12.88 | - |
| YUV | 171.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 73 | 0 | 0.03 | 0.61 | 0.26 | 56.87 | 0.46 | 0.51 |
| Hex | BC | B6 | 49 | 0 | 3 | 3D | 1A | 39 | 2E | 33 |
| Octal | 274 | 266 | 111 | 0 | 3 | 75 | 32 | 71 | 56 | 63 |
| Binary | 10111100 | 10110110 | 1001001 | 0 | 11 | 111101 | 11010 | 111001 | 101110 | 110011 |
Color Harmonies of #BCB649
Complementary color
Monochromatic Colors of #BCB649
Black with #BCB649
Text Example
Text Example
White with #BCB649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB649; }
p { color: rgb(188,182,73); }
H1.HeaderClassName
{
color: #BCB649;
}
.AnyTagClassName
{
color: #BCB649;
}
</style>
background-color css
<style>
a { background-color: #BCB649; }
a { background-color: rgb(188,182,73); }
div.DivClassName
{
background-color: #BCB649;
}
.BgClassName
{
background-color: #BCB649;
}
</style>
border-color css
<style>
span { border-color: #BCB649; }
span { border-color: rgb(188,182,73); }
td.TdClassName
{
border-color: #BCB649;
}
.TagClassName
{
border-color: #BCB649;
}
</style>