Shades of Celery #BAC640
Tints of Celery #BAC640
RGB
CMYK
RGB Variations
Color information
#BAC640 (or 0xBAC640) is known color: Celery. HEX triplet: BA, C6 and 40. RGB value is (186,198,64). Sum of RGB (Red+Green+Blue) = 186+198+64=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC640 is #4539BF. Grayscale: #B3B3B3. Windows color (decimal): -4536768 or 4245178. OLE color: 4245178.
HSL color Cylindrical-coordinate representation of color #BAC640: hue angle of 65.37º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC640 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 64 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.22 |
| HSL | 65.37º | 0.54% | 0.51% | - |
| HSV(B) | 65.37º | 0.68% | 0.78% | - |
| XYZ | 41.37 | 51.2 | 12.55 | - |
| YUV | 179.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 64 | 0.06 | 0 | 0.68 | 0.22 | 65.37 | 0.54 | 0.51 |
| Hex | BA | C6 | 40 | 6 | 0 | 44 | 16 | 41 | 36 | 33 |
| Octal | 272 | 306 | 100 | 6 | 0 | 104 | 26 | 101 | 66 | 63 |
| Binary | 10111010 | 11000110 | 1000000 | 110 | 0 | 1000100 | 10110 | 1000001 | 110110 | 110011 |
Color Harmonies of #BAC640
Complementary color
Monochromatic Colors of #BAC640
Black with #BAC640
Text Example
Text Example
White with #BAC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC640; }
p { color: rgb(186,198,64); }
H1.HeaderClassName
{
color: #BAC640;
}
.AnyTagClassName
{
color: #BAC640;
}
</style>
background-color css
<style>
a { background-color: #BAC640; }
a { background-color: rgb(186,198,64); }
div.DivClassName
{
background-color: #BAC640;
}
.BgClassName
{
background-color: #BAC640;
}
</style>
border-color css
<style>
span { border-color: #BAC640; }
span { border-color: rgb(186,198,64); }
td.TdClassName
{
border-color: #BAC640;
}
.TagClassName
{
border-color: #BAC640;
}
</style>