Shades of Celery #BAC04C
Tints of Celery #BAC04C
RGB
CMYK
RGB Variations
Color information
#BAC04C (or 0xBAC04C) is known color: Celery. HEX triplet: BA, C0 and 4C. RGB value is (186,192,76). Sum of RGB (Red+Green+Blue) = 186+192+76=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC04C is #453FB3. Grayscale: #B1B1B1. Windows color (decimal): -4538292 or 5030074. OLE color: 5030074.
HSL color Cylindrical-coordinate representation of color #BAC04C: hue angle of 63.1º 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 #BAC04C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 76 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.25 |
| HSL | 63.1º | 0.48% | 0.53% | - |
| HSV(B) | 63.1º | 0.6% | 0.75% | - |
| XYZ | 40.4 | 48.66 | 14.1 | - |
| YUV | 176.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 76 | 0.03 | 0 | 0.60 | 0.25 | 63.1 | 0.48 | 0.53 |
| Hex | BA | C0 | 4C | 3 | 0 | 3C | 19 | 3F | 30 | 35 |
| Octal | 272 | 300 | 114 | 3 | 0 | 74 | 31 | 77 | 60 | 65 |
| Binary | 10111010 | 11000000 | 1001100 | 11 | 0 | 111100 | 11001 | 111111 | 110000 | 110101 |
Color Harmonies of #BAC04C
Complementary color
Monochromatic Colors of #BAC04C
Black with #BAC04C
Text Example
Text Example
White with #BAC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC04C; }
p { color: rgb(186,192,76); }
H1.HeaderClassName
{
color: #BAC04C;
}
.AnyTagClassName
{
color: #BAC04C;
}
</style>
background-color css
<style>
a { background-color: #BAC04C; }
a { background-color: rgb(186,192,76); }
div.DivClassName
{
background-color: #BAC04C;
}
.BgClassName
{
background-color: #BAC04C;
}
</style>
border-color css
<style>
span { border-color: #BAC04C; }
span { border-color: rgb(186,192,76); }
td.TdClassName
{
border-color: #BAC04C;
}
.TagClassName
{
border-color: #BAC04C;
}
</style>