Shades of Celery #BAC549
Tints of Celery #BAC549
RGB
CMYK
RGB Variations
Color information
#BAC549 (or 0xBAC549) is known color: Celery. HEX triplet: BA, C5 and 49. RGB value is (186,197,73). Sum of RGB (Red+Green+Blue) = 186+197+73=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC549 is #453AB6. Grayscale: #B4B4B4. Windows color (decimal): -4537015 or 4834746. OLE color: 4834746.
HSL color Cylindrical-coordinate representation of color #BAC549: hue angle of 65.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC549 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 73 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.23 |
| HSL | 65.32º | 0.52% | 0.53% | - |
| HSV(B) | 65.32º | 0.63% | 0.77% | - |
| XYZ | 41.42 | 50.85 | 13.94 | - |
| YUV | 179.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 73 | 0.06 | 0 | 0.63 | 0.23 | 65.32 | 0.52 | 0.53 |
| Hex | BA | C5 | 49 | 6 | 0 | 3F | 17 | 41 | 34 | 35 |
| Octal | 272 | 305 | 111 | 6 | 0 | 77 | 27 | 101 | 64 | 65 |
| Binary | 10111010 | 11000101 | 1001001 | 110 | 0 | 111111 | 10111 | 1000001 | 110100 | 110101 |
Color Harmonies of #BAC549
Complementary color
Monochromatic Colors of #BAC549
Black with #BAC549
Text Example
Text Example
White with #BAC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC549; }
p { color: rgb(186,197,73); }
H1.HeaderClassName
{
color: #BAC549;
}
.AnyTagClassName
{
color: #BAC549;
}
</style>
background-color css
<style>
a { background-color: #BAC549; }
a { background-color: rgb(186,197,73); }
div.DivClassName
{
background-color: #BAC549;
}
.BgClassName
{
background-color: #BAC549;
}
</style>
border-color css
<style>
span { border-color: #BAC549; }
span { border-color: rgb(186,197,73); }
td.TdClassName
{
border-color: #BAC549;
}
.TagClassName
{
border-color: #BAC549;
}
</style>