Shades of Celery #BCBB4E
Tints of Celery #BCBB4E
RGB
CMYK
RGB Variations
Color information
#BCBB4E (or 0xBCBB4E) is known color: Celery. HEX triplet: BC, BB and 4E. RGB value is (188,187,78). Sum of RGB (Red+Green+Blue) = 188+187+78=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB4E is #4344B1. Grayscale: #AFAFAF. Windows color (decimal): -4408498 or 5159868. OLE color: 5159868.
HSL color Cylindrical-coordinate representation of color #BCBB4E: hue angle of 59.45º 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 #BCBB4E is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 78 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.26 |
| HSL | 59.45º | 0.45% | 0.52% | - |
| HSV(B) | 59.45º | 0.59% | 0.74% | - |
| XYZ | 39.88 | 46.78 | 14.14 | - |
| YUV | 174.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 78 | 0 | 0.01 | 0.59 | 0.26 | 59.45 | 0.45 | 0.52 |
| Hex | BC | BB | 4E | 0 | 1 | 3B | 1A | 3B | 2D | 34 |
| Octal | 274 | 273 | 116 | 0 | 1 | 73 | 32 | 73 | 55 | 64 |
| Binary | 10111100 | 10111011 | 1001110 | 0 | 1 | 111011 | 11010 | 111011 | 101101 | 110100 |
Color Harmonies of #BCBB4E
Complementary color
Monochromatic Colors of #BCBB4E
Black with #BCBB4E
Text Example
Text Example
White with #BCBB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB4E; }
p { color: rgb(188,187,78); }
H1.HeaderClassName
{
color: #BCBB4E;
}
.AnyTagClassName
{
color: #BCBB4E;
}
</style>
background-color css
<style>
a { background-color: #BCBB4E; }
a { background-color: rgb(188,187,78); }
div.DivClassName
{
background-color: #BCBB4E;
}
.BgClassName
{
background-color: #BCBB4E;
}
</style>
border-color css
<style>
span { border-color: #BCBB4E; }
span { border-color: rgb(188,187,78); }
td.TdClassName
{
border-color: #BCBB4E;
}
.TagClassName
{
border-color: #BCBB4E;
}
</style>