Shades of Celery #BCBA44
Tints of Celery #BCBA44
RGB
CMYK
RGB Variations
Color information
#BCBA44 (or 0xBCBA44) is known color: Celery. HEX triplet: BC, BA and 44. RGB value is (188,186,68). Sum of RGB (Red+Green+Blue) = 188+186+68=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA44 is #4345BB. Grayscale: #ADADAD. Windows color (decimal): -4408764 or 4504252. OLE color: 4504252.
HSL color Cylindrical-coordinate representation of color #BCBA44: hue angle of 59º 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 #BCBA44 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 68 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.26 |
| HSL | 59º | 0.47% | 0.5% | - |
| HSV(B) | 59º | 0.64% | 0.74% | - |
| XYZ | 39.34 | 46.23 | 12.32 | - |
| YUV | 173.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 68 | 0 | 0.01 | 0.64 | 0.26 | 59 | 0.47 | 0.5 |
| Hex | BC | BA | 44 | 0 | 1 | 40 | 1A | 3B | 2F | 32 |
| Octal | 274 | 272 | 104 | 0 | 1 | 100 | 32 | 73 | 57 | 62 |
| Binary | 10111100 | 10111010 | 1000100 | 0 | 1 | 1000000 | 11010 | 111011 | 101111 | 110010 |
Color Harmonies of #BCBA44
Complementary color
Monochromatic Colors of #BCBA44
Black with #BCBA44
Text Example
Text Example
White with #BCBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA44; }
p { color: rgb(188,186,68); }
H1.HeaderClassName
{
color: #BCBA44;
}
.AnyTagClassName
{
color: #BCBA44;
}
</style>
background-color css
<style>
a { background-color: #BCBA44; }
a { background-color: rgb(188,186,68); }
div.DivClassName
{
background-color: #BCBA44;
}
.BgClassName
{
background-color: #BCBA44;
}
</style>
border-color css
<style>
span { border-color: #BCBA44; }
span { border-color: rgb(188,186,68); }
td.TdClassName
{
border-color: #BCBA44;
}
.TagClassName
{
border-color: #BCBA44;
}
</style>