Shades of Celery #BAC054
Tints of Celery #BAC054
RGB
CMYK
RGB Variations
Color information
#BAC054 (or 0xBAC054) is known color: Celery. HEX triplet: BA, C0 and 54. RGB value is (186,192,84). Sum of RGB (Red+Green+Blue) = 186+192+84=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC054 is #453FAB. Grayscale: #B2B2B2. Windows color (decimal): -4538284 or 5554362. OLE color: 5554362.
HSL color Cylindrical-coordinate representation of color #BAC054: hue angle of 63.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC054 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 84 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.25 |
| HSL | 63.33º | 0.46% | 0.54% | - |
| HSV(B) | 63.33º | 0.56% | 0.75% | - |
| XYZ | 40.7 | 48.78 | 15.66 | - |
| YUV | 177.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 84 | 0.03 | 0 | 0.56 | 0.25 | 63.33 | 0.46 | 0.54 |
| Hex | BA | C0 | 54 | 3 | 0 | 38 | 19 | 3F | 2E | 36 |
| Octal | 272 | 300 | 124 | 3 | 0 | 70 | 31 | 77 | 56 | 66 |
| Binary | 10111010 | 11000000 | 1010100 | 11 | 0 | 111000 | 11001 | 111111 | 101110 | 110110 |
Color Harmonies of #BAC054
Complementary color
Monochromatic Colors of #BAC054
Black with #BAC054
Text Example
Text Example
White with #BAC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC054; }
p { color: rgb(186,192,84); }
H1.HeaderClassName
{
color: #BAC054;
}
.AnyTagClassName
{
color: #BAC054;
}
</style>
background-color css
<style>
a { background-color: #BAC054; }
a { background-color: rgb(186,192,84); }
div.DivClassName
{
background-color: #BAC054;
}
.BgClassName
{
background-color: #BAC054;
}
</style>
border-color css
<style>
span { border-color: #BAC054; }
span { border-color: rgb(186,192,84); }
td.TdClassName
{
border-color: #BAC054;
}
.TagClassName
{
border-color: #BAC054;
}
</style>