Shades of Celery #BCBD46
Tints of Celery #BCBD46
RGB
CMYK
RGB Variations
Color information
#BCBD46 (or 0xBCBD46) is known color: Celery. HEX triplet: BC, BD and 46. RGB value is (188,189,70). Sum of RGB (Red+Green+Blue) = 188+189+70=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD46 is #4342B9. Grayscale: #AFAFAF. Windows color (decimal): -4407994 or 4636092. OLE color: 4636092.
HSL color Cylindrical-coordinate representation of color #BCBD46: hue angle of 60.5º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCBD46 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 70 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.26 |
| HSL | 60.5º | 0.47% | 0.51% | - |
| HSV(B) | 60.5º | 0.63% | 0.74% | - |
| XYZ | 40.04 | 47.53 | 12.86 | - |
| YUV | 175.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 70 | 0.01 | 0 | 0.63 | 0.26 | 60.5 | 0.47 | 0.51 |
| Hex | BC | BD | 46 | 1 | 0 | 3F | 1A | 3D | 2F | 33 |
| Octal | 274 | 275 | 106 | 1 | 0 | 77 | 32 | 75 | 57 | 63 |
| Binary | 10111100 | 10111101 | 1000110 | 1 | 0 | 111111 | 11010 | 111101 | 101111 | 110011 |
Color Harmonies of #BCBD46
Complementary color
Monochromatic Colors of #BCBD46
Black with #BCBD46
Text Example
Text Example
White with #BCBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD46; }
p { color: rgb(188,189,70); }
H1.HeaderClassName
{
color: #BCBD46;
}
.AnyTagClassName
{
color: #BCBD46;
}
</style>
background-color css
<style>
a { background-color: #BCBD46; }
a { background-color: rgb(188,189,70); }
div.DivClassName
{
background-color: #BCBD46;
}
.BgClassName
{
background-color: #BCBD46;
}
</style>
border-color css
<style>
span { border-color: #BCBD46; }
span { border-color: rgb(188,189,70); }
td.TdClassName
{
border-color: #BCBD46;
}
.TagClassName
{
border-color: #BCBD46;
}
</style>