Shades of Celery #BAC057
Tints of Celery #BAC057
RGB
CMYK
RGB Variations
Color information
#BAC057 (or 0xBAC057) is known color: Celery. HEX triplet: BA, C0 and 57. RGB value is (186,192,87). Sum of RGB (Red+Green+Blue) = 186+192+87=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC057 is #453FA8. Grayscale: #B2B2B2. Windows color (decimal): -4538281 or 5750970. OLE color: 5750970.
HSL color Cylindrical-coordinate representation of color #BAC057: hue angle of 63.43º degrees, saturation: 0.45, 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 #BAC057 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 87 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.25 |
| HSL | 63.43º | 0.45% | 0.55% | - |
| HSV(B) | 63.43º | 0.55% | 0.75% | - |
| XYZ | 40.82 | 48.83 | 16.29 | - |
| YUV | 178.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 87 | 0.03 | 0 | 0.55 | 0.25 | 63.43 | 0.45 | 0.55 |
| Hex | BA | C0 | 57 | 3 | 0 | 37 | 19 | 3F | 2D | 37 |
| Octal | 272 | 300 | 127 | 3 | 0 | 67 | 31 | 77 | 55 | 67 |
| Binary | 10111010 | 11000000 | 1010111 | 11 | 0 | 110111 | 11001 | 111111 | 101101 | 110111 |
Color Harmonies of #BAC057
Complementary color
Monochromatic Colors of #BAC057
Black with #BAC057
Text Example
Text Example
White with #BAC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC057; }
p { color: rgb(186,192,87); }
H1.HeaderClassName
{
color: #BAC057;
}
.AnyTagClassName
{
color: #BAC057;
}
</style>
background-color css
<style>
a { background-color: #BAC057; }
a { background-color: rgb(186,192,87); }
div.DivClassName
{
background-color: #BAC057;
}
.BgClassName
{
background-color: #BAC057;
}
</style>
border-color css
<style>
span { border-color: #BAC057; }
span { border-color: rgb(186,192,87); }
td.TdClassName
{
border-color: #BAC057;
}
.TagClassName
{
border-color: #BAC057;
}
</style>