Shades of Celery #BCC053
Tints of Celery #BCC053
RGB
CMYK
RGB Variations
Color information
#BCC053 (or 0xBCC053) is known color: Celery. HEX triplet: BC, C0 and 53. RGB value is (188,192,83). Sum of RGB (Red+Green+Blue) = 188+192+83=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC053 is #433FAC. Grayscale: #B2B2B2. Windows color (decimal): -4407213 or 5488828. OLE color: 5488828.
HSL color Cylindrical-coordinate representation of color #BCC053: hue angle of 62.2º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCC053 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 83 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.25 |
| HSL | 62.2º | 0.46% | 0.54% | - |
| HSV(B) | 62.2º | 0.57% | 0.75% | - |
| XYZ | 41.15 | 49.02 | 15.48 | - |
| YUV | 178.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 83 | 0.02 | 0 | 0.57 | 0.25 | 62.2 | 0.46 | 0.54 |
| Hex | BC | C0 | 53 | 2 | 0 | 39 | 19 | 3E | 2E | 36 |
| Octal | 274 | 300 | 123 | 2 | 0 | 71 | 31 | 76 | 56 | 66 |
| Binary | 10111100 | 11000000 | 1010011 | 10 | 0 | 111001 | 11001 | 111110 | 101110 | 110110 |
Color Harmonies of #BCC053
Complementary color
Monochromatic Colors of #BCC053
Black with #BCC053
Text Example
Text Example
White with #BCC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC053; }
p { color: rgb(188,192,83); }
H1.HeaderClassName
{
color: #BCC053;
}
.AnyTagClassName
{
color: #BCC053;
}
</style>
background-color css
<style>
a { background-color: #BCC053; }
a { background-color: rgb(188,192,83); }
div.DivClassName
{
background-color: #BCC053;
}
.BgClassName
{
background-color: #BCC053;
}
</style>
border-color css
<style>
span { border-color: #BCC053; }
span { border-color: rgb(188,192,83); }
td.TdClassName
{
border-color: #BCC053;
}
.TagClassName
{
border-color: #BCC053;
}
</style>