Shades of Celery #BCC051
Tints of Celery #BCC051
RGB
CMYK
RGB Variations
Color information
#BCC051 (or 0xBCC051) is known color: Celery. HEX triplet: BC, C0 and 51. RGB value is (188,192,81). Sum of RGB (Red+Green+Blue) = 188+192+81=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC051 is #433FAE. Grayscale: #B2B2B2. Windows color (decimal): -4407215 or 5357756. OLE color: 5357756.
HSL color Cylindrical-coordinate representation of color #BCC051: hue angle of 62.16º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCC051 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 81 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.25 |
| HSL | 62.16º | 0.47% | 0.54% | - |
| HSV(B) | 62.16º | 0.58% | 0.75% | - |
| XYZ | 41.07 | 48.98 | 15.07 | - |
| YUV | 178.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 81 | 0.02 | 0 | 0.58 | 0.25 | 62.16 | 0.47 | 0.54 |
| Hex | BC | C0 | 51 | 2 | 0 | 3A | 19 | 3E | 2F | 36 |
| Octal | 274 | 300 | 121 | 2 | 0 | 72 | 31 | 76 | 57 | 66 |
| Binary | 10111100 | 11000000 | 1010001 | 10 | 0 | 111010 | 11001 | 111110 | 101111 | 110110 |
Color Harmonies of #BCC051
Complementary color
Monochromatic Colors of #BCC051
Black with #BCC051
Text Example
Text Example
White with #BCC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC051; }
p { color: rgb(188,192,81); }
H1.HeaderClassName
{
color: #BCC051;
}
.AnyTagClassName
{
color: #BCC051;
}
</style>
background-color css
<style>
a { background-color: #BCC051; }
a { background-color: rgb(188,192,81); }
div.DivClassName
{
background-color: #BCC051;
}
.BgClassName
{
background-color: #BCC051;
}
</style>
border-color css
<style>
span { border-color: #BCC051; }
span { border-color: rgb(188,192,81); }
td.TdClassName
{
border-color: #BCC051;
}
.TagClassName
{
border-color: #BCC051;
}
</style>