Shades of Celery #BAC84C
Tints of Celery #BAC84C
RGB
CMYK
RGB Variations
Color information
#BAC84C (or 0xBAC84C) is known color: Celery. HEX triplet: BA, C8 and 4C. RGB value is (186,200,76). Sum of RGB (Red+Green+Blue) = 186+200+76=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC84C is #4537B3. Grayscale: #B6B6B6. Windows color (decimal): -4536244 or 5032122. OLE color: 5032122.
HSL color Cylindrical-coordinate representation of color #BAC84C: hue angle of 66.77º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC84C is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 76 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.22 |
| HSL | 66.77º | 0.53% | 0.54% | - |
| HSV(B) | 66.77º | 0.62% | 0.78% | - |
| XYZ | 42.21 | 52.27 | 14.7 | - |
| YUV | 181.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 76 | 0.07 | 0 | 0.62 | 0.22 | 66.77 | 0.53 | 0.54 |
| Hex | BA | C8 | 4C | 7 | 0 | 3E | 16 | 43 | 35 | 36 |
| Octal | 272 | 310 | 114 | 7 | 0 | 76 | 26 | 103 | 65 | 66 |
| Binary | 10111010 | 11001000 | 1001100 | 111 | 0 | 111110 | 10110 | 1000011 | 110101 | 110110 |
Color Harmonies of #BAC84C
Complementary color
Monochromatic Colors of #BAC84C
Black with #BAC84C
Text Example
Text Example
White with #BAC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC84C; }
p { color: rgb(186,200,76); }
H1.HeaderClassName
{
color: #BAC84C;
}
.AnyTagClassName
{
color: #BAC84C;
}
</style>
background-color css
<style>
a { background-color: #BAC84C; }
a { background-color: rgb(186,200,76); }
div.DivClassName
{
background-color: #BAC84C;
}
.BgClassName
{
background-color: #BAC84C;
}
</style>
border-color css
<style>
span { border-color: #BAC84C; }
span { border-color: rgb(186,200,76); }
td.TdClassName
{
border-color: #BAC84C;
}
.TagClassName
{
border-color: #BAC84C;
}
</style>