Shades of Celery #BAC849
Tints of Celery #BAC849
RGB
CMYK
RGB Variations
Color information
#BAC849 (or 0xBAC849) is known color: Celery. HEX triplet: BA, C8 and 49. RGB value is (186,200,73). Sum of RGB (Red+Green+Blue) = 186+200+73=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC849 is #4537B6. Grayscale: #B5B5B5. Windows color (decimal): -4536247 or 4835514. OLE color: 4835514.
HSL color Cylindrical-coordinate representation of color #BAC849: hue angle of 66.61º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC849 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 73 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.22 |
| HSL | 66.61º | 0.54% | 0.54% | - |
| HSV(B) | 66.61º | 0.64% | 0.78% | - |
| XYZ | 42.11 | 52.23 | 14.17 | - |
| YUV | 181.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 73 | 0.07 | 0 | 0.64 | 0.22 | 66.61 | 0.54 | 0.54 |
| Hex | BA | C8 | 49 | 7 | 0 | 40 | 16 | 43 | 36 | 36 |
| Octal | 272 | 310 | 111 | 7 | 0 | 100 | 26 | 103 | 66 | 66 |
| Binary | 10111010 | 11001000 | 1001001 | 111 | 0 | 1000000 | 10110 | 1000011 | 110110 | 110110 |
Color Harmonies of #BAC849
Complementary color
Monochromatic Colors of #BAC849
Black with #BAC849
Text Example
Text Example
White with #BAC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC849; }
p { color: rgb(186,200,73); }
H1.HeaderClassName
{
color: #BAC849;
}
.AnyTagClassName
{
color: #BAC849;
}
</style>
background-color css
<style>
a { background-color: #BAC849; }
a { background-color: rgb(186,200,73); }
div.DivClassName
{
background-color: #BAC849;
}
.BgClassName
{
background-color: #BAC849;
}
</style>
border-color css
<style>
span { border-color: #BAC849; }
span { border-color: rgb(186,200,73); }
td.TdClassName
{
border-color: #BAC849;
}
.TagClassName
{
border-color: #BAC849;
}
</style>