Shades of Celery #BAC84E
Tints of Celery #BAC84E
RGB
CMYK
RGB Variations
Color information
#BAC84E (or 0xBAC84E) is known color: Celery. HEX triplet: BA, C8 and 4E. RGB value is (186,200,78). Sum of RGB (Red+Green+Blue) = 186+200+78=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC84E is #4537B1. Grayscale: #B6B6B6. Windows color (decimal): -4536242 or 5163194. OLE color: 5163194.
HSL color Cylindrical-coordinate representation of color #BAC84E: hue angle of 66.89º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAC84E is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 78 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.22 |
| HSL | 66.89º | 0.53% | 0.55% | - |
| HSV(B) | 66.89º | 0.61% | 0.78% | - |
| XYZ | 42.28 | 52.3 | 15.07 | - |
| YUV | 181.91 | 69.36 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 78 | 0.07 | 0 | 0.61 | 0.22 | 66.89 | 0.53 | 0.55 |
| Hex | BA | C8 | 4E | 7 | 0 | 3D | 16 | 43 | 35 | 37 |
| Octal | 272 | 310 | 116 | 7 | 0 | 75 | 26 | 103 | 65 | 67 |
| Binary | 10111010 | 11001000 | 1001110 | 111 | 0 | 111101 | 10110 | 1000011 | 110101 | 110111 |
Color Harmonies of #BAC84E
Complementary color
Monochromatic Colors of #BAC84E
Black with #BAC84E
Text Example
Text Example
White with #BAC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC84E; }
p { color: rgb(186,200,78); }
H1.HeaderClassName
{
color: #BAC84E;
}
.AnyTagClassName
{
color: #BAC84E;
}
</style>
background-color css
<style>
a { background-color: #BAC84E; }
a { background-color: rgb(186,200,78); }
div.DivClassName
{
background-color: #BAC84E;
}
.BgClassName
{
background-color: #BAC84E;
}
</style>
border-color css
<style>
span { border-color: #BAC84E; }
span { border-color: rgb(186,200,78); }
td.TdClassName
{
border-color: #BAC84E;
}
.TagClassName
{
border-color: #BAC84E;
}
</style>