Shades of Celery #BCBB43
Tints of Celery #BCBB43
RGB
CMYK
RGB Variations
Color information
#BCBB43 (or 0xBCBB43) is known color: Celery. HEX triplet: BC, BB and 43. RGB value is (188,187,67). Sum of RGB (Red+Green+Blue) = 188+187+67=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB43 is #4344BC. Grayscale: #AEAEAE. Windows color (decimal): -4408509 or 4438972. OLE color: 4438972.
HSL color Cylindrical-coordinate representation of color #BCBB43: hue angle of 59.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCBB43 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 67 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.26 |
| HSL | 59.5º | 0.47% | 0.5% | - |
| HSV(B) | 59.5º | 0.64% | 0.74% | - |
| XYZ | 39.52 | 46.64 | 12.23 | - |
| YUV | 173.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 67 | 0 | 0.01 | 0.64 | 0.26 | 59.5 | 0.47 | 0.5 |
| Hex | BC | BB | 43 | 0 | 1 | 40 | 1A | 3C | 2F | 32 |
| Octal | 274 | 273 | 103 | 0 | 1 | 100 | 32 | 74 | 57 | 62 |
| Binary | 10111100 | 10111011 | 1000011 | 0 | 1 | 1000000 | 11010 | 111100 | 101111 | 110010 |
Color Harmonies of #BCBB43
Complementary color
Monochromatic Colors of #BCBB43
Black with #BCBB43
Text Example
Text Example
White with #BCBB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB43; }
p { color: rgb(188,187,67); }
H1.HeaderClassName
{
color: #BCBB43;
}
.AnyTagClassName
{
color: #BCBB43;
}
</style>
background-color css
<style>
a { background-color: #BCBB43; }
a { background-color: rgb(188,187,67); }
div.DivClassName
{
background-color: #BCBB43;
}
.BgClassName
{
background-color: #BCBB43;
}
</style>
border-color css
<style>
span { border-color: #BCBB43; }
span { border-color: rgb(188,187,67); }
td.TdClassName
{
border-color: #BCBB43;
}
.TagClassName
{
border-color: #BCBB43;
}
</style>