Shades of Celery #BAC546
Tints of Celery #BAC546
RGB
CMYK
RGB Variations
Color information
#BAC546 (or 0xBAC546) is known color: Celery. HEX triplet: BA, C5 and 46. RGB value is (186,197,70). Sum of RGB (Red+Green+Blue) = 186+197+70=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC546 is #453AB9. Grayscale: #B3B3B3. Windows color (decimal): -4537018 or 4638138. OLE color: 4638138.
HSL color Cylindrical-coordinate representation of color #BAC546: hue angle of 65.2º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAC546 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 70 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.23 |
| HSL | 65.2º | 0.52% | 0.52% | - |
| HSV(B) | 65.2º | 0.64% | 0.77% | - |
| XYZ | 41.32 | 50.81 | 13.42 | - |
| YUV | 179.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 70 | 0.06 | 0 | 0.64 | 0.23 | 65.2 | 0.52 | 0.52 |
| Hex | BA | C5 | 46 | 6 | 0 | 40 | 17 | 41 | 34 | 34 |
| Octal | 272 | 305 | 106 | 6 | 0 | 100 | 27 | 101 | 64 | 64 |
| Binary | 10111010 | 11000101 | 1000110 | 110 | 0 | 1000000 | 10111 | 1000001 | 110100 | 110100 |
Color Harmonies of #BAC546
Complementary color
Monochromatic Colors of #BAC546
Black with #BAC546
Text Example
Text Example
White with #BAC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC546; }
p { color: rgb(186,197,70); }
H1.HeaderClassName
{
color: #BAC546;
}
.AnyTagClassName
{
color: #BAC546;
}
</style>
background-color css
<style>
a { background-color: #BAC546; }
a { background-color: rgb(186,197,70); }
div.DivClassName
{
background-color: #BAC546;
}
.BgClassName
{
background-color: #BAC546;
}
</style>
border-color css
<style>
span { border-color: #BAC546; }
span { border-color: rgb(186,197,70); }
td.TdClassName
{
border-color: #BAC546;
}
.TagClassName
{
border-color: #BAC546;
}
</style>