Shades of Celery #BAC056
Tints of Celery #BAC056
RGB
CMYK
RGB Variations
Color information
#BAC056 (or 0xBAC056) is known color: Celery. HEX triplet: BA, C0 and 56. RGB value is (186,192,86). Sum of RGB (Red+Green+Blue) = 186+192+86=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC056 is #453FA9. Grayscale: #B2B2B2. Windows color (decimal): -4538282 or 5685434. OLE color: 5685434.
HSL color Cylindrical-coordinate representation of color #BAC056: hue angle of 63.4º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAC056 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 86 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.25 |
| HSL | 63.4º | 0.46% | 0.55% | - |
| HSV(B) | 63.4º | 0.55% | 0.75% | - |
| XYZ | 40.78 | 48.81 | 16.08 | - |
| YUV | 178.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 86 | 0.03 | 0 | 0.55 | 0.25 | 63.4 | 0.46 | 0.55 |
| Hex | BA | C0 | 56 | 3 | 0 | 37 | 19 | 3F | 2E | 37 |
| Octal | 272 | 300 | 126 | 3 | 0 | 67 | 31 | 77 | 56 | 67 |
| Binary | 10111010 | 11000000 | 1010110 | 11 | 0 | 110111 | 11001 | 111111 | 101110 | 110111 |
Color Harmonies of #BAC056
Complementary color
Monochromatic Colors of #BAC056
Black with #BAC056
Text Example
Text Example
White with #BAC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC056; }
p { color: rgb(186,192,86); }
H1.HeaderClassName
{
color: #BAC056;
}
.AnyTagClassName
{
color: #BAC056;
}
</style>
background-color css
<style>
a { background-color: #BAC056; }
a { background-color: rgb(186,192,86); }
div.DivClassName
{
background-color: #BAC056;
}
.BgClassName
{
background-color: #BAC056;
}
</style>
border-color css
<style>
span { border-color: #BAC056; }
span { border-color: rgb(186,192,86); }
td.TdClassName
{
border-color: #BAC056;
}
.TagClassName
{
border-color: #BAC056;
}
</style>