Shades of Celery #BAC64A
Tints of Celery #BAC64A
RGB
CMYK
RGB Variations
Color information
#BAC64A (or 0xBAC64A) is known color: Celery. HEX triplet: BA, C6 and 4A. RGB value is (186,198,74). Sum of RGB (Red+Green+Blue) = 186+198+74=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC64A is #4539B5. Grayscale: #B4B4B4. Windows color (decimal): -4536758 or 4900538. OLE color: 4900538.
HSL color Cylindrical-coordinate representation of color #BAC64A: hue angle of 65.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC64A is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 74 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.22 |
| HSL | 65.81º | 0.52% | 0.53% | - |
| HSV(B) | 65.81º | 0.63% | 0.78% | - |
| XYZ | 41.68 | 51.32 | 14.19 | - |
| YUV | 180.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 74 | 0.06 | 0 | 0.63 | 0.22 | 65.81 | 0.52 | 0.53 |
| Hex | BA | C6 | 4A | 6 | 0 | 3F | 16 | 42 | 34 | 35 |
| Octal | 272 | 306 | 112 | 6 | 0 | 77 | 26 | 102 | 64 | 65 |
| Binary | 10111010 | 11000110 | 1001010 | 110 | 0 | 111111 | 10110 | 1000010 | 110100 | 110101 |
Color Harmonies of #BAC64A
Complementary color
Monochromatic Colors of #BAC64A
Black with #BAC64A
Text Example
Text Example
White with #BAC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC64A; }
p { color: rgb(186,198,74); }
H1.HeaderClassName
{
color: #BAC64A;
}
.AnyTagClassName
{
color: #BAC64A;
}
</style>
background-color css
<style>
a { background-color: #BAC64A; }
a { background-color: rgb(186,198,74); }
div.DivClassName
{
background-color: #BAC64A;
}
.BgClassName
{
background-color: #BAC64A;
}
</style>
border-color css
<style>
span { border-color: #BAC64A; }
span { border-color: rgb(186,198,74); }
td.TdClassName
{
border-color: #BAC64A;
}
.TagClassName
{
border-color: #BAC64A;
}
</style>