Shades of Celery #BAC94C
Tints of Celery #BAC94C
RGB
CMYK
RGB Variations
Color information
#BAC94C (or 0xBAC94C) is known color: Celery. HEX triplet: BA, C9 and 4C. RGB value is (186,201,76). Sum of RGB (Red+Green+Blue) = 186+201+76=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC94C is #4536B3. Grayscale: #B6B6B6. Windows color (decimal): -4535988 or 5032378. OLE color: 5032378.
HSL color Cylindrical-coordinate representation of color #BAC94C: hue angle of 67.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC94C is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 76 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.21 |
| HSL | 67.2º | 0.54% | 0.54% | - |
| HSV(B) | 67.2º | 0.62% | 0.79% | - |
| XYZ | 42.44 | 52.73 | 14.78 | - |
| YUV | 182.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 76 | 0.07 | 0 | 0.62 | 0.21 | 67.2 | 0.54 | 0.54 |
| Hex | BA | C9 | 4C | 7 | 0 | 3E | 15 | 43 | 36 | 36 |
| Octal | 272 | 311 | 114 | 7 | 0 | 76 | 25 | 103 | 66 | 66 |
| Binary | 10111010 | 11001001 | 1001100 | 111 | 0 | 111110 | 10101 | 1000011 | 110110 | 110110 |
Color Harmonies of #BAC94C
Complementary color
Monochromatic Colors of #BAC94C
Black with #BAC94C
Text Example
Text Example
White with #BAC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC94C; }
p { color: rgb(186,201,76); }
H1.HeaderClassName
{
color: #BAC94C;
}
.AnyTagClassName
{
color: #BAC94C;
}
</style>
background-color css
<style>
a { background-color: #BAC94C; }
a { background-color: rgb(186,201,76); }
div.DivClassName
{
background-color: #BAC94C;
}
.BgClassName
{
background-color: #BAC94C;
}
</style>
border-color css
<style>
span { border-color: #BAC94C; }
span { border-color: rgb(186,201,76); }
td.TdClassName
{
border-color: #BAC94C;
}
.TagClassName
{
border-color: #BAC94C;
}
</style>