Shades of Celery #BCBB41
Tints of Celery #BCBB41
RGB
CMYK
RGB Variations
Color information
#BCBB41 (or 0xBCBB41) is known color: Celery. HEX triplet: BC, BB and 41. RGB value is (188,187,65). Sum of RGB (Red+Green+Blue) = 188+187+65=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB41 is #4344BE. Grayscale: #ADADAD. Windows color (decimal): -4408511 or 4307900. OLE color: 4307900.
HSL color Cylindrical-coordinate representation of color #BCBB41: hue angle of 59.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCBB41 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 65 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.26 |
| HSL | 59.51º | 0.49% | 0.5% | - |
| HSV(B) | 59.51º | 0.65% | 0.74% | - |
| XYZ | 39.46 | 46.61 | 11.92 | - |
| YUV | 173.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 65 | 0 | 0.01 | 0.65 | 0.26 | 59.51 | 0.49 | 0.5 |
| Hex | BC | BB | 41 | 0 | 1 | 41 | 1A | 3C | 31 | 32 |
| Octal | 274 | 273 | 101 | 0 | 1 | 101 | 32 | 74 | 61 | 62 |
| Binary | 10111100 | 10111011 | 1000001 | 0 | 1 | 1000001 | 11010 | 111100 | 110001 | 110010 |
Color Harmonies of #BCBB41
Complementary color
Monochromatic Colors of #BCBB41
Black with #BCBB41
Text Example
Text Example
White with #BCBB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB41; }
p { color: rgb(188,187,65); }
H1.HeaderClassName
{
color: #BCBB41;
}
.AnyTagClassName
{
color: #BCBB41;
}
</style>
background-color css
<style>
a { background-color: #BCBB41; }
a { background-color: rgb(188,187,65); }
div.DivClassName
{
background-color: #BCBB41;
}
.BgClassName
{
background-color: #BCBB41;
}
</style>
border-color css
<style>
span { border-color: #BCBB41; }
span { border-color: rgb(188,187,65); }
td.TdClassName
{
border-color: #BCBB41;
}
.TagClassName
{
border-color: #BCBB41;
}
</style>