Shades of Celery #BCBE47
Tints of Celery #BCBE47
RGB
CMYK
RGB Variations
Color information
#BCBE47 (or 0xBCBE47) is known color: Celery. HEX triplet: BC, BE and 47. RGB value is (188,190,71). Sum of RGB (Red+Green+Blue) = 188+190+71=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE47 is #4341B8. Grayscale: #B0B0B0. Windows color (decimal): -4407737 or 4701884. OLE color: 4701884.
HSL color Cylindrical-coordinate representation of color #BCBE47: hue angle of 61.01º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCBE47 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 71 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.25 |
| HSL | 61.01º | 0.48% | 0.51% | - |
| HSV(B) | 61.01º | 0.63% | 0.75% | - |
| XYZ | 40.29 | 47.97 | 13.1 | - |
| YUV | 175.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 71 | 0.01 | 0 | 0.63 | 0.25 | 61.01 | 0.48 | 0.51 |
| Hex | BC | BE | 47 | 1 | 0 | 3F | 19 | 3D | 30 | 33 |
| Octal | 274 | 276 | 107 | 1 | 0 | 77 | 31 | 75 | 60 | 63 |
| Binary | 10111100 | 10111110 | 1000111 | 1 | 0 | 111111 | 11001 | 111101 | 110000 | 110011 |
Color Harmonies of #BCBE47
Complementary color
Monochromatic Colors of #BCBE47
Black with #BCBE47
Text Example
Text Example
White with #BCBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE47; }
p { color: rgb(188,190,71); }
H1.HeaderClassName
{
color: #BCBE47;
}
.AnyTagClassName
{
color: #BCBE47;
}
</style>
background-color css
<style>
a { background-color: #BCBE47; }
a { background-color: rgb(188,190,71); }
div.DivClassName
{
background-color: #BCBE47;
}
.BgClassName
{
background-color: #BCBE47;
}
</style>
border-color css
<style>
span { border-color: #BCBE47; }
span { border-color: rgb(188,190,71); }
td.TdClassName
{
border-color: #BCBE47;
}
.TagClassName
{
border-color: #BCBE47;
}
</style>