Shades of Celery #BAC84D
Tints of Celery #BAC84D
RGB
CMYK
RGB Variations
Color information
#BAC84D (or 0xBAC84D) is known color: Celery. HEX triplet: BA, C8 and 4D. RGB value is (186,200,77). Sum of RGB (Red+Green+Blue) = 186+200+77=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC84D is #4537B2. Grayscale: #B6B6B6. Windows color (decimal): -4536243 or 5097658. OLE color: 5097658.
HSL color Cylindrical-coordinate representation of color #BAC84D: hue angle of 66.83º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC84D is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 77 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.22 |
| HSL | 66.83º | 0.53% | 0.54% | - |
| HSV(B) | 66.83º | 0.62% | 0.78% | - |
| XYZ | 42.24 | 52.28 | 14.89 | - |
| YUV | 181.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 77 | 0.07 | 0 | 0.62 | 0.22 | 66.83 | 0.53 | 0.54 |
| Hex | BA | C8 | 4D | 7 | 0 | 3E | 16 | 43 | 35 | 36 |
| Octal | 272 | 310 | 115 | 7 | 0 | 76 | 26 | 103 | 65 | 66 |
| Binary | 10111010 | 11001000 | 1001101 | 111 | 0 | 111110 | 10110 | 1000011 | 110101 | 110110 |
Color Harmonies of #BAC84D
Complementary color
Monochromatic Colors of #BAC84D
Black with #BAC84D
Text Example
Text Example
White with #BAC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC84D; }
p { color: rgb(186,200,77); }
H1.HeaderClassName
{
color: #BAC84D;
}
.AnyTagClassName
{
color: #BAC84D;
}
</style>
background-color css
<style>
a { background-color: #BAC84D; }
a { background-color: rgb(186,200,77); }
div.DivClassName
{
background-color: #BAC84D;
}
.BgClassName
{
background-color: #BAC84D;
}
</style>
border-color css
<style>
span { border-color: #BAC84D; }
span { border-color: rgb(186,200,77); }
td.TdClassName
{
border-color: #BAC84D;
}
.TagClassName
{
border-color: #BAC84D;
}
</style>