Shades of Celery #BAC651
Tints of Celery #BAC651
RGB
CMYK
RGB Variations
Color information
#BAC651 (or 0xBAC651) is known color: Celery. HEX triplet: BA, C6 and 51. RGB value is (186,198,81). Sum of RGB (Red+Green+Blue) = 186+198+81=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC651 is #4539AE. Grayscale: #B5B5B5. Windows color (decimal): -4536751 or 5359290. OLE color: 5359290.
HSL color Cylindrical-coordinate representation of color #BAC651: hue angle of 66.15º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAC651 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 81 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.22 |
| HSL | 66.15º | 0.51% | 0.55% | - |
| HSV(B) | 66.15º | 0.59% | 0.78% | - |
| XYZ | 41.93 | 51.42 | 15.5 | - |
| YUV | 181.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 81 | 0.06 | 0 | 0.59 | 0.22 | 66.15 | 0.51 | 0.55 |
| Hex | BA | C6 | 51 | 6 | 0 | 3B | 16 | 42 | 33 | 37 |
| Octal | 272 | 306 | 121 | 6 | 0 | 73 | 26 | 102 | 63 | 67 |
| Binary | 10111010 | 11000110 | 1010001 | 110 | 0 | 111011 | 10110 | 1000010 | 110011 | 110111 |
Color Harmonies of #BAC651
Complementary color
Monochromatic Colors of #BAC651
Black with #BAC651
Text Example
Text Example
White with #BAC651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC651; }
p { color: rgb(186,198,81); }
H1.HeaderClassName
{
color: #BAC651;
}
.AnyTagClassName
{
color: #BAC651;
}
</style>
background-color css
<style>
a { background-color: #BAC651; }
a { background-color: rgb(186,198,81); }
div.DivClassName
{
background-color: #BAC651;
}
.BgClassName
{
background-color: #BAC651;
}
</style>
border-color css
<style>
span { border-color: #BAC651; }
span { border-color: rgb(186,198,81); }
td.TdClassName
{
border-color: #BAC651;
}
.TagClassName
{
border-color: #BAC651;
}
</style>