Shades of Celery #BCBA43
Tints of Celery #BCBA43
RGB
CMYK
RGB Variations
Color information
#BCBA43 (or 0xBCBA43) is known color: Celery. HEX triplet: BC, BA and 43. RGB value is (188,186,67). Sum of RGB (Red+Green+Blue) = 188+186+67=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA43 is #4345BC. Grayscale: #ADADAD. Windows color (decimal): -4408765 or 4438716. OLE color: 4438716.
HSL color Cylindrical-coordinate representation of color #BCBA43: hue angle of 59.01º 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 #BCBA43 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 67 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.26 |
| HSL | 59.01º | 0.47% | 0.5% | - |
| HSV(B) | 59.01º | 0.64% | 0.74% | - |
| XYZ | 39.31 | 46.21 | 12.16 | - |
| YUV | 173.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 67 | 0 | 0.01 | 0.64 | 0.26 | 59.01 | 0.47 | 0.5 |
| Hex | BC | BA | 43 | 0 | 1 | 40 | 1A | 3B | 2F | 32 |
| Octal | 274 | 272 | 103 | 0 | 1 | 100 | 32 | 73 | 57 | 62 |
| Binary | 10111100 | 10111010 | 1000011 | 0 | 1 | 1000000 | 11010 | 111011 | 101111 | 110010 |
Color Harmonies of #BCBA43
Complementary color
Monochromatic Colors of #BCBA43
Black with #BCBA43
Text Example
Text Example
White with #BCBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA43; }
p { color: rgb(188,186,67); }
H1.HeaderClassName
{
color: #BCBA43;
}
.AnyTagClassName
{
color: #BCBA43;
}
</style>
background-color css
<style>
a { background-color: #BCBA43; }
a { background-color: rgb(188,186,67); }
div.DivClassName
{
background-color: #BCBA43;
}
.BgClassName
{
background-color: #BCBA43;
}
</style>
border-color css
<style>
span { border-color: #BCBA43; }
span { border-color: rgb(188,186,67); }
td.TdClassName
{
border-color: #BCBA43;
}
.TagClassName
{
border-color: #BCBA43;
}
</style>