Shades of Celery #BAC64D
Tints of Celery #BAC64D
RGB
CMYK
RGB Variations
Color information
#BAC64D (or 0xBAC64D) is known color: Celery. HEX triplet: BA, C6 and 4D. RGB value is (186,198,77). Sum of RGB (Red+Green+Blue) = 186+198+77=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC64D is #4539B2. Grayscale: #B5B5B5. Windows color (decimal): -4536755 or 5097146. OLE color: 5097146.
HSL color Cylindrical-coordinate representation of color #BAC64D: hue angle of 65.95º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAC64D is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 77 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.22 |
| HSL | 65.95º | 0.51% | 0.54% | - |
| HSV(B) | 65.95º | 0.61% | 0.78% | - |
| XYZ | 41.78 | 51.36 | 14.73 | - |
| YUV | 180.62 | 69.52 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 77 | 0.06 | 0 | 0.61 | 0.22 | 65.95 | 0.51 | 0.54 |
| Hex | BA | C6 | 4D | 6 | 0 | 3D | 16 | 42 | 33 | 36 |
| Octal | 272 | 306 | 115 | 6 | 0 | 75 | 26 | 102 | 63 | 66 |
| Binary | 10111010 | 11000110 | 1001101 | 110 | 0 | 111101 | 10110 | 1000010 | 110011 | 110110 |
Color Harmonies of #BAC64D
Complementary color
Monochromatic Colors of #BAC64D
Black with #BAC64D
Text Example
Text Example
White with #BAC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC64D; }
p { color: rgb(186,198,77); }
H1.HeaderClassName
{
color: #BAC64D;
}
.AnyTagClassName
{
color: #BAC64D;
}
</style>
background-color css
<style>
a { background-color: #BAC64D; }
a { background-color: rgb(186,198,77); }
div.DivClassName
{
background-color: #BAC64D;
}
.BgClassName
{
background-color: #BAC64D;
}
</style>
border-color css
<style>
span { border-color: #BAC64D; }
span { border-color: rgb(186,198,77); }
td.TdClassName
{
border-color: #BAC64D;
}
.TagClassName
{
border-color: #BAC64D;
}
</style>