Shades of Celery #BAC154
Tints of Celery #BAC154
RGB
CMYK
RGB Variations
Color information
#BAC154 (or 0xBAC154) is known color: Celery. HEX triplet: BA, C1 and 54. RGB value is (186,193,84). Sum of RGB (Red+Green+Blue) = 186+193+84=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC154 is #453EAB. Grayscale: #B2B2B2. Windows color (decimal): -4538028 or 5554618. OLE color: 5554618.
HSL color Cylindrical-coordinate representation of color #BAC154: hue angle of 63.85º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC154 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 84 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.24 |
| HSL | 63.85º | 0.47% | 0.54% | - |
| HSV(B) | 63.85º | 0.56% | 0.76% | - |
| XYZ | 40.92 | 49.22 | 15.73 | - |
| YUV | 178.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 84 | 0.04 | 0 | 0.56 | 0.24 | 63.85 | 0.47 | 0.54 |
| Hex | BA | C1 | 54 | 4 | 0 | 38 | 18 | 40 | 2F | 36 |
| Octal | 272 | 301 | 124 | 4 | 0 | 70 | 30 | 100 | 57 | 66 |
| Binary | 10111010 | 11000001 | 1010100 | 100 | 0 | 111000 | 11000 | 1000000 | 101111 | 110110 |
Color Harmonies of #BAC154
Complementary color
Monochromatic Colors of #BAC154
Black with #BAC154
Text Example
Text Example
White with #BAC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC154; }
p { color: rgb(186,193,84); }
H1.HeaderClassName
{
color: #BAC154;
}
.AnyTagClassName
{
color: #BAC154;
}
</style>
background-color css
<style>
a { background-color: #BAC154; }
a { background-color: rgb(186,193,84); }
div.DivClassName
{
background-color: #BAC154;
}
.BgClassName
{
background-color: #BAC154;
}
</style>
border-color css
<style>
span { border-color: #BAC154; }
span { border-color: rgb(186,193,84); }
td.TdClassName
{
border-color: #BAC154;
}
.TagClassName
{
border-color: #BAC154;
}
</style>