Shades of Celery #BCB84D
Tints of Celery #BCB84D
RGB
CMYK
RGB Variations
Color information
#BCB84D (or 0xBCB84D) is known color: Celery. HEX triplet: BC, B8 and 4D. RGB value is (188,184,77). Sum of RGB (Red+Green+Blue) = 188+184+77=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB84D is #4347B2. Grayscale: #ADADAD. Windows color (decimal): -4409267 or 5093564. OLE color: 5093564.
HSL color Cylindrical-coordinate representation of color #BCB84D: hue angle of 57.84º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCB84D is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 77 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.26 |
| HSL | 57.84º | 0.45% | 0.52% | - |
| HSV(B) | 57.84º | 0.59% | 0.74% | - |
| XYZ | 39.22 | 45.51 | 13.74 | - |
| YUV | 173 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 77 | 0 | 0.02 | 0.59 | 0.26 | 57.84 | 0.45 | 0.52 |
| Hex | BC | B8 | 4D | 0 | 2 | 3B | 1A | 3A | 2D | 34 |
| Octal | 274 | 270 | 115 | 0 | 2 | 73 | 32 | 72 | 55 | 64 |
| Binary | 10111100 | 10111000 | 1001101 | 0 | 10 | 111011 | 11010 | 111010 | 101101 | 110100 |
Color Harmonies of #BCB84D
Complementary color
Monochromatic Colors of #BCB84D
Black with #BCB84D
Text Example
Text Example
White with #BCB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB84D; }
p { color: rgb(188,184,77); }
H1.HeaderClassName
{
color: #BCB84D;
}
.AnyTagClassName
{
color: #BCB84D;
}
</style>
background-color css
<style>
a { background-color: #BCB84D; }
a { background-color: rgb(188,184,77); }
div.DivClassName
{
background-color: #BCB84D;
}
.BgClassName
{
background-color: #BCB84D;
}
</style>
border-color css
<style>
span { border-color: #BCB84D; }
span { border-color: rgb(188,184,77); }
td.TdClassName
{
border-color: #BCB84D;
}
.TagClassName
{
border-color: #BCB84D;
}
</style>