Shades of Celery #BCBA4E
Tints of Celery #BCBA4E
RGB
CMYK
RGB Variations
Color information
#BCBA4E (or 0xBCBA4E) is known color: Celery. HEX triplet: BC, BA and 4E. RGB value is (188,186,78). Sum of RGB (Red+Green+Blue) = 188+186+78=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA4E is #4345B1. Grayscale: #AEAEAE. Windows color (decimal): -4408754 or 5159612. OLE color: 5159612.
HSL color Cylindrical-coordinate representation of color #BCBA4E: hue angle of 58.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCBA4E is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 186 | 78 | - |
CMYK | 0 | 0.01 | 0.59 | 0.26 |
HSL | 58.91º | 0.45% | 0.52% | - |
HSV(B) | 58.91º | 0.59% | 0.74% | - |
XYZ | 39.67 | 46.36 | 14.06 | - |
YUV | 174.29 | 73.66 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 186 | 78 | 0 | 0.01 | 0.59 | 0.26 | 58.91 | 0.45 | 0.52 |
Hex | BC | BA | 4E | 0 | 1 | 3B | 1A | 3B | 2D | 34 |
Octal | 274 | 272 | 116 | 0 | 1 | 73 | 32 | 73 | 55 | 64 |
Binary | 10111100 | 10111010 | 1001110 | 0 | 1 | 111011 | 11010 | 111011 | 101101 | 110100 |
Color Harmonies of #BCBA4E
Complementary color
Monochromatic Colors of #BCBA4E
Black with #BCBA4E
Text Example
Text Example
White with #BCBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA4E; }
p { color: rgb(188,186,78); }
H1.HeaderClassName
{
color: #BCBA4E;
}
.AnyTagClassName
{
color: #BCBA4E;
}
</style>
background-color css
<style>
a { background-color: #BCBA4E; }
a { background-color: rgb(188,186,78); }
div.DivClassName
{
background-color: #BCBA4E;
}
.BgClassName
{
background-color: #BCBA4E;
}
</style>
border-color css
<style>
span { border-color: #BCBA4E; }
span { border-color: rgb(188,186,78); }
td.TdClassName
{
border-color: #BCBA4E;
}
.TagClassName
{
border-color: #BCBA4E;
}
</style>