Shades of Celery #BAC04E
Tints of Celery #BAC04E
RGB
CMYK
RGB Variations
Color information
#BAC04E (or 0xBAC04E) is known color: Celery. HEX triplet: BA, C0 and 4E. RGB value is (186,192,78). Sum of RGB (Red+Green+Blue) = 186+192+78=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC04E is #453FB1. Grayscale: #B1B1B1. Windows color (decimal): -4538290 or 5161146. OLE color: 5161146.
HSL color Cylindrical-coordinate representation of color #BAC04E: hue angle of 63.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAC04E is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 78 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.25 |
| HSL | 63.16º | 0.48% | 0.53% | - |
| HSV(B) | 63.16º | 0.59% | 0.75% | - |
| XYZ | 40.47 | 48.69 | 14.47 | - |
| YUV | 177.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 78 | 0.03 | 0 | 0.59 | 0.25 | 63.16 | 0.48 | 0.53 |
| Hex | BA | C0 | 4E | 3 | 0 | 3B | 19 | 3F | 30 | 35 |
| Octal | 272 | 300 | 116 | 3 | 0 | 73 | 31 | 77 | 60 | 65 |
| Binary | 10111010 | 11000000 | 1001110 | 11 | 0 | 111011 | 11001 | 111111 | 110000 | 110101 |
Color Harmonies of #BAC04E
Complementary color
Monochromatic Colors of #BAC04E
Black with #BAC04E
Text Example
Text Example
White with #BAC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC04E; }
p { color: rgb(186,192,78); }
H1.HeaderClassName
{
color: #BAC04E;
}
.AnyTagClassName
{
color: #BAC04E;
}
</style>
background-color css
<style>
a { background-color: #BAC04E; }
a { background-color: rgb(186,192,78); }
div.DivClassName
{
background-color: #BAC04E;
}
.BgClassName
{
background-color: #BAC04E;
}
</style>
border-color css
<style>
span { border-color: #BAC04E; }
span { border-color: rgb(186,192,78); }
td.TdClassName
{
border-color: #BAC04E;
}
.TagClassName
{
border-color: #BAC04E;
}
</style>