Shades of Celery #BCB947
Tints of Celery #BCB947
RGB
CMYK
RGB Variations
Color information
#BCB947 (or 0xBCB947) is known color: Celery. HEX triplet: BC, B9 and 47. RGB value is (188,185,71). Sum of RGB (Red+Green+Blue) = 188+185+71=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB947 is #4346B8. Grayscale: #ADADAD. Windows color (decimal): -4409017 or 4700604. OLE color: 4700604.
HSL color Cylindrical-coordinate representation of color #BCB947: hue angle of 58.46º 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 #BCB947 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 71 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.26 |
| HSL | 58.46º | 0.47% | 0.51% | - |
| HSV(B) | 58.46º | 0.62% | 0.74% | - |
| XYZ | 39.23 | 45.84 | 12.74 | - |
| YUV | 172.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 71 | 0 | 0.02 | 0.62 | 0.26 | 58.46 | 0.47 | 0.51 |
| Hex | BC | B9 | 47 | 0 | 2 | 3E | 1A | 3A | 2F | 33 |
| Octal | 274 | 271 | 107 | 0 | 2 | 76 | 32 | 72 | 57 | 63 |
| Binary | 10111100 | 10111001 | 1000111 | 0 | 10 | 111110 | 11010 | 111010 | 101111 | 110011 |
Color Harmonies of #BCB947
Complementary color
Monochromatic Colors of #BCB947
Black with #BCB947
Text Example
Text Example
White with #BCB947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB947; }
p { color: rgb(188,185,71); }
H1.HeaderClassName
{
color: #BCB947;
}
.AnyTagClassName
{
color: #BCB947;
}
</style>
background-color css
<style>
a { background-color: #BCB947; }
a { background-color: rgb(188,185,71); }
div.DivClassName
{
background-color: #BCB947;
}
.BgClassName
{
background-color: #BCB947;
}
</style>
border-color css
<style>
span { border-color: #BCB947; }
span { border-color: rgb(188,185,71); }
td.TdClassName
{
border-color: #BCB947;
}
.TagClassName
{
border-color: #BCB947;
}
</style>