Shades of Celery #BAC04D
Tints of Celery #BAC04D
RGB
CMYK
RGB Variations
Color information
#BAC04D (or 0xBAC04D) is known color: Celery. HEX triplet: BA, C0 and 4D. RGB value is (186,192,77). Sum of RGB (Red+Green+Blue) = 186+192+77=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC04D is #453FB2. Grayscale: #B1B1B1. Windows color (decimal): -4538291 or 5095610. OLE color: 5095610.
HSL color Cylindrical-coordinate representation of color #BAC04D: hue angle of 63.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAC04D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 77 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.25 |
| HSL | 63.13º | 0.48% | 0.53% | - |
| HSV(B) | 63.13º | 0.6% | 0.75% | - |
| XYZ | 40.44 | 48.67 | 14.28 | - |
| YUV | 177.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 77 | 0.03 | 0 | 0.60 | 0.25 | 63.13 | 0.48 | 0.53 |
| Hex | BA | C0 | 4D | 3 | 0 | 3C | 19 | 3F | 30 | 35 |
| Octal | 272 | 300 | 115 | 3 | 0 | 74 | 31 | 77 | 60 | 65 |
| Binary | 10111010 | 11000000 | 1001101 | 11 | 0 | 111100 | 11001 | 111111 | 110000 | 110101 |
Color Harmonies of #BAC04D
Complementary color
Monochromatic Colors of #BAC04D
Black with #BAC04D
Text Example
Text Example
White with #BAC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC04D; }
p { color: rgb(186,192,77); }
H1.HeaderClassName
{
color: #BAC04D;
}
.AnyTagClassName
{
color: #BAC04D;
}
</style>
background-color css
<style>
a { background-color: #BAC04D; }
a { background-color: rgb(186,192,77); }
div.DivClassName
{
background-color: #BAC04D;
}
.BgClassName
{
background-color: #BAC04D;
}
</style>
border-color css
<style>
span { border-color: #BAC04D; }
span { border-color: rgb(186,192,77); }
td.TdClassName
{
border-color: #BAC04D;
}
.TagClassName
{
border-color: #BAC04D;
}
</style>