Shades of Celery #BCBE46
Tints of Celery #BCBE46
RGB
CMYK
RGB Variations
Color information
#BCBE46 (or 0xBCBE46) is known color: Celery. HEX triplet: BC, BE and 46. RGB value is (188,190,70). Sum of RGB (Red+Green+Blue) = 188+190+70=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE46 is #4341B9. Grayscale: #B0B0B0. Windows color (decimal): -4407738 or 4636348. OLE color: 4636348.
HSL color Cylindrical-coordinate representation of color #BCBE46: hue angle of 61º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCBE46 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 70 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.25 |
| HSL | 61º | 0.48% | 0.51% | - |
| HSV(B) | 61º | 0.63% | 0.75% | - |
| XYZ | 40.26 | 47.96 | 12.93 | - |
| YUV | 175.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 70 | 0.01 | 0 | 0.63 | 0.25 | 61 | 0.48 | 0.51 |
| Hex | BC | BE | 46 | 1 | 0 | 3F | 19 | 3D | 30 | 33 |
| Octal | 274 | 276 | 106 | 1 | 0 | 77 | 31 | 75 | 60 | 63 |
| Binary | 10111100 | 10111110 | 1000110 | 1 | 0 | 111111 | 11001 | 111101 | 110000 | 110011 |
Color Harmonies of #BCBE46
Complementary color
Monochromatic Colors of #BCBE46
Black with #BCBE46
Text Example
Text Example
White with #BCBE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE46; }
p { color: rgb(188,190,70); }
H1.HeaderClassName
{
color: #BCBE46;
}
.AnyTagClassName
{
color: #BCBE46;
}
</style>
background-color css
<style>
a { background-color: #BCBE46; }
a { background-color: rgb(188,190,70); }
div.DivClassName
{
background-color: #BCBE46;
}
.BgClassName
{
background-color: #BCBE46;
}
</style>
border-color css
<style>
span { border-color: #BCBE46; }
span { border-color: rgb(188,190,70); }
td.TdClassName
{
border-color: #BCBE46;
}
.TagClassName
{
border-color: #BCBE46;
}
</style>