Shades of Celery #BAC14E
Tints of Celery #BAC14E
RGB
CMYK
RGB Variations
Color information
#BAC14E (or 0xBAC14E) is known color: Celery. HEX triplet: BA, C1 and 4E. RGB value is (186,193,78). Sum of RGB (Red+Green+Blue) = 186+193+78=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC14E is #453EB1. Grayscale: #B2B2B2. Windows color (decimal): -4538034 or 5161402. OLE color: 5161402.
HSL color Cylindrical-coordinate representation of color #BAC14E: hue angle of 63.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAC14E is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 78 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.24 |
| HSL | 63.65º | 0.48% | 0.53% | - |
| HSV(B) | 63.65º | 0.6% | 0.76% | - |
| XYZ | 40.69 | 49.13 | 14.55 | - |
| YUV | 177.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 78 | 0.04 | 0 | 0.60 | 0.24 | 63.65 | 0.48 | 0.53 |
| Hex | BA | C1 | 4E | 4 | 0 | 3C | 18 | 40 | 30 | 35 |
| Octal | 272 | 301 | 116 | 4 | 0 | 74 | 30 | 100 | 60 | 65 |
| Binary | 10111010 | 11000001 | 1001110 | 100 | 0 | 111100 | 11000 | 1000000 | 110000 | 110101 |
Color Harmonies of #BAC14E
Complementary color
Monochromatic Colors of #BAC14E
Black with #BAC14E
Text Example
Text Example
White with #BAC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC14E; }
p { color: rgb(186,193,78); }
H1.HeaderClassName
{
color: #BAC14E;
}
.AnyTagClassName
{
color: #BAC14E;
}
</style>
background-color css
<style>
a { background-color: #BAC14E; }
a { background-color: rgb(186,193,78); }
div.DivClassName
{
background-color: #BAC14E;
}
.BgClassName
{
background-color: #BAC14E;
}
</style>
border-color css
<style>
span { border-color: #BAC14E; }
span { border-color: rgb(186,193,78); }
td.TdClassName
{
border-color: #BAC14E;
}
.TagClassName
{
border-color: #BAC14E;
}
</style>