Shades of Celery #BCC046
Tints of Celery #BCC046
RGB
CMYK
RGB Variations
Color information
#BCC046 (or 0xBCC046) is known color: Celery. HEX triplet: BC, C0 and 46. RGB value is (188,192,70). Sum of RGB (Red+Green+Blue) = 188+192+70=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC046 is #433FB9. Grayscale: #B1B1B1. Windows color (decimal): -4407226 or 4636860. OLE color: 4636860.
HSL color Cylindrical-coordinate representation of color #BCC046: hue angle of 61.97º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCC046 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 70 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.25 |
| HSL | 61.97º | 0.49% | 0.51% | - |
| HSV(B) | 61.97º | 0.64% | 0.75% | - |
| XYZ | 40.69 | 48.83 | 13.08 | - |
| YUV | 176.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 70 | 0.02 | 0 | 0.64 | 0.25 | 61.97 | 0.49 | 0.51 |
| Hex | BC | C0 | 46 | 2 | 0 | 40 | 19 | 3E | 31 | 33 |
| Octal | 274 | 300 | 106 | 2 | 0 | 100 | 31 | 76 | 61 | 63 |
| Binary | 10111100 | 11000000 | 1000110 | 10 | 0 | 1000000 | 11001 | 111110 | 110001 | 110011 |
Color Harmonies of #BCC046
Complementary color
Monochromatic Colors of #BCC046
Black with #BCC046
Text Example
Text Example
White with #BCC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC046; }
p { color: rgb(188,192,70); }
H1.HeaderClassName
{
color: #BCC046;
}
.AnyTagClassName
{
color: #BCC046;
}
</style>
background-color css
<style>
a { background-color: #BCC046; }
a { background-color: rgb(188,192,70); }
div.DivClassName
{
background-color: #BCC046;
}
.BgClassName
{
background-color: #BCC046;
}
</style>
border-color css
<style>
span { border-color: #BCC046; }
span { border-color: rgb(188,192,70); }
td.TdClassName
{
border-color: #BCC046;
}
.TagClassName
{
border-color: #BCC046;
}
</style>