Shades of Celery #BCBC47
Tints of Celery #BCBC47
RGB
CMYK
RGB Variations
Color information
#BCBC47 (or 0xBCBC47) is known color: Celery. HEX triplet: BC, BC and 47. RGB value is (188,188,71). Sum of RGB (Red+Green+Blue) = 188+188+71=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC47 is #4343B8. Grayscale: #AFAFAF. Windows color (decimal): -4408249 or 4701372. OLE color: 4701372.
HSL color Cylindrical-coordinate representation of color #BCBC47: hue angle of 60º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCBC47 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 71 | - |
| CMYK | 0 | 0 | 0.62 | 0.26 |
| HSL | 60º | 0.47% | 0.51% | - |
| HSV(B) | 60º | 0.62% | 0.74% | - |
| XYZ | 39.86 | 47.11 | 12.95 | - |
| YUV | 174.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 71 | 0 | 0 | 0.62 | 0.26 | 60 | 0.47 | 0.51 |
| Hex | BC | BC | 47 | 0 | 0 | 3E | 1A | 3C | 2F | 33 |
| Octal | 274 | 274 | 107 | 0 | 0 | 76 | 32 | 74 | 57 | 63 |
| Binary | 10111100 | 10111100 | 1000111 | 0 | 0 | 111110 | 11010 | 111100 | 101111 | 110011 |
Color Harmonies of #BCBC47
Complementary color
Monochromatic Colors of #BCBC47
Black with #BCBC47
Text Example
Text Example
White with #BCBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC47; }
p { color: rgb(188,188,71); }
H1.HeaderClassName
{
color: #BCBC47;
}
.AnyTagClassName
{
color: #BCBC47;
}
</style>
background-color css
<style>
a { background-color: #BCBC47; }
a { background-color: rgb(188,188,71); }
div.DivClassName
{
background-color: #BCBC47;
}
.BgClassName
{
background-color: #BCBC47;
}
</style>
border-color css
<style>
span { border-color: #BCBC47; }
span { border-color: rgb(188,188,71); }
td.TdClassName
{
border-color: #BCBC47;
}
.TagClassName
{
border-color: #BCBC47;
}
</style>