Shades of Celery #BCC050
Tints of Celery #BCC050
RGB
CMYK
RGB Variations
Color information
#BCC050 (or 0xBCC050) is known color: Celery. HEX triplet: BC, C0 and 50. RGB value is (188,192,80). Sum of RGB (Red+Green+Blue) = 188+192+80=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC050 is #433FAF. Grayscale: #B2B2B2. Windows color (decimal): -4407216 or 5292220. OLE color: 5292220.
HSL color Cylindrical-coordinate representation of color #BCC050: hue angle of 62.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCC050 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 80 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.25 |
| HSL | 62.14º | 0.47% | 0.53% | - |
| HSV(B) | 62.14º | 0.58% | 0.75% | - |
| XYZ | 41.04 | 48.97 | 14.88 | - |
| YUV | 178.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 80 | 0.02 | 0 | 0.58 | 0.25 | 62.14 | 0.47 | 0.53 |
| Hex | BC | C0 | 50 | 2 | 0 | 3A | 19 | 3E | 2F | 35 |
| Octal | 274 | 300 | 120 | 2 | 0 | 72 | 31 | 76 | 57 | 65 |
| Binary | 10111100 | 11000000 | 1010000 | 10 | 0 | 111010 | 11001 | 111110 | 101111 | 110101 |
Color Harmonies of #BCC050
Complementary color
Monochromatic Colors of #BCC050
Black with #BCC050
Text Example
Text Example
White with #BCC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC050; }
p { color: rgb(188,192,80); }
H1.HeaderClassName
{
color: #BCC050;
}
.AnyTagClassName
{
color: #BCC050;
}
</style>
background-color css
<style>
a { background-color: #BCC050; }
a { background-color: rgb(188,192,80); }
div.DivClassName
{
background-color: #BCC050;
}
.BgClassName
{
background-color: #BCC050;
}
</style>
border-color css
<style>
span { border-color: #BCC050; }
span { border-color: rgb(188,192,80); }
td.TdClassName
{
border-color: #BCC050;
}
.TagClassName
{
border-color: #BCC050;
}
</style>