Shades of Celery #BCBB40
Tints of Celery #BCBB40
RGB
CMYK
RGB Variations
Color information
#BCBB40 (or 0xBCBB40) is known color: Celery. HEX triplet: BC, BB and 40. RGB value is (188,187,64). Sum of RGB (Red+Green+Blue) = 188+187+64=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB40 is #4344BF. Grayscale: #ADADAD. Windows color (decimal): -4408512 or 4242364. OLE color: 4242364.
HSL color Cylindrical-coordinate representation of color #BCBB40: hue angle of 59.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCBB40 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 64 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.26 |
| HSL | 59.52º | 0.49% | 0.49% | - |
| HSV(B) | 59.52º | 0.66% | 0.74% | - |
| XYZ | 39.43 | 46.6 | 11.77 | - |
| YUV | 173.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 64 | 0 | 0.01 | 0.66 | 0.26 | 59.52 | 0.49 | 0.49 |
| Hex | BC | BB | 40 | 0 | 1 | 42 | 1A | 3C | 31 | 31 |
| Octal | 274 | 273 | 100 | 0 | 1 | 102 | 32 | 74 | 61 | 61 |
| Binary | 10111100 | 10111011 | 1000000 | 0 | 1 | 1000010 | 11010 | 111100 | 110001 | 110001 |
Color Harmonies of #BCBB40
Complementary color
Monochromatic Colors of #BCBB40
Black with #BCBB40
Text Example
Text Example
White with #BCBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB40; }
p { color: rgb(188,187,64); }
H1.HeaderClassName
{
color: #BCBB40;
}
.AnyTagClassName
{
color: #BCBB40;
}
</style>
background-color css
<style>
a { background-color: #BCBB40; }
a { background-color: rgb(188,187,64); }
div.DivClassName
{
background-color: #BCBB40;
}
.BgClassName
{
background-color: #BCBB40;
}
</style>
border-color css
<style>
span { border-color: #BCBB40; }
span { border-color: rgb(188,187,64); }
td.TdClassName
{
border-color: #BCBB40;
}
.TagClassName
{
border-color: #BCBB40;
}
</style>