Shades of Celery #BAC644
Tints of Celery #BAC644
RGB
CMYK
RGB Variations
Color information
#BAC644 (or 0xBAC644) is known color: Celery. HEX triplet: BA, C6 and 44. RGB value is (186,198,68). Sum of RGB (Red+Green+Blue) = 186+198+68=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC644 is #4539BB. Grayscale: #B4B4B4. Windows color (decimal): -4536764 or 4507322. OLE color: 4507322.
HSL color Cylindrical-coordinate representation of color #BAC644: hue angle of 65.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAC644 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 68 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.22 |
| HSL | 65.54º | 0.53% | 0.52% | - |
| HSV(B) | 65.54º | 0.66% | 0.78% | - |
| XYZ | 41.49 | 51.24 | 13.17 | - |
| YUV | 179.59 | 65.02 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 68 | 0.06 | 0 | 0.66 | 0.22 | 65.54 | 0.53 | 0.52 |
| Hex | BA | C6 | 44 | 6 | 0 | 42 | 16 | 42 | 35 | 34 |
| Octal | 272 | 306 | 104 | 6 | 0 | 102 | 26 | 102 | 65 | 64 |
| Binary | 10111010 | 11000110 | 1000100 | 110 | 0 | 1000010 | 10110 | 1000010 | 110101 | 110100 |
Color Harmonies of #BAC644
Complementary color
Monochromatic Colors of #BAC644
Black with #BAC644
Text Example
Text Example
White with #BAC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC644; }
p { color: rgb(186,198,68); }
H1.HeaderClassName
{
color: #BAC644;
}
.AnyTagClassName
{
color: #BAC644;
}
</style>
background-color css
<style>
a { background-color: #BAC644; }
a { background-color: rgb(186,198,68); }
div.DivClassName
{
background-color: #BAC644;
}
.BgClassName
{
background-color: #BAC644;
}
</style>
border-color css
<style>
span { border-color: #BAC644; }
span { border-color: rgb(186,198,68); }
td.TdClassName
{
border-color: #BAC644;
}
.TagClassName
{
border-color: #BAC644;
}
</style>