Shades of Celery #BAC44C
Tints of Celery #BAC44C
RGB
CMYK
RGB Variations
Color information
#BAC44C (or 0xBAC44C) is known color: Celery. HEX triplet: BA, C4 and 4C. RGB value is (186,196,76). Sum of RGB (Red+Green+Blue) = 186+196+76=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC44C is #453BB3. Grayscale: #B3B3B3. Windows color (decimal): -4537268 or 5031098. OLE color: 5031098.
HSL color Cylindrical-coordinate representation of color #BAC44C: hue angle of 65º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAC44C is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 76 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.23 |
| HSL | 65º | 0.5% | 0.53% | - |
| HSV(B) | 65º | 0.61% | 0.77% | - |
| XYZ | 41.29 | 50.44 | 14.4 | - |
| YUV | 179.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 76 | 0.05 | 0 | 0.61 | 0.23 | 65 | 0.5 | 0.53 |
| Hex | BA | C4 | 4C | 5 | 0 | 3D | 17 | 41 | 32 | 35 |
| Octal | 272 | 304 | 114 | 5 | 0 | 75 | 27 | 101 | 62 | 65 |
| Binary | 10111010 | 11000100 | 1001100 | 101 | 0 | 111101 | 10111 | 1000001 | 110010 | 110101 |
Color Harmonies of #BAC44C
Complementary color
Monochromatic Colors of #BAC44C
Black with #BAC44C
Text Example
Text Example
White with #BAC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC44C; }
p { color: rgb(186,196,76); }
H1.HeaderClassName
{
color: #BAC44C;
}
.AnyTagClassName
{
color: #BAC44C;
}
</style>
background-color css
<style>
a { background-color: #BAC44C; }
a { background-color: rgb(186,196,76); }
div.DivClassName
{
background-color: #BAC44C;
}
.BgClassName
{
background-color: #BAC44C;
}
</style>
border-color css
<style>
span { border-color: #BAC44C; }
span { border-color: rgb(186,196,76); }
td.TdClassName
{
border-color: #BAC44C;
}
.TagClassName
{
border-color: #BAC44C;
}
</style>